Skip to content

Samples for Gradient, TensorFlow binding for .NET

License

Notifications You must be signed in to change notification settings

zaharPonimash/Gradient-Samples

 
 

Repository files navigation

Gradient-Samples

Samples for Gradient, TensorFlow binding for .NET

Billion Songs a separate repository with deep learning-powered song lyrics generator in an ASP.NET Core web site.

See also: Writing billion songs with C# and Deep Learning

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.

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.

LinearSVM - incomplete port due to a bug with tf.flags

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

All models can be modified and trained.

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

About

Samples for Gradient, TensorFlow binding for .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 90.4%
  • Visual Basic .NET 3.2%
  • Python 2.8%
  • F# 2.7%
  • Other 0.9%