Skip to content
View EldonBird's full-sized avatar

Block or report EldonBird

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
EldonBird/README.md

Hello There 👋

Pinned Loading

  1. Eldon-Bait-and-Tackle/Bee-Hive-Module Eldon-Bait-and-Tackle/Bee-Hive-Module Public

    A module for use in the Bee Hive Sensor Network Project, Currently for 8266, ESP32.

    C++

  2. Sudoku_Solver Sudoku_Solver Public

    A simple sudoku solver using a sort of wave function collapse algorithm able to complete master level on Sodoku.com without predictive analysis.

    Rust

  3. Neural_Network_Library Neural_Network_Library Public

    I read the book Perceptrons and was curious if I could make a small perceptron machine, I then learned that using a sigmoid function, I could create a non-linear activation. I was curous to see wha…

    C++

  4. GabrielGraph GabrielGraph Public

    A small research project into Gabriel Graphs and Mesh rendering. I later used this in my Hive Sensor Network Project to build large complex connections between nodes.

    C#

  5. checksum checksum Public

    Simple project for verifying a file system is identical. The same os might be required

    Python