Archimedes: a simple exercise with Keras and Scikit-Fuzzy

This is a simple exercise, not a real, complete implementation. However I think it’s a good starting point if you want to use Keras in order to learn time sequences and Scikit-Fuzzy, to extract probabilistic rules (which descrive the evolution) from them. First of all, you need both packages: Keras (http://keras.io/) Theano (http://deeplearning.net/software/theano/) Scikit-Fuzzy (https://github.com/scikit-fuzzy/scikit-fuzzy) … [Read more…]