We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eef414 commit 18db530Copy full SHA for 18db530
1 file changed
readme.md
@@ -6,6 +6,10 @@ A from-scratch deep learning framework in modern C++ with Python bindings.
6
7
Built to understand deep learning frameworks from first principles - from computational graphs to gradient computation to optimization algorithms.
8
9
+## Running examples
10
+
11
+For some examples on Python interface, see tests/python.
12
13
## Features
14
15
- **Computational Graph**: Dynamic graph construction with automatic differentiation
0 commit comments