文件名称:使用python搭建mnist全连接神经网络
文件大小:14KB
文件格式:ZIP
更新时间:2022-04-05 13:38:59
python 神经网络 Tensor
通过模块化的编程思想,运用Tensorflow搭建的全连接神经网络,代码包括5个文件,分别为generateds.py;forward.py;backward.py;test.py;appMnist.py,分别对应生成数据集,前向传播,反向传播,测试模型,运用模型做预测的功能
【文件预览】:
mnist
----appMnist.py(2KB)
----test.py(2KB)
----backward.py(3KB)
----generateds.py(5KB)
----__pycache__()
--------forward.cpython-37.pyc(932B)
--------forward.cpython-36.pyc(926B)
----.idea()
--------mnist.iml(649B)
--------other.xml(239B)
--------workspace.xml(17KB)
--------encodings.xml(138B)
--------misc.xml(306B)
--------modules.xml(269B)
--------inspectionProfiles()
----forward.py(716B)