-
Notifications
You must be signed in to change notification settings - Fork 1
Yutaka-kun/beginner_folder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
## This folder is for beginners. ## Test if the code works in your environment. ############################### mnist(keras).py ############################### $ python mnist(keras).py -e 20 -b 256 -l 0.005 default epochs 10 batch_size 128 learning_rate 0.001 ################################ mnist(keras_cnn).py ################################ $ python mnist(keras_cnn).py -e 40 -b 128 -l 0.005 default epochs 50 batch_size 128 learning_rate 0.01 ################################ mnist(no_keras_no_tensorflow).py ################################ $ python mnist(no_keras_no_tensorflow).py -e 5 -l 0.01 -i 5 default epochs 3 learning_rate 0.1 input_volume 3 (max=<600)
About
This repository is for machine learning engineers (beginners).
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published