https://github.com/coderkun12/ml-basics
Repository contains exercise sheets that can help practice ML. From python basics to transfer learning.
https://github.com/coderkun12/ml-basics
Last synced: 3 months ago
JSON representation
Repository contains exercise sheets that can help practice ML. From python basics to transfer learning.
- Host: GitHub
- URL: https://github.com/coderkun12/ml-basics
- Owner: coderkun12
- Created: 2025-03-19T12:18:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T12:33:01.000Z (over 1 year ago)
- Last Synced: 2025-03-19T13:31:13.212Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 3.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Learning Repository
Welcome to the **Machine Learning Repository**! This repository contains a structured collection of Python files covering fundamental to advanced Machine Learning (ML) concepts using **Scikit-Learn** and other essential Python libraries. It includes various ML algorithms, deep learning approaches, and datasets like CIFAR-10 and MNIST.
## Technologies & Libraries Used
- **Python (3.x)**
- **NumPy & Pandas** – Data manipulation and analysis
- **Matplotlib & Seaborn** – Data visualization
- **Scikit-Learn** – ML algorithms and model evaluation
- **TensorFlow & Keras** – Deep Learning models
- **OpenCV & PIL** – Image processing
## Contributing
Contributions are welcome! Feel free to fork the repository and submit a pull request.
## Support
If you find this repository helpful, give it a ⭐ on GitHub!
---
Happy Coding!