rafaeltg / pydl

Deep Learning algorithms implemented using Keras and Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pydl

Deep Learning algorithms with Keras library

Deep Learning models implemented using Keras library and Python.

Available Models:

  • MultiLayer Perceptron (MLP)
  • Recurrent Neural Network (Simple, GRU, LSTM, ConvLSTM)
  • Convolutional Neural Network
  • Convolutional Neural Network + LSTM
  • Custom
    • Residual Forecast Model (RFM)

Install:

  1. Install required packages:

    • pip3 install -r requirements.txt -U
  2. Install lib: python3 setup.py install -O

About

Deep Learning algorithms implemented using Keras and Python.

License:MIT License


Languages

Language:Python 99.8%Language:Dockerfile 0.2%