blob: e55892b3c9aea9733a761151e758a9e3c070ab42 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
.. Nerv documentation master file, created by
sphinx-quickstart on Thu Jun 25 19:40:07 2015.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Nerv's documentation!
================================
Contents:
.. toctree::
:maxdepth: 2
user
dev
TODO List
---------
+----------+--------------------------------------------------------------------------+-------------+
| Status/ | Task | Assignee |
| Priority | | |
+==========+==========================================================================+=============+
| High | Generalize nerv.Matrix to nerv.Tensor (use the same API as Torch Tensor) | Ted Yin |
+----------+--------------------------------------------------------------------------+-------------+
| High | Development manual: coding style & contribution rules | Ted Yin |
+----------+--------------------------------------------------------------------------+-------------+
| High | Development manual: Error reporting & Logging standard | Ted Yin |
+----------+--------------------------------------------------------------------------+-------------+
| High | support for basic RNN | Tianxing He |
+----------+--------------------------------------------------------------------------+-------------+
| High | support for RNN/LSTM | Tianxing He |
+----------+--------------------------------------------------------------------------+-------------+
| Mid | support for CNN | ? (Ted Yin) |
+----------+--------------------------------------------------------------------------+-------------+
| Mid | User manual | ALL |
+----------+--------------------------------------------------------------------------+-------------+
| Low | Development manual: general reference | N/A |
+----------+--------------------------------------------------------------------------+-------------+
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|