Skip to content

Commit 424f369

Browse files
authored
Update README.md
1 parent f4cf013 commit 424f369

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Logo](Images/keras.net_long.svg)<a href="http://scisharpstack.org"><img src="https://github.com/SciSharp/SciSharp/blob/master/art/scisharp_badge.png" width="200" height="200" align="right" /></a>
22

3-
**Keras.NET** is a high-level neural networks API, written in C# with Python Binding and capable of running on top of TensorFlow, CNTK, or Theano. It was developed with a focus on enabling fast experimentation. Being able to go from idea to result with the least possible delay is key to doing good research.
3+
**Keras.NET** is a high-level neural networks API for C# and F# with Python Binding and capable of running on top of TensorFlow, CNTK, or Theano. It was developed with a focus on enabling fast experimentation. Being able to go from idea to result with the least possible delay is key to doing good research.
44

55
Use Keras if you need a deep learning library that:
66

@@ -30,7 +30,7 @@ dotnet add package Keras.NET
3030
```
3131

3232

33-
## Example with XOR sample
33+
## Example with XOR sample (C#)
3434

3535
```csharp
3636
//Load train data
@@ -61,7 +61,7 @@ loaded_model.LoadWeight("model.h5");
6161

6262
![](https://raw.githubusercontent.com/SciSharp/Keras.NET/master/Images/XOR_Output.PNG)
6363

64-
## MNIST CNN Example
64+
## MNIST CNN Example (C#)
6565

6666
Python example taken from: https://keras.io/examples/mnist_cnn/
6767

0 commit comments

Comments
 (0)