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

https://github.com/iamdsc/python-machine-learning


https://github.com/iamdsc/python-machine-learning

machine-learning python36

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# python-machine-learning
### This repository contains the programs I wrote while learning ML using `Python 3.6`.
## The main python modules required to run the programs :
```
numpy
scipy
matplotlib
pandas
sklearn

```