项目作者: JesperDramsch

项目描述 :
高级语言: Matlab
项目地址: git://github.com/JesperDramsch/Fully-Connected-Neural-Network.git
创建时间: 2017-04-07T17:29:26Z
项目社区:https://github.com/JesperDramsch/Fully-Connected-Neural-Network

开源协议:GNU General Public License v3.0

下载


Fully-Connected-Neural-Network

It’s a simple fully connected neural net that was built for the course Advanced Image Analysis at DTU.

You can adjust the activators as

  • relu
  • sigmoid
  • tanh

additionally neurons, iterations and layers can be adjusted in the script.

Code is not optimized.