https://github.com/rafalschmidt97/rnn-practice
Time to learn some machine learning baby 🤖
https://github.com/rafalschmidt97/rnn-practice
keras ml pandas python recurrent-neural-networks tensorflow
Last synced: 2 months ago
JSON representation
Time to learn some machine learning baby 🤖
- Host: GitHub
- URL: https://github.com/rafalschmidt97/rnn-practice
- Owner: rafalschmidt97
- Created: 2020-02-24T18:47:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T17:27:59.000Z (over 6 years ago)
- Last Synced: 2026-01-14T16:04:56.548Z (6 months ago)
- Topics: keras, ml, pandas, python, recurrent-neural-networks, tensorflow
- Language: Python
- Homepage:
- Size: 45.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
Time to learn Machine Learning baby!
As part of my bachelor thesis is correlated to Recurrent Neural Network I want to practice a bit
before writing something serious. So feel free to explore it but do not expect high quality code here.
There are three experiments here:
- [text generation](src/generation/README.md) on top of chat conversations
- [weather forecasting](src/weather/README.md)
- [air quality index prediction](src/air-quality/README.md)
## Getting started
After cloning the repository create a virtual environment and run:
```console
python setup.py install
```
For more information go to project specific documentation in the src directory.
## Contributing guidelines
The document is heavily inspired by Angular Contributing. Take a look [here](CONTRIBUTING.md).
## Stay in touch
* Website - [rafalschmidt.com](https://rafalschmidt.com/)
* Facebook - [rafalschmidt97](https://facebook.com/rafalschmidt97/)
* Twitter - [rafalschmidt97](https://twitter.com/rafalschmidt97/)
* Instagram - [rafalschmidt97](https://instagram.com/rafalschmidt97/)
* Email - [rafalschmidt97@gmail.com](mailto:rafalschmidt97@gmail.com)