deepnz / Perceptron

The assignment uses pandas and numpy modules in python. generate_features.py -> It takes all the training images, both from train8 and trainOthers and generates a feature matrix. It also puts in the relevant label(1 or -1) and shuffles the matrix for better training.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

The assignment uses pandas and numpy modules in python. generate_features.py -> It takes all the training images, both from train8 and trainOthers and generates a feature matrix. It also puts in the relevant label(1 or -1) and shuffles the matrix for better training.


Languages

Language:Python 100.0%