Skip to content

Made from Scratch: Logistic regression, k-means clustering and FFNN Neural Network.

Notifications You must be signed in to change notification settings

raulorteg/ML-Iris-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Made from Scratch: Logistic Regression, K-means Clustering, FFNN Neural Network

Was my first attempt at building Logistic regression, K-means Clustering and a FFNN neural network from scratch whe I was first introduced to Machine Learning. The database used is the Classical Iris Database (link: https://archive.ics.uci.edu/ml/machine-learning-databases/iris/) and consists of 150 measures of sepal length, sepal width, petal length and petal width of 3 types of flowers (Iris-viriginica, Iris-setosa, Iris-versicolor). The objective in the case of Logistic Regression and FFNN Neural Network is predicting the type of flower given its sepal and petal height and width. The purpose of k-means Clustering was to try to find that there are three types of flowers (3 clusters) in the dataset by computing k-means clustering for different number of clusters k and plotting the curve of loss vs k-number (Elbow shaped graph).

About

Made from Scratch: Logistic regression, k-means clustering and FFNN Neural Network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages