marcthomas / Megalopolis

Portable Deep Learning Library for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Megalopolis

This repository contains the portable deep learning (deep neural networks) library implementation for .NET platform. This library is written by C#.

Features

  • .NET Standard 2.0 library
  • Code first modeling
  • Dependency-free

Activation Functions

  • Hyperbolic tangent
  • Identity
  • ReLU
  • Sigmoid
  • Softmax

Layers

  • Convolutional
  • Dropout
  • Fully connected
  • Max pooling

Loss Functions

  • Cross-entropy
  • Mean squared error (MSE)

Optimizers

  • AdaDelta
  • AdaGrad
  • Adam
  • Momentum
  • Nesterov
  • RMSprop
  • SGD

About

Portable Deep Learning Library for .NET

License:Apache License 2.0


Languages

Language:C# 100.0%