Skip to main content
This release is 207 versions behind 0.155.22 — the latest version of @stsoftware/neat-ai. Jump to latest

Built and signed on GitHub Actions

NEAT Neural Network. This project is a unique implementation of a neural network based on the NEAT (NeuroEvolution of Augmenting Topologies) algorithm, written in DenoJS using TypeScript.

This package works with Deno
This package works with Deno
JSR Score
100%
Published
10 months ago (0.70.3)

Helpers for working with the AI

This module provides various utilities and classes to facilitate the development, manipulation, and evolution of AI entities within the NEAT (NeuroEvolution of Augmenting Topologies) framework.

Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@stsoftware/neat-ai

Import symbol

import * as neat_ai from "@stsoftware/neat-ai";

---- OR ----

Import directly with a jsr specifier

import * as neat_ai from "jsr:@stsoftware/neat-ai";