New: tensorboardAll contenthive-129948hive-196917krzzanhive-183959hive-180932hive-185836steemhive-188619hive-150122photographyhive-166405hive-144064hive-101145hive-184714hive-183397uncommonlabhive-145157bitcoinhive-103599hive-193637hive-193186krsuccesshive-113376hive-103393TrendingNewHotLikerssouth-man (32)in tensorflow • 7 years agoSource that deep learning with mnist dataMNIST reads the data one-hot to create tansorboard data and stores the training results. %autosave 0south-man (32)in deep-running • 7 years agomnist 데이터를 가지고 딥러닝하는 소스mnist 데이터를 one-hot으로 읽어들여서 tansorboard 데이터를 만들고 훈련 결과를 저장합니다. %autosave 0alberduris (25)in tensorflow • 7 years agoWhat happens when you apply Dropout to a bad initialized Deep Neural NetworkIntroduction: 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…