A03 ML Tools and Libraries 2up
A03 ML Tools and Libraries 2up
B. Sikdar 11/17/10
© Mehul Motani Machine Learning Tools and Libraries 1
11/8/22
1
EE4211 Tools and Libraries
Source: xkcd.com
https://www.anaconda.com/download
2
EE4211 Tools and Libraries
Anaconda Distribution
• Open source tool in Python for data science, machine learning,
and scientific computing in general
• A friction free way to develop and test machine learning
algorithms
• Install via: https://www.anaconda.com/download
– Works on Mac, Windows, Linux
• Tools installed by Anaconda
– Python – programming language
– Jupyter – computational notebook, supports Python, R, etc.
– Scientific computing – NumPy, SciPy, Pandas
– Visualization – Matplotlib
– SciKitLearn – Machine learning library in Python
© Mehul Motani Machine Learning Tools and Libraries 5
11/8/22
3
EE4211 Tools and Libraries
11/8/22
Article: Install Anaconda and Jupyter on Windows
https://medium.com/@GalarnykMichael/f8e188f9a63d
11/8/22
Video: Install Anaconda and Jupyter on Windows (2020)
https://youtu.be/uOwCiZKj2rg
4
EE4211 Tools and Libraries
11/8/22
Video: Introduction to Jupyter Notebook
https://youtu.be/jZ952vChhuI
11/8/22
Video: Learn Python in 5 minutes
https://youtu.be/I2wURDqiXdM
5
EE4211 Tools and Libraries
11/8/22
Useful Links
1. Get started with Google Colaboratory
https://youtu.be/inN8seMm7UI
2. Install Anaconda/Jupyter on Windows
https://medium.com/@GalarnykMichael/f8e188f9a63d
3. Install Anaconda/Jupyter on Windows (9:41)
https://youtu.be/uOwCiZKj2rg
4. Intro to Jupyter Notebook (7:05)
https://youtu.be/jZ952vChhuI
5. Learn Python in 5 Minutes (6:41)
https://youtu.be/I2wURDqiXdM
6. Python Fundamentals
http://people.uncw.edu/chenc/STT592_Deep%20Learning/Python/python_intro.pdf
http://people.uncw.edu/chenc/STT592_Deep%20Learning/Python/python_tutorial2.pdf
7. Python Cheat Sheet
http://www.utc.fr/~jlaforet/Suppl/python-cheatsheets.pdf
https://ehmatthes.github.io/pcc/cheatsheets/README.html
© Mehul Motani Machine Learning Tools and Libraries 11