Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MINIM

Micro Intelligence for Near-term Inference and Models

MINIM is a lightweight, high-performance command-line tool written in Rust for performing polynomial regression (degree 2) on datasets. It enables quick trend analysis and data fitting using gradient descent, without the overhead of massive AI frameworks.

Features

  • Efficient: Written in Rust for speed and memory safety.
  • Minimalist: Zero heavy dependencies; perfect for lightweight environments or edge devices.
  • Gradient Descent: Implements custom learning rate adjustment for stable convergence.
  • Interactive CLI: Easily train models, manually adjust parameters, and perform real-time inference.

Getting Started

Prerequisites

  • Rust installed on your machine.

Installation

  1. Clone the repository.
  2. Build the project:
    cargo build --release

About

Micro Intelligence for Near-term Inference and Models

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages