You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read the docs & book [The Definitive Guide to Tensorflow.NET](https://tensorflownet.readthedocs.io/en/latest/FrontCover.html) if you want to know more about TensorFlow for .NET under the hood.
221
218
222
219
### Contribute:
223
220
@@ -249,9 +246,7 @@ git pull upstream master
249
246
250
247
### Contact
251
248
252
-
Feel free to star or raise issue on [Github](https://github.com/SciSharp/TensorFlow.NET).
253
-
254
-
Follow us on [Medium](https://medium.com/scisharp).
249
+
Follow us on [Twitter](https://twitter.com/ScisharpStack), [Facebook](https://www.facebook.com/scisharp.stack.9), [Medium](https://medium.com/scisharp), [LinkedIn](https://www.linkedin.com/company/scisharp-stack/).
255
250
256
251
Join our chat on [Gitter](https://gitter.im/sci-sharp/community).
Copy file name to clipboardExpand all lines: src/TensorFlowNET.Keras/Tensorflow.Keras.csproj
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@
17
17
<PackageReleaseNotes>Keras for .NET is a C# version of Keras ported from the python version.
18
18
19
19
* Support CIFAR-10 dataset in keras.datasets.
20
-
* Support Conv2D functional API.</PackageReleaseNotes>
20
+
* Support Conv2D functional API.
21
+
* Support BatchNormalization layer.</PackageReleaseNotes>
21
22
<Description>Keras for .NET
22
23
23
24
Keras is an API designed for human beings, not machines. Keras follows best practices for reducing cognitive load: it offers consistent & simple APIs, it minimizes the number of user actions required for common use cases, and it provides clear & actionable error messages.</Description>
@@ -26,6 +27,8 @@ Keras is an API designed for human beings, not machines. Keras follows best prac
26
27
<PackageTags>tensorflow, keras, deep learning, machine learning</PackageTags>
0 commit comments