omasanori / dlfs-hy

Deep Learning from Scratch in the Hy programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Learning from Scratch in Hy

What is this?

This is an attempt to follow 『ゼロから作るDeep Learning』 (Deep Learning from Scratch), a series of Japanese books describing internals of deep learning algorithms. The original code is written in Python, but I decided to use the Hy programming language. Why? Just for fun.

How to run

To prepare the development environment, install the Nix package manager and run nix-shell.

On Ubuntu, try the commands below:

sudo apt install nix-bin
git clone https://github.com/omasanori/dlfs-hy.git
cd dlfs-hy
nix-shell
hy dlfs-hy/vol1/ch01/hello.hy # or ./dlfs-hy/vol1/ch01/hello.hy
hy2py dlfs-hy/vol1/ch01/hello.hy

About

Deep Learning from Scratch in the Hy programming language

License:MIT License


Languages

Language:Python 83.9%Language:Hy 15.5%Language:Nix 0.6%