All Projects → francesco-mannella → Echo State Networks

francesco-mannella / Echo State Networks

Echo State Networks with TensorFlow

Projects that are alternatives of or similar to Echo State Networks

Spring2017 proffosterprovost
Introduction to Data Science
Stars: ✭ 18 (-5.26%)
Mutual labels:  jupyter-notebook
Automating Your Data Pipeline With Apache Airflow
Automating Your Data Pipeline with Apache Airflow
Stars: ✭ 19 (+0%)
Mutual labels:  jupyter-notebook
Deep Visual Attention Prediction
Keras implementation of paper 'Deep Visual Attention Prediction' which predicts human eye fixation on view-free scenes.
Stars: ✭ 19 (+0%)
Mutual labels:  jupyter-notebook
Sqlite Tutorial
A Jupyter notebook covering SQL basics with SQLite
Stars: ✭ 18 (-5.26%)
Mutual labels:  jupyter-notebook
Iaml Labs
IAML Labs Repository
Stars: ✭ 19 (+0%)
Mutual labels:  jupyter-notebook
Curso data science na pratica
Material de apoio do curso "Data Science na Prática" - Sigmoidal
Stars: ✭ 19 (+0%)
Mutual labels:  jupyter-notebook
Ml For Compling
Stars: ✭ 18 (-5.26%)
Mutual labels:  jupyter-notebook
Coffee boat
☕⛵WIP PySpark dependency management
Stars: ✭ 19 (+0%)
Mutual labels:  jupyter-notebook
Hamoye Internship
Stars: ✭ 19 (+0%)
Mutual labels:  jupyter-notebook
Cat Dog Cnn Classifier
This classifier use Convolution Neural Network approch for kaggle problem to classify Cat vs Dog images.
Stars: ✭ 19 (+0%)
Mutual labels:  jupyter-notebook
Bayesian Neural Networks
Pytorch implementations of Bayes By Backprop, MC Dropout, SGLD, the Local Reparametrization Trick, KF-Laplace, SG-HMC and more
Stars: ✭ 900 (+4636.84%)
Mutual labels:  jupyter-notebook
Solutions
Solutions for projects.
Stars: ✭ 900 (+4636.84%)
Mutual labels:  jupyter-notebook
Python ml4tm
패스트캠퍼스 텍스트마이닝을 위한 머신러닝 실습 자료실
Stars: ✭ 19 (+0%)
Mutual labels:  jupyter-notebook
Text Mining
Text Mining in Python
Stars: ✭ 18 (-5.26%)
Mutual labels:  jupyter-notebook
Mds
Modern Data Science
Stars: ✭ 19 (+0%)
Mutual labels:  jupyter-notebook
Headstartpython
Learn Python Fast With Jupiter Notebook
Stars: ✭ 18 (-5.26%)
Mutual labels:  jupyter-notebook
Rapgenerator gpt2
🎵Using GPT2-Chinese to generate rap lyrics🎵
Stars: ✭ 19 (+0%)
Mutual labels:  jupyter-notebook
Presence
The code for Presence - a kinetic sculpture that detects a viewer's gaze in real-time using a neural network and moves in response to the gaze
Stars: ✭ 19 (+0%)
Mutual labels:  jupyter-notebook
Gfc
Documentation, data, and some source code for challenge participants.
Stars: ✭ 19 (+0%)
Mutual labels:  jupyter-notebook
Batch 5 transplant
Projet de prédiction de transplantation pulmonaire en partenariat avec l'hôpital Foch
Stars: ✭ 19 (+0%)
Mutual labels:  jupyter-notebook

Implementing Echo-State Networks in tensorflow2.

ESN-definition.ipynb Describes the mathematics of leaky echo-state networks together with an analytical method to correct the spectral radius of the inner weights accounting for leakiness and a matricial trick to improve the variance of network states during its dynamics.

ESN.py Contains the definition of a customized tensorflow Cell. The inizialization of the weights uses numpy function via tf.py_function because tf.self_adjoint_eigvals only works on self-adjoint matrices.

ESN-usage.ipynb Contains an example of training on a simple dataset.

parametric-sequence-learning.ipynb Contains a more complex example. A set of 2D trajectories is learned and generalization to the whole family of trajectories is tested.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].