1. Trying to implement large projects from start to finish🧑💻: Well I am believer of "Learn Best by Doing". As I implement a project from scratch, I do get a lot of errors which ultimately teach me even more.
2. Working with friends 👬: Being a grauduate student, I am very much aware of the importance of working in groups. This method of learning improves my thinking and increases my confidence level.
3. Reading academic papers 📜: I try to find papers which addresses interesting research publication about the topic I study at that time. This provides me more profound knowledge.
4. Maintaining a notebook 🔖: I try to maintain a handwritten notebook which contains all my notes in a neat and clean manner which helps me to understand the topic better and also act as a reference for later use.
5. Regularly watch podcasts 🎙️ on youtube related to data science. Instead of wasting time on useless stuff, I prefer to use it in a productive manner.
Follow @PiyalBanik for more useful threads like this.
DM is open ✉️
• • •
Missing some Tweet in this thread? You can try to
force a refresh
1. Business Understanding: We should have clarity of what is the exact problem we are going to solve.
What is the problem that we are trying to solve? - Asking the right questions as a Data Scientist starts with understanding the goal of the business.
2. Analytical Approach: How can we use data to answer the question? We should decide the analytical approach to follow which can be of 4 types
- Descriptive
- Statistical
- Predictive
- Prescriptive
and it indicates the necessary data content, formats, and sources to be gathered
Data scientist use their analytical and technical capabilities to extract meaningful insight from data.
2. Machine Learning Engineer
Machine Learning engineer's final output is the working software, and their audience for this output consists of other software components that run automatically with minimal human supervision. The decisions are made by machines.
1. Boolean- The Boolean data type is a truth value, either True or False.
2, 3. Integer and Float - An integer is a positive or negative number without floating point. A float is a
positive or negative number with floating point
precision.