Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 267 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 267 Bytes

Simple-Neural-Network-in-Go

This is a project of a simple fully connected neural network with one hidden layer, so there are only three layers in the neural network. Sigmoid is used as the activation function. You can easily run the code in any suitable editor.