awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
stevenmiller888 avatar

stevenmiller888/mind

0
View on GitHub↗
1,505 stars·110 forks·JavaScript·5 viewsstevenmiller888.github.io/mindjs.net↗

Mind

A neural network library built in JavaScript

Features

  • AI & Machine Learning - Flexible neural network library.
  • Machine Learning and Vision - Flexible neural network library.

Star history

Star history chart for stevenmiller888/mindStar history chart for stevenmiller888/mind

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Mind

Similar open-source projects, ranked by how many features they share with Mind.
  • cazala/synapticcazala avatar

    cazala/synaptic

    6,920View on GitHub↗

    Synaptic is a JavaScript neural network library used for building, training, and executing neural networks in Node.js and the browser. It provides a framework for constructing architecture-free neural network topologies, a backpropagation training engine for weight optimization, and a toolkit for implementing recurrent neural network frameworks. The library enables the design of custom first or second order network architectures without predefined constraints. It supports a variety of specialized models, including Long Short-Term Memory networks, Hopfield networks, Liquid State Machines, and

    JavaScript
    View on GitHub↗6,920
  • dn2a/dn2a-javascriptdn2a avatar

    dn2a/dn2a-javascript

    465View on GitHub↗

    Dynamic Neural Networks Architect

    TypeScript
    View on GitHub↗465
  • antimatter15/ocrad.jsantimatter15 avatar

    antimatter15/ocrad.js

    3,516View on GitHub↗

    OCR in Javascript via Emscripten

    JavaScript
    View on GitHub↗3,516
  • eduardolundgren/tracking.jseduardolundgren avatar

    eduardolundgren/tracking.js

    9,472View on GitHub↗

    tracking.js is a browser computer vision library written in JavaScript for performing real-time image analysis and object tracking directly within a web browser. It functions as a real-time object tracker, a color tracking tool, and a face detection utility. The library enables the detection and monitoring of specific color ranges, human faces, and known visual patterns across consecutive video frames. It extracts visual features and descriptors from images to identify distinct landmarks for matching and tracking. The project covers broad computer vision capabilities, including the ability t

    JavaScript
    View on GitHub↗9,472
See all 30 alternatives to Mind→

Frequently asked questions

What does stevenmiller888/mind do?

A neural network library built in JavaScript

What are the main features of stevenmiller888/mind?

The main features of stevenmiller888/mind are: AI & Machine Learning, Machine Learning and Vision.

What are some open-source alternatives to stevenmiller888/mind?

Open-source alternatives to stevenmiller888/mind include: dn2a/dn2a-javascript — Dynamic Neural Networks Architect. harthur/brain — Brain is a JavaScript library for building, training, and running feed-forward neural networks. It implements a… antimatter15/ocrad.js — OCR in Javascript via Emscripten. cazala/synaptic — Synaptic is a JavaScript neural network library used for building, training, and executing neural networks in Node.js… eduardolundgren/tracking.js — tracking.js is a browser computer vision library written in JavaScript for performing real-time image analysis and… karpathy/convnetjs — ConvNetJS is a JavaScript deep learning library and neural network training engine designed for client-side machine…