Skip to content

Commit 9458e83

Browse files
SanftMonsterOceania2018
authored andcommitted
Refine some descriptions in readme.md.
1 parent f4450e9 commit 9458e83

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222

2323
SciSharp's philosophy allows a large number of machine learning code written in Python to be quickly migrated to .NET, enabling .NET developers to use cutting edge machine learning models and access a vast number of TensorFlow resources which would not be possible without this project.
2424

25-
In comparison to other projects, like for instance [TensorFlowSharp](https://www.nuget.org/packages/TensorFlowSharp/) which only provide TensorFlow's low-level C++ API and can only run models that were built using Python, Tensorflow.NET also implements TensorFlow's high level API where all the magic happens. This computation graph building layer is still under active development. Once it is completely implemented you can build new Machine Learning models in C# or F#.
25+
In comparison to other projects, like for instance [TensorFlowSharp](https://www.nuget.org/packages/TensorFlowSharp/) which only provide TensorFlow's low-level C++ API and can only run models that were built using Python, Tensorflow.NET makes it possible to build the pipeline of training and inference with pure C# and F#. Besides, Tensorflow.NET provides binding of Tensorflow.Keras to make it easy to transfer your code from python to .NET.
26+
27+
[ML.NET](https://github.com/dotnet/machinelearning) also support using tensorflow as backend to train and infer your model, which provides better integration with .NET.
2628

2729
Go through the online docs [TensorFlow for .NET](https://scisharp.github.io/tensorflow-net-docs) before you get started with Machine Learning in .NET.
2830

@@ -43,7 +45,8 @@ There are many examples reside at [TensorFlow.NET Examples](https://github.com/S
4345
#### TensorFlow.net Version
4446
` tf.net 0.4x -> tf native 2.4`
4547
`tf.net 0.6x -> tf native 2.6`
46-
`tf.net 0.7x -> tf native 2.7`
48+
`tf.net 0.7x -> tf native 2.7`
49+
`tf.net 0.10x -> tf native 2.10`
4750
`...`
4851

4952
#### C# Example

0 commit comments

Comments
 (0)