Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create decentralized community
latest #tensorboard created topics on internet
south-man
tensorflow
2018-05-02 09:53
Source that deep learning with mnist data
MNIST reads the data one-hot to create tansorboard data and stores the training results. %autosave 0 def reset_graph(seed=42): tf.reset_default_graph() tf.set_random_seed(seed) np.random.seed(seed) from
$ 0.000
1
south-man
deep-running
2018-05-02 09:42
mnist 데이터를 가지고 딥러닝하는 소스
mnist 데이터를 one-hot으로 읽어들여서 tansorboard 데이터를 만들고 훈련 결과를 저장합니다. %autosave 0 def reset_graph(seed=42): tf.reset_default_graph() tf.set_random_seed(seed) np.random.seed(seed) from
$ 0.227
3
2
alberduris
tensorflow
2018-03-24 14:15
What happens when you apply Dropout to a bad initialized Deep Neural Network
Introduction: This is a post that explains a problem that I found during the development of Deep Neural Network (with Tensorflow) in order to do multi-label classification and the applicaton of the popular
$ 0.000
0
4