Initiate vanilla RNN docs (#3)
Browse files
docs/source/lamassu.rst
CHANGED
@@ -5,5 +5,5 @@ Lamassu
|
|
5 |
.. toctree::
|
6 |
:maxdepth: 100
|
7 |
|
8 |
-
|
9 |
speech/sampling.rst
|
|
|
5 |
.. toctree::
|
6 |
:maxdepth: 100
|
7 |
|
8 |
+
rnn/vanilla
|
9 |
speech/sampling.rst
|
docs/source/{machine_learning/rnn.rst β rnn/vanilla.rst}
RENAMED
@@ -6,12 +6,6 @@ Introduction to Recurrent Neural Networks (RNNs)
|
|
6 |
:depth: 2
|
7 |
|
8 |
|
9 |
-
.. automodule:: lamassu.rnn.vanilla
|
10 |
-
:members:
|
11 |
-
:undoc-members:
|
12 |
-
:show-inheritance:
|
13 |
-
|
14 |
-
|
15 |
Mathematical Formulation
|
16 |
------------------------
|
17 |
|
|
|
6 |
:depth: 2
|
7 |
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
Mathematical Formulation
|
10 |
------------------------
|
11 |
|
lamassu/rnn/__init__.py
ADDED
File without changes
|
{rnn β lamassu/rnn}/vanilla.py
RENAMED
File without changes
|
setup.py
CHANGED
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2 |
|
3 |
setup(
|
4 |
name="lamassu",
|
5 |
-
version="0.0.
|
6 |
description="Empowering individual to agnostically run machine learning algorithms to produce ad-hoc AI features",
|
7 |
url="https://github.com/QubitPi/lamassu",
|
8 |
author="Jiaqi liu",
|
|
|
2 |
|
3 |
setup(
|
4 |
name="lamassu",
|
5 |
+
version="0.0.11",
|
6 |
description="Empowering individual to agnostically run machine learning algorithms to produce ad-hoc AI features",
|
7 |
url="https://github.com/QubitPi/lamassu",
|
8 |
author="Jiaqi liu",
|