Skip to content

Weikang01/SharpTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SharpTorch

This is a Neural Network tool for C# (currently testing in Unity) currently mostly for study purpose

The given screenshot shows the output of the framework

screenshot

The main neural network logic is stored in NeuralNetwork.cs

NeuralNetwork.cs

currently it support forward/backward process of dense layer, Convolution layer, pooling, common activation functions include

  • Sigmoid
  • Tanh
  • ReLU
  • LeakyReLU
  • Softmax

loss functions include

  • MSE
  • MAE
  • Categorical Cross Entropy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published