Coder Social home page Coder Social logo

inf2b_python's Introduction

inf2b_python

This repository is a replication of my work for an Introductory Machine Learning coursework at The University of Edinburgh, which I originally completed in MATLAB. I wanted to learn Python and get familiar with Numpy, so here we are!

Assignment

The goal of this assignment was to classify, as accurately as possible, handwritten characters taken from the EMNIST dataset (https://www.nist.gov/itl/iad/image-group/emnist-dataset). Each character image was represented as 28-by-28 pixels in gray scale, being stored as a row vector of 784 elements (28 ร— 28 = 784). This coursework was completed using MATLAB 2015.

Task 1

Using K-NN classification.

Task 2

Using Naive Bayes classification with multivariate Bernoulli distributions.

Task 3

Using Bayes classification with Gaussian distributions, where each class (character) is modelled with a multivariate Gaussian distribution.

Task 3B

Same as done in 3A, with the addition of a K-means clustering algorithm. Each class was divided into different clusters to achieve a more accurate prediction.

inf2b_python's People

Contributors

robinhenry avatar

Stargazers

dreampai avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.