https://github.com/mrmimic/machine-learning
Training a computer to do stuff is cool.
https://github.com/mrmimic/machine-learning
keras learning machine nltk python3 tensorflow
Last synced: 12 months ago
JSON representation
Training a computer to do stuff is cool.
- Host: GitHub
- URL: https://github.com/mrmimic/machine-learning
- Owner: MrMimic
- Created: 2017-05-16T21:43:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T08:12:29.000Z (over 4 years ago)
- Last Synced: 2025-04-02T14:02:17.669Z (about 1 year ago)
- Topics: keras, learning, machine, nltk, python3, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 2.57 MB
- Stars: 7
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine learning
Algo, drafts, tries, stuff, and co.
## image_pixellisation
Get an input image, a theme, and replace all the pixels from this input image by other images about the theme from Pixabay.
## text_generation_keras
Train a neural network (using Tensorflow) with articles from Wikipedia to write text from this training.
## kaggle_titanic_challenge
Try to estimate if somebody is going to die during the Titanic sink. This challenge is powered by Kaggle.