Skip to content

Implementation of some algorithms taught in the Pattern Recognition course

Notifications You must be signed in to change notification settings

ZeinaHisham/IT352-Pattern-Recognition-Assignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IT352-Pattern-Recognition-Assignments

Implementation of some algorithms taught in the Pattern Recognition course

  • MNIST Dataset Digit Recognizer
    Digit Recognition using Keras and Tensorflow by calculating centroid and euclidean distance

  • FMD Dataset Texture Classifier
    Classification of Flickr Material Database (FMD) using texture measures from Gray-Level Co-occurence Matrix (GLCM)
    Yields low results but can be improved by taking multiple distances and angles for glcm matrix for each instance

  • Linear Discriminant Analysis (Built-in vs From Scratch) on IRIS Dataset
    Implementation of LDA on the non-linear IRIS dataset against sklearn-lda

About

Implementation of some algorithms taught in the Pattern Recognition course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published