Wattsy2020
Software engineer, interested in Data and Natural Language Processing.
Hudson River TradingSydney
Pinned Repositories
314-Project
Group work assignment for CSIT314
advent_of_code_2033
Solutions to https://adventofcode.com/2023 in C#
biginteger
Simple implementation of a big integer in Python
Calculator
Simple Calculator CLI written in Haskell
closure_learning
Part of the code for my honours project on semi supervised learning using cloze questions
connect4-AI
A classical artificial intelligence that plays connect4 through a tree search algorithm
cpp_learning
Repo for learning C++
haskell_nn
Auto-differentiator and Neural Networks in Haskell
repost-detector
A Reddit bot that detects reposts
tetris
Tetris made using only html css and js
Wattsy2020's Repositories
Wattsy2020/repost-detector
A Reddit bot that detects reposts
Wattsy2020/closure_learning
Part of the code for my honours project on semi supervised learning using cloze questions
Wattsy2020/314-Project
Group work assignment for CSIT314
Wattsy2020/advent_of_code_2033
Solutions to https://adventofcode.com/2023 in C#
Wattsy2020/biginteger
Simple implementation of a big integer in Python
Wattsy2020/Calculator
Simple Calculator CLI written in Haskell
Wattsy2020/connect4-AI
A classical artificial intelligence that plays connect4 through a tree search algorithm
Wattsy2020/cpp_learning
Repo for learning C++
Wattsy2020/DeepLearningA1
Implementation of a neural network, dropout and batch norm through numpy
Wattsy2020/DynamoORM
Simple ORM for Dynamo DB
Wattsy2020/haskell_advent_of_code
Answers to the Advent of Code 2022 written in Haskell
Wattsy2020/haskell_nn
Auto-differentiator and Neural Networks in Haskell
Wattsy2020/HonoursThesis
My honours thesis: "The Applications of Meta-learners to Few-Shot Incremental Learning"
Wattsy2020/LanguageODE
A Neural ODE for language modelling
Wattsy2020/SupIRvisor
Webscraping the SIGIR2022 paper list to identify prolific researchers and institutions in IR
Wattsy2020/tetris
Tetris made using only html css and js
Wattsy2020/gleam_learning
Learning the gleam language
Wattsy2020/gleam_sequence
An implementation of Haskell's Sequence data structure in Gleam
Wattsy2020/haskell_reference
Haskell code written while learning the language through a variety of resources
Wattsy2020/keikai
Library for error handling with a rust inspired Optional class that supports pattern matching
Wattsy2020/PendulumSimulation
Simulates the movement of a pendulum
Wattsy2020/polynomial-solver
Finds the roots of polynomials
Wattsy2020/PrequelMemes-Bot
r/PrequelMemes Quotes and General Reposti bot
Wattsy2020/prequelmemes_reply_bot
Replies to comments in r/prequelmemes
Wattsy2020/python_learning
Personal repository for learning python
Wattsy2020/resume
My academic resume in LaTeX
Wattsy2020/sudoku_solver
Solves a sudoku using a backtracking algorithm
Wattsy2020/zip_typing
Explains why mypy has difficulty understanding the type returned by zip