Pinned Repositories
blog.synapseflux.com
blog space for synapseflux site, based on blog-in-a-box repository https://github.com/excellalabs/blog-in-a-box
cats-effect-practice
teaching myself about this library through attempts at coding little things and examples
Chart.dc.js
Integration of Crossfilter with Chart.js, with support for dc.js chart groups
checkout-machine
A toy example checkout machine for certified scrum developer (CSD)
deep-reinforcement-learning
Repo for the Deep Reinforcement Learning Nanodegree program
deep-reinforcement-learning-collab-and-compete
An exercise in deep reinforcement learning in the case where the environment has multiple agents that are either cooperating, competing, or both
deep-reinforcement-learning-p1-bananas
My Solution to the First Project For the Udacity Deep Reinforcement Learning Nanodegree, in which you train an agent in a Unity Environment to collect some bananas and avoid others.
deep-reinforcement-learning-p2-double-jointed-arms
Implementation of a task requiring a high dimensional action space.
dotfiles
my personal dotfile collection for configuration my shell on a new machine
educational-python-variants
exploration of different python implementations
nsubordin81's Repositories
nsubordin81/Chart.dc.js
Integration of Crossfilter with Chart.js, with support for dc.js chart groups
nsubordin81/blog.synapseflux.com
blog space for synapseflux site, based on blog-in-a-box repository https://github.com/excellalabs/blog-in-a-box
nsubordin81/educational-python-variants
exploration of different python implementations
nsubordin81/cats-effect-practice
teaching myself about this library through attempts at coding little things and examples
nsubordin81/deep-reinforcement-learning
Repo for the Deep Reinforcement Learning Nanodegree program
nsubordin81/deep-reinforcement-learning-collab-and-compete
An exercise in deep reinforcement learning in the case where the environment has multiple agents that are either cooperating, competing, or both
nsubordin81/deep-reinforcement-learning-p1-bananas
My Solution to the First Project For the Udacity Deep Reinforcement Learning Nanodegree, in which you train an agent in a Unity Environment to collect some bananas and avoid others.
nsubordin81/deep-reinforcement-learning-p2-double-jointed-arms
Implementation of a task requiring a high dimensional action space.
nsubordin81/dotfiles
my personal dotfile collection for configuration my shell on a new machine
nsubordin81/eda-practice-python
A sandbox for me to analyze various datasets and preprocess them for ML tasks just to practice this aspect of data science.
nsubordin81/educational-functional-python
using a series of examples to go from imperative paradigm to a declarative with functional programming
nsubordin81/educational-handson-ml-notes
my personal notes and exercises following the fantastic book hands on machine learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition by Aurélien Géron
nsubordin81/fp-explained-with-js
a set of example code that follows along the blog "What I wish someone had explained about functional programming" by James Sinclair
nsubordin81/fun-with-scheme
playing with what I think will be GNU scheme, MIT dialect of LISP that the structure and interpretation of computer programs is based upon.
nsubordin81/git-learning-sandbox
repository made just to demonstrate the ins and outs of git and github.
nsubordin81/haystack_learning
nsubordin81/introduction-to-algorithms-polyglot
covers the introduction to algorithms book (3rd for now, maybe 4th later) contains examples of the psuedocoded algorithms in several different languages.
nsubordin81/kafka-with-scala
container based basic project to practice using kafka with scala
nsubordin81/machine-learning-sklearn-keras-tensorflow
This repository is a companion repo I made for exercises and self imposed problems to learn the concepts in the Aurélien Géron book Hands On Machine Learning With
nsubordin81/openai-research-requests
a space where I can work out solutions to the openai requests for research.
nsubordin81/programming-in-scala-5th-edition-exercises
Working through the examples in the book chapter by chapter.
nsubordin81/project-euler-in-scala
getting better at my favorite language by solving problems in it.
nsubordin81/rpgmylife-backend
Backend server for RPGMyLife, a gamified todo list and personal development tracker
nsubordin81/rpgmylife-dev
nsubordin81/scalajs-blog
nsubordin81/statsandprobs
adventure into statistics and probability, dovetailing with scala learning to get the most out of my time
nsubordin81/synapseflux
a blog site I'm creating to hold research, ideas and musings
nsubordin81/the-guardian-angle
Houses my submission for the 2022 GameDevTV Game Jam
nsubordin81/them-apples
api for getting back a random list of simple apple objects, with filtering
nsubordin81/validationpoc
a quick poc of an input validation scheme without frameworks, just design patterns and java 8+ features.