A Toolbox for Supervised Learning Algorithms
Supervised machine learning utilizes various algorithms in building predictive models. While the work done under the hood is different between models, the API for training every machine learning model is essentially the same in scikit-learn:
model.fit(x,y)
model.predict(x)
[Read More]
The Statistics of Dungeons and Dragons, 5th edition
Audio Classification, Continued
Get the code!
[Read More]
Cepstral Machine Learning for Audio Classification
Get the Code!
[Read More]