Get Mystery Box with random crypto!

10 YouTube videos for anyone starting with machine learning. | DLeX: AI Python

10 YouTube videos for anyone starting with machine learning.

On libraries, algorithms, and tools:

1. Notebooks are a fantastic way to code, experiment, and communicate your results. Take a look at Corey Schafer fantastic 30-minute tutorial on Jupyter Notebooks.




2. The Pandas library is the gold standard to manipulate structured data. Check out Joe James "Pandas Tutorial. Intro to DataFrames."




3. Data visualization is key for anyone practicing machine learning.
Check out Blondiebytes's "Learn Matplotlib in 6 minutes" tutorial.




4. Another trendy data visualization library is Seaborn. Derek Banas put together "Seaborn Tutorial 2020," which is highly recommend.



5. Numpy is another Python library that you will use every single day.
Keith Galli's "Complete Python NumPy Tutorial" is a great start.



6. One of the most basic algorithms that you can learn is Decision Trees.
Watch Josh Gordon's video where he builds a decision tree from scratch.



7. It's hard to talk about the Machine learning without touching on Neural Networks. Probably the best video out there that explains how neural networks work is 3blue1brown's:



8. Scikit-Learn is one of the most popular machine learning libraries out there. Simplilearn's "Scikit-Learn Tutorial" is a great place to start.



9. TensorFlow is the most popular deep learning library that's currently used in the industry. Here is a massive 7-hour tutorial of TensorFlow 2.0 produced by Free Code Camp.



10. Finally, a great way to start getting familiar with machine learning is the bite-sized recipes published by Google. This series is worth every minute. Playlist:



@AI_Python