Skip to content
View hubertben's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Wright Media - HireMaster.AI
  • Clifton Park, NY
  • LinkedIn in/hubertben
Block or Report

Block or report hubertben

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
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. tree.py tree.py
    1
    #  ~  Trees  ~  
    2
    #  This Gist focuses on the Tree datastructure, 
    3
    #  generation of random trees by encoded distribution,
    4
    #  verbose printing and visual display of tree,
    5
    #  and the ability to check the deepest-rightmost node.
  6. 8-bit Mac Terminal Colors 8-bit Mac Terminal Colors
    1
    # 8-bit Mac Terminal Colors
    2
    print("\033c\033[3J")
    3
    
                  
    4
    ENDC                = "\033[0m"
    5