ankurparihar / Epileptic-Seizure-Classification

Epileptic Seizure Classification of Kaggle Dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Epileptic Seizure classification

pulseNet

Used for transforming waves into images for classification by CNN
pulseNet

Tensorflow Image Classification CNN

CNN for multi-class image recognition in tensorflow

Forked from: https://github.com/rdcolema/tensorflow-image-classification

Notebook converted from Hvass-Labs' tutorial in order to work with custom datasets, flexible image dimensions, 3-channel images, training over epochs, early stopping, and a deeper network.

Data format:

	train/
		cat1/
		cat2/
		cat3/
	test/
		test/

No need for validation data as it is internally split from train data

About

Epileptic Seizure Classification of Kaggle Dataset


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%