Skip to content

DNN for MNIST dataset with random graph architecture

Notifications You must be signed in to change notification settings

smupilab/random_mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

random_mnist

DNN for MNIST dataset with random graph architecture

Usage:

  • step1: python gengraph,oy <hidden layer 0> <hidden layer 1> ...

  • step2: python gennn.py graph_<hidden layer 0><hidden layer 1> ... .dat

  • step3: python3 randnn__.py

Example:

% python3 gengraph.py 64 32

% python3 python3 gennn.py graph_64_32.dat

% python3 randnn_96_52544.py

About

DNN for MNIST dataset with random graph architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages