https://github.com/montycoder0701/python-ai
Comprehensive AI Python codes
https://github.com/montycoder0701/python-ai
machine-learning ml python tensorflow
Last synced: 2 months ago
JSON representation
Comprehensive AI Python codes
- Host: GitHub
- URL: https://github.com/montycoder0701/python-ai
- Owner: MontyCoder0701
- Created: 2022-12-19T06:08:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T06:49:51.000Z (over 3 years ago)
- Last Synced: 2025-03-28T06:33:48.396Z (over 1 year ago)
- Topics: machine-learning, ml, python, tensorflow
- Language: Python
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python ML Codes 🐍
Covering basic algorithms for ML with Python
For tensorflow, make sure the current Python interpreter is Python 3.10.
```sh
pip install tensorflow
```
## Basics
- numpy
- pandas
- matplotlib
- seaborn
## ML
- KNN
- SVM
- Decision Tree
- Ensemble
- Regression
- Unsupervised
## Tensorflow
- Linear gradient tape
- Linear regression (Keras)
- CNN
- Bounding box
- YOLO5
- RNN
## Downloading files
```sh
pip install gdown
```
```sh
gdown [link for raw csv file]
```