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

https://github.com/teleprint-me/tmnn

TMNN: A Python library for building and experimenting with custom neural networks from scratch
https://github.com/teleprint-me/tmnn

artificial-intelligence machine-learning nueral-networks

Last synced: 6 months ago
JSON representation

TMNN: A Python library for building and experimenting with custom neural networks from scratch

Awesome Lists containing this project

README

          

# TMNN: teleprint-me/neural-networks

TMNN is a Python library for building custom neural networks from scratch,
designed for consumer computing on CPU. With a focus on ease-of-use and
efficiency, it aims to enable the creation of smaller, cheaper, and faster
models without compromising on intelligence or capability.

## Features

- Compact and straightforward API for constructing neural networks.
- Optimized for CPU-based consumer-grade hardware.
- Future plans for OpenGL/CL and Vulkan support for general GPU compatibility.

## Goal

The primary objective is to create smart, fast, and capable chat-like models
that are quantized for optimal performance. TMNN is not meant to replace or
compete with larger and more comprehensive frameworks but to provide a simpler,
quicker avenue for neural network development and deployment on consumer
hardware.