ogxd / deep-learning-in-csharp

Small C# library to build and run DFF neural networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Derp : A Deep learning in C sharp.

Derp is a small DDF neural network generation and training lib written in C#. It works entirely with builtin arrays and term by term calculations. Performances are ok for CPU computation, but it's better to use proofed, multithreaded or even GPU libraries for real work.

A sample is included for stock predictions, but results are obviously wrong for now as RNN are not implemented in this library yet.

This library was written for my own learning of machine learning topics.

About

Small C# library to build and run DFF neural networks


Languages

Language:C# 100.0%