This is a repo created to getting job ready within the field of Data Science/Machine Learning.
I am an international student currently studying in Northeastern University pursuing Masters in Applied Machine Intelligence course. I am passionate about data science and have done several projects over the past and even interned at a few organisations.
*This repo shall serve as my personal preparation journey to getting placed. I hope it helps you too.*
Do drop a ⭐ and send a 'Hi' to me over the following socials if you like my work,
This roadmap shall be starting from covering all the fundamental concepts to core concepts. Along the way, we'll be tackling interesting projects in various sectors(health, finance, ecommerce...) and finally solving interview problems. All the links whatever I use to study shall be posted.
Topics covered:
*The roadmap is inspired from Ace the Data Science Interview book by Nick Singh and Kevin Huo.*
I am following the Coursera's SQL for Data Science to learn SQL.
*For free and thorough SQL end to end course, I suggest Sumit Mittal's SQL playlist on Youtube.*
Track 1:
- What is SQL?
- History of data models
- Relational vs Transactional Databases
- Creating tables
- Retrieving data using Select
- Data modeling and ER diagrams
Track 2:
- Basics of filtering with SQL
- Avanced filtering using IN, AND, OR
- USING WILD CARDS IN SQL ("%, _")
- Sorting columns using ORDER BY
- Grouping data using GROUP BY
- Aggregate functions (MIN, MAX, SUM, COUNT, AVG)
Track 3:
- Subqueries & Joins
- Cartesian cross joins
- Inner Join, Outer Join
- Left outer join, right outer join
- UNION, INTERSECT
Track 4:
- CONCATENATE(||)
- TRIM, LTRIM, RTRIM
- SUBSTR
- UPPER(UCASE also can be used)
- LOWER
- Datetime
- Views
- CASE stmts
I am studying the DSA following this roadmap suggested by GeeksForGeeks.
I found it very intuitive compared to other resources.
Track 1
-
- Why performance analysis?
- Is this method feasible?
Track 2
- Introduction to Arrays
- Search, insert and delete in an unsorted array
- Search, insert and delete in a sorted array
- Moving negative values to one side of an array
- Merging two sorted arrays
- Finding specific sub-sequences of integers within the array, such as longest sub-sequence or consercutive subsequence with the largest sum
Problems: [EASY]
Problems: [Medium]
[Key Takeaways](Link to the custom readme folder here!)
Loading...
- Univariate, bivariate, multivariate analysis
- Histograms
- Z Score
- PDF, CDF
Loading...