pydeeplearn icon indicating copy to clipboard operation
pydeeplearn copied to clipboard

Deep learning API with emotion recognition application

Results 9 pydeeplearn issues
Sort by recently updated
recently updated
newest added

Trace obtaining by running the spearmint example in the spearmint branch (with the TRAIN and TEST variable being set to 55000 and 5000 respectively). ``` Traceback (most recent call last):...

Hello, I am trying to execute this project in CPU instead of GPU, can you please tell me if this is possible? If yes, how should I modify this code?...

Hi. In your report, it was mentioned that you experimented with the MultiPIE dataset and created the model with the six emotions. Is there anyway to get the trained model?

Hi, I was interested in trying out your emotions.py function, but when I use the following inputs: python emotions.py serialized_network --kaggle, I get the error in deepbelief.py line 504: assert...

Merged your and mine pull requests into one for you (I need this anyway)

tell me your opinion please, it can be done for other neural netoworks (or there could be some abstraction for common methods :) )

it could be done for all network architectures. it's simple ... maybe dummy :)

Hi! ``` In this fork I created an example of using the library Hyperopt for Hyperparameter optimization of a Deep Belief Network. In this example the MNIST database is used,...