kk_contour_net_shallow/thesis code/shallow net
katharinakorb f7e931ba3d
Add files via upload
Additional files used for analysis
2023-11-05 20:14:04 +01:00
..
functions Add files via upload 2023-11-05 20:14:04 +01:00
config.json Add files via upload 2023-11-05 20:14:04 +01:00
corner_loop_final.sh Add files via upload 2023-11-05 20:14:04 +01:00
README.txt Add files via upload 2023-11-05 20:14:04 +01:00

Folder shallow net:

1. config.json:
* includes all cnn parameters and configurations 
* example for architecture: 32-8-8 (c1-c2-c3)

2. corner_loop_final.sh
* bash script to train the 20 cnns of one cnn architecture 

Folder functions: 
* contains the files do build the cnn, set the seeds, create a logging file, train and test the cnns 
* based on ---> Github: https://github.com/davrot/kk_contour_net_shallow.git