文件名称:deepLearningFromScratch:香草深层神经网络的反向传播和ADAM优化
文件大小:27.92MB
文件格式:ZIP
更新时间:2024-04-15 09:02:08
C++
deepLearningFromScratch:香草深层神经网络的反向传播和ADAM优化
【文件预览】:
deepLearningFromScratch-main
----CMakeLists.txt(362B)
----Util.h(2KB)
----Util.cpp(8KB)
----Examples()
--------FunctionApproximation()
--------Mnist()
----LICENSE(1KB)
----Layer.cpp(13KB)
----predictDnn.cpp(5KB)
----trainDnn.cpp(3KB)
----UtilLayer.h(297B)
----Layer.h(2KB)
----UtilLayer.cpp(5KB)