https://github.com/sethuiyer/mlhub
Machine Learning Experiments - Practical Learning
https://github.com/sethuiyer/mlhub
computer-vision learning machine-learning neural-network tidbits
Last synced: about 2 months ago
JSON representation
Machine Learning Experiments - Practical Learning
- Host: GitHub
- URL: https://github.com/sethuiyer/mlhub
- Owner: sethuiyer
- License: mit
- Created: 2016-08-18T18:23:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:51:04.000Z (over 2 years ago)
- Last Synced: 2025-04-19T08:34:11.867Z (2 months ago)
- Topics: computer-vision, learning, machine-learning, neural-network, tidbits
- Language: Jupyter Notebook
- Homepage:
- Size: 138 MB
- Stars: 13
- Watchers: 2
- Forks: 15
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
mlhub is a repository containing various tidbits of code related to Machine Learning / AI / Computer Vision/ Neural Networks. This repository can give ideas about Machine learning projects to work on for beginners.Things Implemented as of now (Oldest to Newest):
| Project Name | Language used|
------------- |:-------------:|
| Linear Regression in Python using Theano | Python |
| Collaborative Filtering in C++ using mlpack | C++ |
| 3 Layer Feedforward Neural net in C++ using Armadillo | C++ |
| Simple Game bot using OpenAI's Gym and Universe | Python |
| Email Classification using command line utility of mlpack | Bash |
| Water the Flower Learning using Neuroevolution | Javascript |
| Using Deep net to classify the classic MNIST dataset. | Python |
| Deep Sentiment Analysis on IMDb dataset using TFLearn | Python |
| CIFAR 10 using Numpy | Python |
| Support Vector Regression using sklearn | Python |
|Neural Image Caption Generator | Python |
|Recurrent Neural net using Tensorflow | Python |
| Happy or Sad Webapp | Python |
| Finding successful projects | Python |
| Multi Emotion Detector | Python |
| WVGLAE Ensemble | Python |
| Pokemon Classification | Python |*Licensed under [MIT License](https://github.com/sethuiyer/mlhub/blob/master/LICENSE.md)*