Automatic Licence Plate Recognition¶
For my senior project, I joined a team tasked to design an automatic licence plate reading system. We decided to use python and various machine learning libraries to accomplish this task. There was a lot of initial research, and many different prototypes, but now we can boil down what we have into a short post like this.
read moreComparing Clustering on a Labelled Dataset
Clustering¶
We are going to look at a dataset of car acceptability. This dataset consists of 6 attributes that describe a car, and a class describing wether or not the car is acceptable. We will try to cluster this dataset into 4 clusters without looking at class (acc). We will then compare the clustering to the pre-existing class values and see if they match up.
read moreFirst Post
First Post¶
This is my first blog post. This blog is where I will share my data science and machine learning projects. I hope you enjoy!
Here's a graph of some random data.