Skip to content

2Tiramisu/SciSharp-Stack-Examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SciSharp STACK Examples

This repo contains many practical examples written in SciSharp's machine learning libraries. If you still don't know how to use .NET for deep learning, getting started from here is your best choice.

Join the chat at https://gitter.im/publiclab/publiclab

Requirements:

Run specific example in shell:

// run all examples from source code
dotnet run --project src/TensorFlowNET.Examples

// run specific example
dotnet run --project src/TensorFlowNET.Examples -ex "Linear Regression"

// run in compiled library
dotnet TensorFlowNET.Examples.dll -ex "MNIST CNN"

Example runner will download all the required files like training data and model pb files.

Welcome to PR your example to us.

Your contribution will make .NET community better than ever.

TensorFlow.NET is a part of SciSharp STACK

About

Practical examples written in SciSharp's machine learning libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 86.7%
  • Python 12.2%
  • F# 1.1%