Skip to content

Commit 9be7e70

Browse files
author
Jack Dermody
committed
updated read me
1 parent 99c7108 commit 9be7e70

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ Bright Wire is an extensible machine learning library for .NET with GPU support
44

55
## Getting Started
66

7-
Bright Wire runs "out of the box" for CPU based computation on .net 4.6 and above and .net standard 2. For GPU based computation, you will need to install
7+
Bright Wire is a .net core 3.1 class library.
8+
9+
The previous .net 4.6 version can be found here: https://github.com/jdermody/brightwire/tree/v2
10+
11+
Bright Wire runs "out of the box" for CPU based computation. For GPU based computation, you will need to install
812
[NVIDIA CUDA Toolkit 11](https://developer.nvidia.com/cuda-downloads)
913
(and have a [Kepler or better NVIDIA GPU](https://en.wikipedia.org/wiki/CUDA#GPUs_supported)).
1014

@@ -27,6 +31,8 @@ via the [Numerics.Net Wrapper](http://numerics.mathdotnet.com/MKL.html).
2731

2832
## Nuget Installation
2933

34+
.Net Core Libraries will be released soon.
35+
3036
To install the .net4 version (no CUDA support, any CPU) use:
3137

3238
```
@@ -75,7 +81,7 @@ Another issue you may have is that `protobuf` library complains that it is alrea
7581
## Features
7682

7783
### Connectionist aka "Deep Learning"
78-
* Feed Forward, Convolutional and Bidirectional network architectures
84+
* Feed Forward, Convolutional, Bidirectional and Sequence to Sequence (seq2seq) network architectures
7985
* LSTM, GRU, Simple, Elman and Jordan recurrent neural networks
8086
* L2, Dropout and DropConnect regularisation
8187
* Relu, LeakyRelu, Sigmoid, Tanh and SoftMax activation functions
@@ -114,4 +120,3 @@ Another issue you may have is that `protobuf` library complains that it is alrea
114120
## Dependencies
115121
* [ManagedCuda](https://github.com/kunzmi/managedCuda) (only required for CUDA version of BrightWire)
116122
* [MathNet.Numerics](https://github.com/mathnet/mathnet-numerics)
117-
* [Protobuf-net](https://github.com/mgravell/protobuf-net)

0 commit comments

Comments
 (0)