0% found this document useful (0 votes)
45 views

Hands On Machine Learning

Uploaded by

Nabeel Ehsan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views

Hands On Machine Learning

Uploaded by

Nabeel Ehsan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Hands on Machine

Learning
Basics
Tools and environments
▪ Matlab
▪ Python
▪ Google Colab Notebook
▪ Jupyter Notebook
Machine Learning Process
Libraries for data reading
▪ CSV files – Pandas
▪ Text files- Numpy (loadtxt)
▪ Image data – OpenCV / Scikit-Image / Pillow / Numpy
▪ Audio data – Pydub/ Loris/ Dejavu
▪ Video data – OpenCV
Libraries for Data Visualization
▪ Matplotlib (Plotting charts and graphs)
▪ Plotly (Elaborated plots for better visualization)
▪ Seaborn (Variety of patterns and themes)
▪ Matplotlib (Mpl_toolkits) (3D plotting)
Libraries for Machine Learning
▪ Scikit-learn
▪ Tensorflow (Better visualization)
▪ Keras (Preferred for small datasets)
▪ Pytorch (Better efficiency)

You might also like