An open API service indexing awesome lists of open source software.

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 🤖

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)