LimaoC / neural-network-old

My second brain with notes from my mathematics and computer science degrees

Home Page:https://neuralnetwork.limaochang.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural Network

Hello, and welcome to my neural network! This is where I store my second brain with notes from my mathematics and computer science degrees.

The site can be found here.

Local Setup

HTTPS:

git clone https://github.com/LimaoC/neural-network.git
cd neural-network
make  # run local web server

SSH:

git clone git@github.com:LimaoC/neural-network.git
cd neural-network
make  # run local web server

Obsidian Vault

If you'd prefer to use Obsidian over the website version, you can open up the content directory as an Obsidian vault (with working links).

About

My second brain with notes from my mathematics and computer science degrees

https://neuralnetwork.limaochang.dev/

License:MIT License


Languages

Language:Markdown 48.1%Language:SCSS 21.2%Language:HTML 15.6%Language:JavaScript 14.4%Language:Makefile 0.7%