Skip to content

Samples for TensorFlow binding for .NET by Lost Tech

License

Notifications You must be signed in to change notification settings

mm86133/Gradient-Samples

 
 

Repository files navigation

TensorFlow C# samples

Samples for LostTech.TensorFlow, TensorFlow binding for .NET

BasicMath- creates two constant tensors and performs simple algebraic operations on them

CharRNN - generates semi-sensical text in the style of input. For example (Shakespeare):

LOST: What is your name beautiful princess?

COMPUTER: Gradient your horn of exemity.

GLOUCESTER: how one sick up scourish, thither place and thronds the grow for these bowing.

MARIANA: He shall speak not reverbering injurance.

CSharpOrNot - a mini-ResNet convolutional network, that guesses programming language, given a rectangular text block from a code file. Has a cross-platform UI demo. Get pretrained model here: https://github.com/losttech/Gradient-Samples/releases/tag/csharp-or-not%2Fv1

GPT-2 - latest English language model from OpenAI (smaller version, pretrained). Added fine-tuning from https://github.com/nshepperd/gpt-2.

FashionMnistClassification - standard TensorFlow example, that classifies small pictures of clothes.

ResNetBlock - same as FashionMnistClassification above, but shows Model subclassing to implement ResNet block.

RL-MLAgents - reinforcement learning agent, that learns to play Unity 3D based games using Soft Actor-Critic algorithm, and Unity ML agents library. More details in the blog post.

SimpleApproximation - uses a simple 1 hidden layer neural network to approximate an arbitrary function.

All models can be modified and trained.

LICENSE - MIT for all sample code, individual samples might have different licenses (clearing that up, see individual sample folders).

See Also

SIREN - neural representation for any kind of signal (image, video, audio).

YOLOv4 - neural network for object detection.

Billion Songs - deep learning-powered song lyrics generator in an ASP.NET Core web site. More details in Writing billion songs with C# and Deep Learning.

About

Samples for TensorFlow binding for .NET by Lost Tech

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 94.3%
  • F# 1.9%
  • Visual Basic .NET 1.7%
  • Python 1.6%
  • Other 0.5%