https://github.com/sarckk/ml-models
Repository of machine learning model implementations
https://github.com/sarckk/ml-models
boosting cnn deep-learning gan machine-learning regression tree
Last synced: over 1 year ago
JSON representation
Repository of machine learning model implementations
- Host: GitHub
- URL: https://github.com/sarckk/ml-models
- Owner: sarckk
- Created: 2021-06-01T05:23:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T13:41:43.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T10:43:55.602Z (over 1 year ago)
- Topics: boosting, cnn, deep-learning, gan, machine-learning, regression, tree
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Repository of machine learning model implementations for learning
### Ensembles
- AdaBoost
- Gradient Boosting
### Shallow Learning
- Softmax Regression (w/ mini-batch GD)
- Decision Tree
### Deep Learning
- AlexNet
- DCGAN