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

https://github.com/vaithak/needle

A basic automatic differentiation library and a minimalist layer of neural network modules.
https://github.com/vaithak/needle

Last synced: 8 months ago
JSON representation

A basic automatic differentiation library and a minimalist layer of neural network modules.

Awesome Lists containing this project

README

          

# needle

![image](needle.png)

**NE**cessary **E**lements of **D**eep **LE**arning

A basic autograd engine with a minimalist module for implementing neural nets above it and GPU-supported array backend.
It works by doing reverse mode AD (Automatic Differentiation) over the dynamically built computational graph.

This was a personal just for fun and learning project built using course assignments for [CMU's DL systems course](https://dlsyscourse.org/)