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.
- Host: GitHub
- URL: https://github.com/timkam/hylang_gradient_descent
- Owner: TimKam
- Created: 2017-10-29T10:45:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T21:41:31.000Z (over 8 years ago)
- Last Synced: 2025-01-25T15:25:09.424Z (over 1 year ago)
- Language: Hy
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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 `_.