Skip to content

mkrum/RusCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This was a project I did for my data science class over the summer of 2016. This is a convolutional neural network that attempts to distinguish between three different artistic styles: realism, surrealism, and abstract. Here are the results I achieved:

alt tag alt tag

I used two models: a classical LeNet Model and a model that used inception layers. To run these, use:

./tfcnn.py S R A results.txt (LeNet version) or ./incepdim.py S R A results.txt (Inception Layer version)

where S, R, and A are 0 or 1 denoting whether or not you wish to include (S)urrealism, (R)ealism, or (A)bstract works. The results.txt file is just where it will store the results.

I would not recommend running this on a CPU as it will take an inordinate to complete.

About

Data Science Project: CNN's to Classify Art

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages