We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0d79c commit 5a785c0Copy full SHA for 5a785c0
1 file changed
README.md
@@ -4,17 +4,17 @@
4
**Deep Learning .NET library, For Regression.**
5
6
## Description
7
-I tried to create a deep learning library of **Define and Run** / **NHWC format** from scratch.
+Deep learning library of **Define and Run** / **NHWC format**
8
9
**Supports High-Dimensional Convolution Neural Networks.** (Complex, Quaternion, Vector3D)
10
11
For regression problems: **High precision calculate** by FP32-FP32 arithmetic (1/8 error of FP32 arithmetic)
12
13
## Requirement
14
-.NET 5.0
+.NET 6.0
15
CUDA 10+, Compute Capability 5.0+
16
17
-validated: Windows
+validated: Windows
18
experiment: Linux, MacOS
19
20
## Recommended to Install
0 commit comments