All Projects → SciSharp → Scisharp Stack Examples

SciSharp / Scisharp Stack Examples

Licence: apache-2.0
Practical examples written in SciSharp's machine learning libraries

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Scisharp Stack Examples

Tensorflow Find Object
📸 A simple application to demonstrate TensorflowJS using mobile net model to predict objects via camera API.
Stars: ✭ 12 (-91.18%)
Mutual labels:  tensorflow-examples
From Keras To C
A practical example of Tensorflow C API based deployment starting from a model trained with Tensorflow + Keras
Stars: ✭ 71 (-47.79%)
Mutual labels:  tensorflow-examples
Androidtensorflowmachinelearningexample
Android TensorFlow MachineLearning Example (Building TensorFlow for Android)
Stars: ✭ 1,369 (+906.62%)
Mutual labels:  tensorflow-examples
Tensorflowservingcsharpclient
Implement Tensor Flow Serving C# client example with gRPC. MNIST prediction console application and web paint ASP.NET Core 2.0 and ReactJS application.
Stars: ✭ 31 (-77.21%)
Mutual labels:  tensorflow-examples
Math object detection
An image recognition/object detection model that detects handwritten digits and simple math operators. The output of the predicted objects (numbers & math operators) is then evaluated and solved.
Stars: ✭ 52 (-61.76%)
Mutual labels:  tensorflow-examples
Eat tensorflow2 in 30 days
Tensorflow2.0 🍎🍊 is delicious, just eat it! 😋😋
Stars: ✭ 9,166 (+6639.71%)
Mutual labels:  tensorflow-examples
Machine Learning Collection
A resource for learning about ML, DL, PyTorch and TensorFlow. Feedback always appreciated :)
Stars: ✭ 883 (+549.26%)
Mutual labels:  tensorflow-examples
Chatgirl
ChatGirl is an AI ChatBot based on TensorFlow Seq2Seq Model. ChatGirl 一个基于 TensorFlow Seq2Seq 模型的聊天机器人。(包含预处理过的 twitter 英文数据集,训练,运行,工具代码,来波 Star 。)QQ群:167122861
Stars: ✭ 105 (-22.79%)
Mutual labels:  tensorflow-examples
Easypr Python
EasyPR-python
Stars: ✭ 55 (-59.56%)
Mutual labels:  tensorflow-examples
Ml Classifier
A tool for quickly training image classifiers in the browser
Stars: ✭ 97 (-28.68%)
Mutual labels:  tensorflow-examples
Letslearnai.github.io
Lets Learn AI
Stars: ✭ 33 (-75.74%)
Mutual labels:  tensorflow-examples
Nsfw Filter
🚀 A Google Chrome / Firefox extension that blocks NSFW images from the web pages that you load using TensorFlow JS.
Stars: ✭ 984 (+623.53%)
Mutual labels:  tensorflow-examples
Free Tensorflow
Tensorflow 免费中文视频教程,开源代码,免费书籍.
Stars: ✭ 83 (-38.97%)
Mutual labels:  tensorflow-examples
Vgg tensorflow
VGGNet implemented by tensorflow
Stars: ✭ 27 (-80.15%)
Mutual labels:  tensorflow-examples
Tensorflow2.0 Examples
🙄 Difficult algorithm, Simple code.
Stars: ✭ 1,397 (+927.21%)
Mutual labels:  tensorflow-examples
Tensorflow object detection tflite
This is a repo for training and implementing the mobilenet-ssd v2 to tflite with c++ on x86 and arm64
Stars: ✭ 24 (-82.35%)
Mutual labels:  tensorflow-examples
Tensorflow Brasil
Códigos e materiais sobre TensorFlow em Português
Stars: ✭ 74 (-45.59%)
Mutual labels:  tensorflow-examples
Open nsfw android
🔥🔥🔥色情图片离线识别,基于TensorFlow实现。识别只需20ms,可断网测试,成功率99%,调用只要一行代码,从雅虎的开源项目open_nsfw移植,该模型文件可用于iOS、java、C++等平台
Stars: ✭ 1,586 (+1066.18%)
Mutual labels:  tensorflow-examples
Self Driving Car
Automated Driving in NFS using CNN.
Stars: ✭ 105 (-22.79%)
Mutual labels:  tensorflow-examples
Tf Object Detection
Simpler app for tensorflow object detection API
Stars: ✭ 91 (-33.09%)
Mutual labels:  tensorflow-examples

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 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 code
dotnet run --project src/TensorFlowNET.Examples

:: run specific example
dotnet run --project src/TensorFlowNET.Examples -ex "Linear Regression (Graph)"

:: run in compiled library
dotnet TensorFlowNET.Examples.dll -ex "MNIST CNN (Eager)"

F#

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

:: run specific example
dotnet run --project src/TensorFlowNET.Examples.FSharp -ex "Linear Regression (Eager)"

:: run in compiled library
dotnet 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 World C#, F#
  • Basic Operations C#, F#
  • Linear Regression in Graph mode C#, F#
  • Linear Regression in Eager mode C#, F#
  • Linear Regression in Keras C#
  • Logistic Regression in Graph mode C#, F#
  • Logistic Regression in Eager mode C#, F#
  • Nearest Neighbor C#, F#
  • Naive Bayes Classification C#, F#
  • K-means Clustering C#

Neural Network

  • Full Connected Neural Network in Eager mode C#, F#
  • Full Connected Neural Network (Keras) C#, F#
  • NN XOR C#
  • Object Detection in MobileNet C#
  • MNIST FNN in Keras Functional API C#, F#
  • MNIST CNN in Graph mode C#, F#
  • MNIST CNN in Eager mode C#, F#
  • MNIST CNN in Keras SubClass C#, F#
  • MNIST RNN C#
  • MNIST LSTM C#
  • Image Classification in Keras Sequential API C#, F#
  • Image Recognition Inception C#, F#
  • Toy ResNet in Keras Functional API C#, F#
  • Transfer Learning for Image Classification in InceptionV3 C#
  • CNN In Your Own Dataset C#, F#

Natural Language Processing

  • Binary Text Classification C#
  • CNN Text Classification C#
  • Named Entity Recognition C#

Welcome to PR your example to us.

Your contribution will make .NET community better than ever.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].