Skip to main content
Home

Built and signed on GitHub Actions

Pure-deno implementation of neural network inspired by Micrograd.

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
2 weeks ago (1.2.7)
type alias Inputs

Array of rows of input data

Definition

number[][]

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@sauber/neurons

Import symbol

import { type Inputs } from "@sauber/neurons";
or

Import directly with a jsr specifier

import { type Inputs } from "jsr:@sauber/neurons";

Add Package

pnpm i jsr:@sauber/neurons
or (using pnpm 10.8 or older)
pnpm dlx jsr add @sauber/neurons

Import symbol

import { type Inputs } from "@sauber/neurons";

Add Package

yarn add jsr:@sauber/neurons
or (using Yarn 4.8 or older)
yarn dlx jsr add @sauber/neurons

Import symbol

import { type Inputs } from "@sauber/neurons";

Add Package

vlt install jsr:@sauber/neurons

Import symbol

import { type Inputs } from "@sauber/neurons";

Add Package

npx jsr add @sauber/neurons

Import symbol

import { type Inputs } from "@sauber/neurons";

Add Package

bunx jsr add @sauber/neurons

Import symbol

import { type Inputs } from "@sauber/neurons";