10 machine learning YouTube videos.

On libraries, algorithms, and tools.

(If you want to start with machine learning, having a comprehensive set of hands-on tutorials you can always refer to is fundamental.)

šŸ§µšŸ‘‡

1⃣ Notebooks are a fantastic way to code, experiment, and communicate your results.

Take a look at @CoreyMSchafer's fantastic 30-minute tutorial on Jupyter Notebooks.

https://t.co/HqE9yt8TkB
2⃣ The Pandas library is the gold-standard to manipulate structured data.

Check out @joejamesusa's "Pandas Tutorial. Intro to DataFrames."

https://t.co/aOLh0dcGF5
3⃣ Data visualization is key for anyone practicing machine learning.

Check out @blondiebytes's "Learn Matplotlib in 6 minutes" tutorial.

https://t.co/QxjsODI1HB
4⃣ Another trendy data visualization library is Seaborn.

@NewThinkTank put together "Seaborn Tutorial 2020," which I highly recommend.

https://t.co/eAU5NBucbm
5⃣ Numpy is another Python library that you will use every single day.

@keithgalli's "Complete Python NumPy Tutorial" is a great start.

https://t.co/Xg0YbuR8fz
6⃣ One of the most basic algorithms that you can learn is Decision Trees.

Watch @random_forests' video where he builds a decision tree from scratch:

https://t.co/tKtUpO1K3l
7⃣ It's hard to talk about machine learning without touching on neural networks.

Probably the best video out there that explains how neural networks work is @3blue1brown's:

https://t.co/OMJHiG7PIu
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.

https://t.co/efd1kmz07c
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 @freeCodeCamp.

https://t.co/BYUoAQJEeu
šŸ”Ÿ 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: https://t.co/xDqhmNQoWg
If you are looking for real-life, hands-on information related to machine learning, follow me.

āœŒļø

If you have questions or suggestions about topics you'd like to hear about, let me know.

More from Santiago

More from Machine learning

Starting a new project using #Angular? Here is a list of all the stuff i use to launch my projects the fastest i can.

A THREAD šŸ‘‡

Have you heard about Monorepo? I created one with all my Angular (and Nest) projects using
https://t.co/aY5llDtXg8.

I can share A LOT of code with it. Ex: Everytime i start a new project, i just need to import an Auth lib, that i created, and all Auth related stuff is set up.

Everyone in the Angular community knows about https://t.co/kDnunQZnxE. It's not the most beautiful component library out there, but it's good and easy to work with.

There's a bunch of state management solutions for Angular, but https://t.co/RJwpn74Qev is by far my favorite.

There's a lot of boilerplate, but you can solve this with the built-in schematics and/or with your own schematics

Are you not using custom schematics yet? Take a look at this:

https://t.co/iLrIaHVafm
https://t.co/3382Tn2k7C

You can automate all the boilerplate with hundreds of files associates with creating a new feature.

You May Also Like