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

https://github.com/agn-7/machine_learning_projects

Simple Machine Learning and Data Science projects as tutorials.
https://github.com/agn-7/machine_learning_projects

data-science knn lda logistic-regression machine-learning naive-bayes-classifier nbc pca python qda tutorial

Last synced: 3 months ago
JSON representation

Simple Machine Learning and Data Science projects as tutorials.

Awesome Lists containing this project

README

        

# Machine_Learning_Projects

Integration of several machine learning projects through `git submodule`.

### Cloning:

```
git clone --recursive [email protected]:agn-7/machine_learning_projects.git
```

### Update existing git submodule repo:

```
git submodule update --init --recursive
```