Machine Learning and Data Mining, Summer 2021-2022
How to learn data science and machine learning?
- Programming. Learn Python.
- Basic Statistics. Take a look at the amazing YouTube channel in the
Maths
section. - Databases. Learn SQL. Check out mode.com.
- Exploratory Data Analysis. Learn how to work with NumPy, Pandas, Matplotlib, Seaborn.
- Machine Learning. Learn the various algorithms. Explore Scikit learn.
- Data scraping. Explore the Beautiful soup library.
- Study the niches: deep learning, nlp (natural language processing), cv (computer vision).
- Deployment. Explore Flask, Streamlit, Django.
Framework
- Learn just enough.
- Do a project. For example choose one from Kaggle.
- Iterate.
- Accountability. Show off your work on Github.
Most important APIs
Resources
Python
Markdown
Maths
Machine learning and Deep learning
- Machine Learning Playlist
- Deep Learning with Tensorflow and Keras
- The Guru of Machine Learning teaching Machine Learning!
- The Guru of Machine Learning on Coursera
- But what are neural networks?