Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Practical examples written in SciSharp's machine learning libraries

License

NotificationsYou must be signed in to change notification settings

SciSharp/SciSharp-Stack-Examples

Repository files navigation

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 these examples is your best choice.

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

Requirements:

Run specific example in shell:

C#

:: run all examples from source codedotnet run --project src/TensorFlowNET.Examples:: run specific exampledotnet run --project src/TensorFlowNET.Examples -ex"Linear Regression (Graph)":: run in compiled librarydotnet TensorFlowNET.Examples.dll -ex"MNIST CNN (Eager)"

F#

:: run all examples from source codedotnet run --project src/TensorFlowNET.Examples.FSharp:: run specific exampledotnet run --project src/TensorFlowNET.Examples.FSharp -ex"Linear Regression (Eager)":: run in compiled librarydotnet TensorFlowNET.Examples.FSharp.dll -ex"MNIST CNN (Eager)"

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

Basic Model

  • Hello WorldC#,F#
  • Basic OperationsC#,F#
  • Linear Regression in Graph modeC#,F#
  • Linear Regression in Eager modeC#,F#
  • Linear Regression in KerasC#
  • Logistic Regression in Graph modeC#,F#
  • Logistic Regression in Eager modeC#,F#
  • Nearest NeighborC#,F#
  • Naive Bayes ClassificationC#,F#
  • K-means ClusteringC#

Neural Network

  • Full Connected Neural Network in Eager modeC#,F#
  • Full Connected Neural Network (Keras)C#,F#
  • NN XORC#
  • Object Detection in MobileNetC#
  • MNIST FNN in Keras Functional APIC#,F#
  • MNIST CNN in Graph modeC#,F#
  • MNIST CNN in Eager modeC#,F#
  • MNIST CNN in Keras SubClassC#,F#
  • MNIST RNNC#
  • MNIST LSTMC#
  • Image Classification in Keras Sequential APIC#,F#
  • Image Recognition InceptionC#,F#
  • Toy ResNet in Keras Functional APIC#,F#
  • Transfer Learning for Image Classification in InceptionV3C#
  • CNN In Your Own DatasetC#,F#

Natural Language Processing

  • Binary Text ClassificationC#
  • CNN Text ClassificationC#
  • Named Entity RecognitionC#

Time Series

  • Weather Prediction (CNN, RNN)C#

Welcome to PR your example to us.

Your contribution will make .NET community better than ever.

About

Practical examples written in SciSharp's machine learning libraries

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors9


[8]ページ先頭

©2009-2025 Movatter.jp