Hi! This thread is for all the machine learning resources out there, Feel free to add yours by commenting here.
Let me start by giving some:
Books
- Mathematics for Machine Learning
- Machine Learning
- Probablistic approach to machine learning by Kevin Murphy
Research Papers
Hands-On GitHub Repos for ML(TF & Scikit, PyTorch):
1)GitHub - ageron/handson-ml2: A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
2)GitHub - rasbt/python-machine-learning-book-2nd-edition: The "Python Machine Learning (2nd edition)" book code repository and info resource
3) GitHub - ritchieng/the-incredible-pytorch: The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
Good Courses online :
- Fast.ai
- Production level ML → https://fullstackdeeplearning.com/
- Mathematics in Machine Learning Specialization on coursera by ICL → https://www.coursera.org/specializations/mathematics-machine-learning (If you can’t pay, please ask for financial aid in the link)
- Deep learning book by LEGENDS(Turing Award Winner Yoshua Bengio & Ian Goodfellow): http://www.deeplearningbook.org/
- Intel’s Course: https://software.intel.com/en-us/ai/courses
- Nvidia’s course: https://www.nvidia.com/en-us/deep-learning-ai/education/
- www.Udacity.com → Alot of free courses( do not look for nanodegrees)
- https://www.coursera.org/specializations/deep-learning → Andrew Ng’s new Deep learning course
- https://dlrlsummerschool.ca/past-years/
Websites
Tools
- Weights and Biases (Visualize your DNN Progress etc.)
- Streamlit (Manages frontend)
- Microsoft NNI (AutoML)
- OpenAI Gym and MuJoCo(Environment Creator and Gym for Reinforcement learning)
- rapids.ai
- Sklearn, Tensorflow, Keras, PyTorch
Data Visualization Resources
Fun Noobish Things you might want to know about:
Amazing Blogs
- pudding.cool
- https://www.ailab.microsoft.com/experiments/30c61484-d081-4072-99d6-e132d362b99d
- Data project checklist · fast.ai
Famous Conferences:
- NeurIPS(formerly NIPS)
- AAAI
- AIES
Reinforcement Learning Resources
- Lil'Log
- Welcome to Spinning Up in Deep RL! — Spinning Up documentation
- https://cmudeeprl.github.io/703website/
All the best on your machine learning journey~