SkillAgentSearch skills...

Pyfit

A minimalist neural networks library built on a tiny autograd engine

Install / Use

/learn @bpesquet/Pyfit
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pyfit

A minimalist neural networks library built on a tiny autograd engine. Very much inspired by the micrograd library created by Andrej Karpathy.

Overview

This project aims to:

Demonstration

The demo notebook showcases what pyfit is all about.

Features

Development Notes

pyfit uses the following tools:

Run the following commands in project root folder to check the codebase.

> pylint pyfit/* tests/*  # linting (including type checks)
> mypy .  # type checks only
> pytest  # test suite
View on GitHub
GitHub Stars21
CategoryEducation
Updated2mo ago
Forks3

Languages

Jupyter Notebook

Security Score

95/100

Audited on Jan 31, 2026

No findings