Pinned Repositories
Chess
An implementation of a two player chess game in C++
EasyCanvas
A simple wrapper around HTML canvas to make graphing and visualizations easier.
jackeown.github.io
A blog about machine learning and more.
MLPRegressor
A simple MLPRegressor with tensorflow in python
nnInitializations
An Exploration of Neural Network Parameter Initializations
PythonCExtensions
A minimal example of C and C++ extensions for Python.
PythonIsNotSlow
Simple program to benchmark C vs pure Python vs Numpy vs Cython.
resume
My Resume for Job Applications and Whatnot written in HTML for fun with LaTeX.css
tree2Net
Convert a sci-kit learn decision tree to a simple neural network in a straightforward way!
whoIsHome
Monitor who's on your home network from the command line with Python.
jackeown's Repositories
jackeown/whoIsHome
Monitor who's on your home network from the command line with Python.
jackeown/EasyCanvas
A simple wrapper around HTML canvas to make graphing and visualizations easier.
jackeown/jackeown.github.io
A blog about machine learning and more.
jackeown/PythonIsNotSlow
Simple program to benchmark C vs pure Python vs Numpy vs Cython.
jackeown/resume
My Resume for Job Applications and Whatnot written in HTML for fun with LaTeX.css
jackeown/2023GradStudentTalk
Spring 2023 talk about reinforcement learning in the E theorem prover.
jackeown/AITP_Talk
Reveal.js presentation for my talk at AITP 2022
jackeown/CategoricalEntropyTool
An interactive visualization of the entropy of a categorical variable.
jackeown/CppInC
An example project showing how to use C++ functions from C and how to compile and link them together.
jackeown/cryptoquip
A simple Cryptoquip/Cryptogram game implementation in Python
jackeown/CryptoquipTool
A simple web version of my previously text-based cryptoquip solving tool!
jackeown/CythonExample
An example of how to use Cython to bridge the gap between Python and C in both directions.
jackeown/DiceChess
A variant of Chess where players can get 2 moves in a row if they roll 2 dice that sum to 7+max(materialAdvantage,0)
jackeown/eprover
jackeown/FLAIRS2023
My Talk Slides for FLAIRS2023 about Reinforcement Learning in the E theorem prover
jackeown/IWIL2023
My Talk Slides for IWIL2023 about my frameowrk for RL in the E theorem prover
jackeown/learn-terraform-provision-eks-cluster
jackeown/Linux-Mint-on-Lenovo-Legion-5
how to install Linux Mint on Lenovo Legion 5 to have proper hardware drivers and screen brightness control
jackeown/llmterm
Query an llm for shell one-liners from your shell.
jackeown/MastersDefense
Slides for my Masters Thesis Defense
jackeown/MCTS
A simple package to allow users to run Monte Carlo Tree Search on any perfect information domain
jackeown/MosaicMaker
A simple python script for recreating an image as a mosaic of other images.
jackeown/MPTPTP2078
jackeown/phdProposalTalk
Slides
jackeown/portfolio-site
A simple personal website portfolio for @mckeown12 and me.
jackeown/pytorch-rl
Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]
jackeown/Reinforce_E
A framework for reinforcement learning within the E theorem prover.
jackeown/ShowChoirBlocking
jackeown/sovol-so2
A CLI for writing gcode to use with Sovol so2 laser engraver/cutter/plotter
jackeown/VidChat
A (hopefully) simple video chat app using WebRTC in the browser with minimal signalling via NodeJS