alpaca-lib / alpaca

0 stars 0 forks source link

This issue is to discuss and comment what Deep Learning features we would like to see in Alpaca #6

Closed BethanyG closed 6 years ago

BethanyG commented 6 years ago

What Omar would like to see (at least the highest priority things) are:

  1. Implementation of deep neural network
  2. Allow to use common neural networks: CNN, RNN, LSTM, GAN.
  3. Allow to extract info from common datasets (like MNIST).
  4. Each of these involves some work. Implementing the first point should make it easier to implement the other styles.

Extracting the info from the datasets shouldn't be hard, but we might want to add some data manipulation to make it easier to interact with it.