Handling Audio Data

Posted on Wed 12 September 2018 in machine_learning • Tagged with python, machine learning, data, manipulation, librosa, audio

Discovering how to manipulate audio data with librosa


Continue reading

Classification on a Spinal Dataset

Posted on Fri 07 September 2018 in machine_learning • Tagged with python, machine learning, ai, KNN, KMeans, Linear SVM, PCA, TruncatedSVD, Random Forest, clustering, algorithm, classification

Using various unsupervised models to manipulate the spinal data in hopes to raise the supervised models' classification accuracy.


Continue reading

Using Logistic Regression on Iris Data

Posted on Wed 05 September 2018 in machine_learning • Tagged with python, machine learning, ai, Logistic Regression, linear model, algorithm, classification

Using Logistic Regression model on Iris dataset to properly classify the iris types


Continue reading

Using KNN on Iris Data

Posted on Wed 29 August 2018 in machine_learning • Tagged with python, machine learning, ai, KNN, k nearest neighbors, algorithm, classification

Using KNN model on Iris dataset to properly classify the iris types


Continue reading

Linear Regression on Boxing Data

Posted on Tue 28 August 2018 in machine_learning • Tagged with python, machine learning, ai, linear regression, algorithm, regression

Using simple linear regression on a boxing bouts dataset.


Continue reading

Rise of the Pelican

Posted on Fri 24 August 2018 in python • Tagged with framework, pelican, python, static, site, generator

Using the Pelican static site generator


Continue reading