Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/programmingwithgaurav/learning_ml
This repository contains my ml notebooks (for learning)
https://github.com/programmingwithgaurav/learning_ml
Last synced: about 8 hours ago
JSON representation
This repository contains my ml notebooks (for learning)
- Host: GitHub
- URL: https://github.com/programmingwithgaurav/learning_ml
- Owner: ProgrammingWithGaurav
- Created: 2024-03-30T10:21:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T10:49:49.000Z (8 months ago)
- Last Synced: 2024-04-02T13:09:36.192Z (8 months ago)
- Language: Jupyter Notebook
- Size: 25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🤖 Machine Learning Notebooks 📚
This repository is my personal playground 🎠 filled with Jupyter notebooks where I dive into the fascinating world of Machine Learning! 🚀
## 📂 Contents
The repository is organized by topics:
1. 🎯 Supervised Learning
2. 🕵️ Unsupervised Learning
3. 🎮 Reinforcement Learning
4. 🧠 Deep Learning
5. 📝 Natural Language Processing
6. 👁️ Computer VisionEach topic has its own directory containing relevant notebooks.
## 💻 Installation and Usage
To use these notebooks, you need to have Jupyter Notebook installed. You can do this by installing Anaconda, which is a distribution of Python and R for scientific computing.
Once you have Jupyter Notebook installed, you can clone this repository and start Jupyter Notebook from your terminal:
```bash
git clone https://github.com/yourusername/yourrepository.git
cd yourrepository
jupyter notebook
```