Skip to content

Instantly share code, notes, and snippets.

View jasebell's full-sized avatar

Jase Bell jasebell

View GitHub Profile
@jasebell
jasebell / SimpleNeuralNetwork.java
Created April 6, 2026 19:25
SimpleNeuralNetwork Demo - All math, no libraries.
import java.util.Arrays;
import java.util.Random;
public class SimpleNeuralNetwork {
// Network parameters
private double[][] W1; // Input to hidden weights
private double[][] b1; // Hidden layer bias
private double[][] W2; // Hidden to output weights
private double[][] b2; // Output layer bias
@jasebell
jasebell / gist:21218051d921773a6171a76a3ea4b7d2
Created July 15, 2021 20:37
We're just helping CoPilot along with some machine learning......
# some mfers just want to watch the world burn
sklearn.svm.SVC(random.choice(x), random.choice(y))
@jasebell
jasebell / keybase.md
Created May 30, 2019 14:56
keybase.md

Keybase proof

I hereby claim:

  • I am jasebell on github.
  • I am jasebell (https://keybase.io/jasebell) on keybase.
  • I have a public key ASBauyduSokoVQs5e-ANM60fpxtI3vVNvAICtawAOev1AQo

To claim this, I am signing this object: