Skip to content

Convolutional neural network for classifying images from celebA dataset. (University project)

Notifications You must be signed in to change notification settings

jtuyls/cnn_uni_freiburg

Repository files navigation

cnn_uni_freiburg

An implementation of a convolutional neural network (cnn) for classifying images from the celebA dataset. The cnn is built using the lasagne and theano frameworks.

Setup

Install setuptools (Mac OS X)

curl https://bootstrap.pypa.io/ez_setup.py -o - | python

Install requirements

pip install -r requirements.txt

Train cnn on celebA dataset

python run.py

About

Convolutional neural network for classifying images from celebA dataset. (University project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages