Skip to content

A convolutional autoencoder for feature extraction, with an SVM for image classification.

Notifications You must be signed in to change notification settings

Tasswon/SVM-Convolutional_Autoencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

SVM Classifier with a Convolutional Autoencoder for Feature Extraction

Software

Python3
Tensorflow-gpu
Matplotlib
Numpy
Sklearn

Description

A convolutional autoencoder was trained for data pre-processing; dimension reduction and feature extraction. Additionally, an SVM was trained for image classification and attached to the central layer of the network. Essentially, MNIST data is fed into the autoencoder, which then feeds the result into the SVM for classification.

About

A convolutional autoencoder for feature extraction, with an SVM for image classification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published