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.
- Host: GitHub
- URL: https://github.com/pythonista7/machine-learning-lab-17csl76
- Owner: Pythonista7
- Created: 2021-01-22T10:11:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-24T06:39:13.000Z (about 5 years ago)
- Last Synced: 2025-02-07T11:52:13.547Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 278 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
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 `