An open API service indexing awesome lists of open source software.

https://github.com/timkam/hylang_gradient_descent

'Hylang - gradient descent' is a basic neural network implemented in Hy, a Lisp dialect for the Python ecosystem.
https://github.com/timkam/hylang_gradient_descent

Last synced: about 1 year ago
JSON representation

'Hylang - gradient descent' is a basic neural network implemented in Hy, a Lisp dialect for the Python ecosystem.

Awesome Lists containing this project

README

          

Hylang - gradient descent
=========================
*Hylang - gradient descent* is a basic neural network (gradient descent) as presented by Siraj Raval in `this YouTube video `__.
It's implemented in `Hy `__, a Lisp dialect for the Python ecosystem.

Setup
-----
I recommend using *Hylang - gradient descent* in a Python `virtual environment `__.
Install the requirements by running ``pip install -r requirements``.

Start the program by executing ``run.py``:

::

Python run.py

Play around with the parameters and program logic by adjusting them directly in the main source file, `gradient_descent.hy <./gradient_descent.hy>`__.

Read more about this project on the `Signavio Tech Blog `_.