Repository with programs for the Machine Learning Lab VTU - (15CSL76) 📚
Last updated Jul 28, 2024
16
Stars
19
Forks
0
Issues
0
Stars/day
Attention Score
18
Language breakdown
Jupyter Notebook 94.4%
Python 5.3%
Shell 0.2%
▸ Files
click to expand
README
Machine Learning Lab VTU
Repo with programs for the Machine Learning Lab (15CSL76). All the programs are in.ipnyb Jupyter notebook format.
Instructions
- If you open this repo on your phone, make sure to switch to a Desktop Version of the site to see the notebooks in your browser
- Firstly, Make sure you have Git set up and running in your system.
- Download this repo or clone by typing
git clone https://github.com/rumaan/machine-learning-lab-vtu.git
cd machine-learning-lab-vtuor move into that directory and runjupyter notebookwhich will open up a Jupyter Notbook instance in your browser.- Select the notebook/program and start executing! 👨💻👩💻
Dependencies and Modules used
You can install these dependencies by doingpip install dependecy_name and also make sure to replace pip with pip3 if you are using Python3 or above.
Be Advised, I am not the owner of the code posted here. This repo consists of programs/code combined/modified from various sources like Lab Manuals, Youtube etc. 😇
Other Info
- /py/trimmed/ directory contains all the programs in
.pyformat - Make sure to change the
datasetspath in those.pyfiles as required! - Check out the
converttopy.shscript to know more about converting the.ipnybfiles into.py
chmod 755 converttopy.sh
bash converttopy.sh
Contributing to the Repo (if its your first time)
You can look here for some inspiration on how to submit a Pull Request (PR)Basic Steps are :
- Fork the repo
- Download/Clone the forked repo into your local machine
- Modify/Add Contents
- Push to your repo
- Submit PR from your fork
And you are good to go! 🎉
🔗 More in this category