Skip to content

This is a numpy implementation for the shallow neural network algorithm (both training and testing) fully vectorized

Notifications You must be signed in to change notification settings

hazemMondy/weston-watkins-MCSVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi Class support vector machines Weston and Watkins approach

This is an implementation for the algorithm (both training and testing) fully vectorized in numpy (CPU) only, in a shallow neural network paper link : https://www.academia.edu/813112/Support_vector_machines_for_multi_class_pattern_recognition

Pre-requisites

  • numpy
  • matplotlib

for data handling and preprocessing

  • pandas
  • sklearn

Getting Started

Preprocess the data doing some dimensionality reduction then tain the model.

Datasets used

CIFAR-100 wheat_seeds

About

This is a numpy implementation for the shallow neural network algorithm (both training and testing) fully vectorized

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published