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.
- Host: GitHub
- URL: https://github.com/agn-7/machine_learning_projects
- Owner: agn-7
- Created: 2019-11-09T06:50:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-01T05:13:49.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T13:58:41.658Z (5 months ago)
- Topics: data-science, knn, lda, logistic-regression, machine-learning, naive-bayes-classifier, nbc, pca, python, qda, tutorial
- Language: Jupyter Notebook
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```