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
dn2a avatar

dn2a/dn2a-javascript

0
View on GitHub↗
465 stars·15 forks·TypeScript·MIT·7 views

Dn2a Javascript

Dynamic Neural Networks Architect

Features

  • AI & Machine Learning - Neural network architecture library.
  • Machine Learning and Vision - Digital neural network architecture.
  • Neural Networks - Digital neural network architecture library.

Star history

Star history chart for dn2a/dn2a-javascriptStar history chart for dn2a/dn2a-javascript

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 Dn2a Javascript

Similar open-source projects, ranked by how many features they share with Dn2a Javascript.
  • 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
  • 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
  • antimatter15/ocrad.jsantimatter15 avatar

    antimatter15/ocrad.js

    3,516View on GitHub↗

    OCR in Javascript via Emscripten

    JavaScript
    View on GitHub↗3,516
  • harthur/brainharthur avatar

    harthur/brain

    7,991View on GitHub↗

    Brain is a JavaScript library for building, training, and running feed-forward neural networks. It implements a multilayer perceptron model designed for pattern recognition and function approximation. The library includes a standalone inference engine that converts trained models into portable JavaScript functions. This allows predictions to be executed in browser or Node.js environments without requiring the original library dependencies. The system supports persistent model management through JSON serialization for saving and loading network weights. It also provides a streaming mechanism

    JavaScript
    View on GitHub↗7,991
See all 30 alternatives to Dn2a Javascript→

Frequently asked questions

What does dn2a/dn2a-javascript do?

Dynamic Neural Networks Architect

What are the main features of dn2a/dn2a-javascript?

The main features of dn2a/dn2a-javascript are: AI & Machine Learning, Machine Learning and Vision, Neural Networks.

What are some open-source alternatives to dn2a/dn2a-javascript?

Open-source alternatives to dn2a/dn2a-javascript include: 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… 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… harthur/brain — Brain is a JavaScript library for building, training, and running feed-forward neural networks. It implements a… mrdimosthenis/synapses — A group of neural-network libraries for functional and mainstream languages.