Pinned Repositories
AdventOfCode
AI-linear-nonlinear
Artificial Intelligence Introduction project utilizing gradient descent and gauss newton algorithms
AntSim
blackjack_java
Blackjack created in java entirely from scratch
car_dealership
Car dealership in java to demonstrate use of classes and objects
CSELanguageParser
Written in Java, a computer science & engineering language with parser. It can be executed to parse its own language sequences and output results.
dataMiningProject1
Data Mining project with data mined from Instacart market basket data set.
harryPotterTrie
Text analysis of the first book of harry potter series by JK Rowling. Makes a prefix Trie to compute how many words are prefixes of a previous word. Uses a dictionary to compute occurences of each letter in alphabet.
question-answer-chatbot
Wikipedia API + msmarco AI asymmetric semantic search to find answers to questions asked. Top 3 sentences returned from Wikipedia.org
schemeLanguage
Computer Science & Engineering simple language with calculator operations written in Scheme.
eriksthompson's Repositories
eriksthompson/question-answer-chatbot
Wikipedia API + msmarco AI asymmetric semantic search to find answers to questions asked. Top 3 sentences returned from Wikipedia.org
eriksthompson/harryPotterTrie
Text analysis of the first book of harry potter series by JK Rowling. Makes a prefix Trie to compute how many words are prefixes of a previous word. Uses a dictionary to compute occurences of each letter in alphabet.
eriksthompson/AI-linear-nonlinear
Artificial Intelligence Introduction project utilizing gradient descent and gauss newton algorithms
eriksthompson/unityPirates
Unity C# scripts for Pirate Ship target practice simulator game.
eriksthompson/schemeLanguage
Computer Science & Engineering simple language with calculator operations written in Scheme.
eriksthompson/CSELanguageParser
Written in Java, a computer science & engineering language with parser. It can be executed to parse its own language sequences and output results.
eriksthompson/dataMiningProject1
Data Mining project with data mined from Instacart market basket data set.
eriksthompson/AdventOfCode
eriksthompson/AntSim
eriksthompson/blackjack_java
Blackjack created in java entirely from scratch
eriksthompson/car_dealership
Car dealership in java to demonstrate use of classes and objects