An open API service indexing awesome lists of open source software.

https://github.com/pythonista7/machine-learning-lab-17csl76

A fully complete and commented compilation of all lab programs.
https://github.com/pythonista7/machine-learning-lab-17csl76

Last synced: 6 months ago
JSON representation

A fully complete and commented compilation of all lab programs.

Awesome Lists containing this project

README

          

# Machine Learning Lab (VTU 17CSL76)

All machine learning lab programs with comments.

### Prerequisites
You are expected to have python3 , jupyter notebook installed.

### Python dependencies
If you do not already have the below libraries install them using:

` pip install numpy pandas matplotlib sklearn `