Skip to content
View sbischoff-ai's full-sized avatar
🚀
launching a business
🚀
launching a business

Organizations

@NVIDIAGameWorks @openvalidation @pxlbrain-games
Block or Report

Block or report sbischoff-ai

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

Pinned

  1. openvalidation/openvalidation openvalidation/openvalidation Public

    Compose validation rules in the language you use every day, openVALIDATION handles code creation for you.

    Java 64 13

  2. pygase pygase Public

    A Python package that contains a high-performance, versatile UDP-based game server, client and network protocol with a simple API.

    Python 42 7

  3. pxlbrain-games/rottn pxlbrain-games/rottn Public

    WIP indie game with only procedurally generated boss levels and Reinforcement-Learning-based enemy AI. (Pure Python)

    Python 1

  4. simple-molecular-dynamics simple-molecular-dynamics Public

    Some C++ code for basic Molecular Dynamics simulations.

    C++ 9 1

  5. basic-document-classifier basic-document-classifier Public

    A simple CNN for n-class classification of document images

    Python 2

  6. Simple Implementation of 2D Ising mo... Simple Implementation of 2D Ising model. Initialize system with edge length and temperature, sweep until equilibrated. Plot to taste.
    1
    #include "Ising.h"
    2
    #include <cmath>
    3
    #ifndef _CSTDLIB
    4
    #define _CSTDLIB
    5
    #include <cstdlib>