Introduction to Machine Learning using scikit-learn to predict emotions from voice data
A course presented for Sopra Steria Norway
Clone the repo to your machine. Start by implementing the basic model, followed by the general and personalized models Remember to read the TODOs The folder also contains an example of a solution, but it is recommended to give it a proper try before looking at the solution.
- [Python >= 3.4] (https://www.python.org/downloads/)
- [Numpy] (https://www.scipy.org/scipylib/download.html)
- [Matplotlib] (https://matplotlib.org/users/installing.html)
- [Scikit-learn] (https://scikit-learn.org/stable/install.html)
pip install numpy matplotlib scikit-learn
- [Scikit-learn] (https://scikit-learn.org/stable/)
- [The dataset] (http://emodb.bilderbar.info/start.html)