anty-filidor / mlp-cifar

Simple implementation of MLP neural network for CIFAR dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLP - 2018

This program is simple MLP neural network trained on CIFAR-10 dataset link

data_import.py - imports data from dataset and partitions int into batches

src.py - main script which train and test neural network

visualise_images.py - visualise some classified images

MC

About

Simple implementation of MLP neural network for CIFAR dataset


Languages

Language:Python 100.0%