neural-network-from-scratch VS mastermind

Compare neural-network-from-scratch vs mastermind and see what are their differences.

neural-network-from-scratch

A neural network library written from scratch in Rust along with a web-based application for building + training neural networks + visualizing their outputs (by Ameobea)

mastermind

A mastermind solver for finding optimal worst-case guesses with SIMD and multithreading support (by 0xbe7a)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
neural-network-from-scratch mastermind
3 1
114 5
- -
0.0 10.0
about 2 years ago about 1 year ago
Rust Rust
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

neural-network-from-scratch

Posts with mentions or reviews of neural-network-from-scratch. We have used some of these posts to build our list of alternatives and similar projects.
  • Examine individual neurons of a small neural network in the browser
    1 project | news.ycombinator.com | 10 May 2023
  • Language models can explain neurons in language models
    1 project | news.ycombinator.com | 9 May 2023
    I built a toy neural network that runs in the browser[1] to model 2D functions with the goal of doing something similar to this research (in a much more limited manner, ofc). Since the input space is so much more limited than language models or similar, it's possible to examine the outputs for each neuron for all possible inputs, and in a continuous manner.

    In some cases, you can clearly see neurons that specialize to different areas of the function being modeled, like this one: https://i.ameo.link/b0p.png

    This OpenAI research seems to be feeding lots of varied input text into the models they're examining and keeping track of the activations of different neurons along the way. Another method I remember seeing used in the past involves using an optimizer to generate inputs that maximally activate particular neurons in vision models[2].

    I'm sure that's much more difficult or even impossible for transformers which operate on sequences of tokens/embeddings rather than single static input vectors, but maybe there's a way to generate input embeddings and then use some method to convert them back into tokens.

    [1] https://nn.ameo.dev/

    [2] https://www.tensorflow.org/tutorials/generative/deepdream

  • Browser-based neural network sandbox built with Rust + WebAssembly
    1 project | /r/rust | 2 Apr 2022
    Full source code is on Github: https://github.com/ameobea/neural-network-from-scratch

mastermind

Posts with mentions or reviews of mastermind. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-17.
  • Mastermind Solver
    2 projects | news.ycombinator.com | 17 Aug 2023
    Mastermind intrigued me in the same way as the author some time ago, and I've used it as a standard problem when trying out new computational frameworks/methods ever since.

    Here is my Rust version with multi-threading, SIMD, WASM running on your device inside a WebApp: https://0xbe7a.github.io/mastermind/

    Repo: https://github.com/0xbe7a/mastermind

    It is quite fast (1839202304 position pairs evaluated in 1652ms on my device) and can also exploit some symmetries inside the solution space.

What are some alternatives?

When comparing neural-network-from-scratch and mastermind you can also consider the following projects:

shorelark - Simulation of life & evolution

glam-rs - A simple and fast linear algebra library for games and graphics

wasm-pdf - Generate PDF files with JavaScript and WASM (WebAssembly)

stdarch - Rust's standard library vendor-specific APIs and run-time feature detection

bhtsne - Parallel Barnes-Hut t-SNE implementation written in Rust.

simd-json - Rust port of simdjson

wasm-learning - Building Rust functions for Node.js to take advantage of Rust's performance, WebAssembly's security and portability, and JavaScript's ease-of-use. Demo code and recipes.

hora - 🚀 efficient approximate nearest neighbor search algorithm collections library written in Rust 🦀 .

Seed - A Rust framework for creating web apps

cgmath-rs - A linear algebra and mathematics library for computer graphics.

minesweeper - Minesweeper game developed with Rust, WebAssembly (Wasm), and Canvas

ludi317