Skip to content
View hubertben's full-sized avatar
  • Wright Media - HireMaster.AI
  • Clifton Park, NY
  • in/hubertben

Block or report hubertben

Report abuse

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

Report abuse
hubertben/README.md

  • Machine Learning Engineer @ Wright Media - HireMaster.ai
  • University of Massachusetts Amherst, M.S. Computer Science
  • State University at Oneonta B.S. Computer Science

Pinned Loading

  1. Logic-Gates-Genetic-Algorithm Logic-Gates-Genetic-Algorithm Public

    A Genetic Algorithm built for computing Truth Tables provided initial Logic Gates

    Python 1

  2. HubNet HubNet Public

    A Simple Neural Network Architecture based on Andrej Karpathy's MicroGrad

    Python

  3. Lunar Lunar Public

    Lunar is a Programming Language + Compiler pair Designed to Simulate Genetic Environments built on C# and .NET

    C# 1

  4. Simple-Logic Simple-Logic Public

    A simple and easy circuit emulator using the processing development environment

    Processing 2

  5. SGIT SGIT Public

    Python

  6. Python Feed Forward Network Python Feed Forward Network
    1
    import random
    2
    import math
    3
    import copy
    4
    
                  
    5
    class Layer: