/MachineLearning

Some simple implementations of machine learning algorithms.

Primary LanguageJupyter Notebook

Machine Learning Algorithms

Correlations

Implementation of Person Correlation.

Linear regression

A simple algorithm to run a linear regression.

Clustering

Implementation of dbscan algorithm.

Similarity

Implementation of cosine similarity.

Neural Network

The NN class use example can be seen on source code nn_execution_iris.py. This example uses the iris dataset.