An open API service indexing awesome lists of open source software.

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

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]
```