Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 213 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 213 Bytes

fc_net with c++

模块化 全连接神经网络

实现了C++ 二维矩阵运算库

使用简单数组便可初始化任意层数神经网络

激活函数relu,损失函数softmax

可选 dropout、batchnorm