Giter Site home page Giter Site logo

Comments (3)

antoinecarme avatar antoinecarme commented on July 22, 2024

Keras library seems to be an excellent candidate.

https://keras.io/

Keras is a high-level neural networks library, written in Python and capable of running on top of either TensorFlow or Theano. It was developed with a focus on enabling fast experimentation. Being able to go from idea to result with the least possible delay is key to doing good research.

Use Keras if you need a deep learning library that:

_Allows for easy and fast prototyping (through total modularity, minimalism, and extensibility).
Supports both convolutional networks and recurrent networks, as well as combinations of the two.
Supports arbitrary connectivity schemes (including multi-input and multi-output training).
Runs seamlessly on CPU and GPU._

Read the documentation at Keras.io.

from pyaf.

antoinecarme avatar antoinecarme commented on July 22, 2024

Keras also has a scikit-learn API.

from pyaf.

antoinecarme avatar antoinecarme commented on July 22, 2024

Experiment report:

  1. used keras models (Sequential, LSTM + Dense).
  2. tested theano and tensorflow backends
  3. used cpu and gpu versions of the models

Will stop the work on this feature (after 2 weeks of dev/investigations) as it is not producing significant results for time seris analysis. Will keep the code as it is in case someone is interested in continuing. All the keras models are disabled by default (neutral commit)

Conclusions

  1. theano is interesting, simple, fully python. implements all the steps. slow compilation though.
  2. tensorflow is a little bit more complex (fast when it works). Models do not serialize properly. Some issues with multiprocessing (used to speed-up PyAF).
  3. Model performance is not yet OK. need more investigation on this.
  4. keras is not yet very easy to use / mature. Does not hide properly the internals of its backends (an abstract backend is missing. should give the possibility to configure backends independently of how these are implemented).

from pyaf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.