coopie / speech_ml_experiements

The experiments I carried out with the speech_ml library
MIT License
3 stars 2 forks source link

Latest updated experiments #1

Open lucasa opened 8 years ago

lucasa commented 8 years ago

Hi! Could you share the updated code of experiments that works with the latest speech_ml master branch? I'm doing too some experiment with Keras for speech emotion detection and want to colaborate with speech_ml.

Cheers. lucasa

coopie commented 8 years ago

Hey Lucas,

The short answer is that speech_ml has changed a lot since these experiments, so I

These experiments are from the beginning of summer, where I was still learning a lot about deep learning, so they will likely not be useful. I would suggest having a look at a few papers like this one and see if you can recreate some of the experiments that they do.

currently I am using speech_ml for my job, and that means that I cannot show you the experiments I am using it for.

The speech_ml library is slowly becoming less directed toward speech, and more toward general utilities for deep learning at a medium scale. At some point in the near future, I will do a large refactor and renaming of speech_ml to something else.

Feel free to ask me questions about your emotion research using keras. You can reach me at sam.j.coope(at)gmail(dot)com

lucasa commented 8 years ago

Thanks for the fast answer Sam. I understand you about sharing your work, i don't need that.

But I'm facing some difficulties to use the data sources classes (data_sources.py) and glue all together with the keras model. The test classes help me a little bit but could not figure the complete pipeline.

So I just need some "hello world" like instructions how to load a wave dataset with the pipeline.