IosiaLectus
I am a postdoctoral research fellow in the ArnaoutLab at Beth Isreal Deaconess Medical Center
Beth Isreal Deaconess Medical CenterBoston, MA
Pinned Repositories
ancient_coursework
This repository contains code I wrote for a seried of courses I took in high school, title 'Object Oriented Programming With Java', 'Data Structures I', and 'Data Structures II'. Unfortunatley, since that time, my Java has rusted a bit, but I intend to include here the original versions, and perhaps later will work on refactoring them.
basics_in_haskell
Basic programming stuff implemented in Haskell, as a way to introduce myself to functional programming.
CellularAutomata
Just playing around with cellular automata and pygame
cellularexplorations
This repository will contain a collaborative project on the topic of cellular automata.
cpp_sorting
Just implementations of standard sorting algorithms
EofP_minus_half_RE_opt
This repo houses the code used in 2309.02506 to find 4-party quantum states which violate the q=1 version of the bound studied in 2306.0616.3
GraphChainTools
inspire-bibliometrics
A python script which pulls bibliometric information from inspirehep.net using the API
iosialectus-random-scripts
Titanic-on-Kaggle
A Jupyter notebook for Kaggle's *Titanic* challenge.
IosiaLectus's Repositories
IosiaLectus/ancient_coursework
This repository contains code I wrote for a seried of courses I took in high school, title 'Object Oriented Programming With Java', 'Data Structures I', and 'Data Structures II'. Unfortunatley, since that time, my Java has rusted a bit, but I intend to include here the original versions, and perhaps later will work on refactoring them.
IosiaLectus/basics_in_haskell
Basic programming stuff implemented in Haskell, as a way to introduce myself to functional programming.
IosiaLectus/CellularAutomata
Just playing around with cellular automata and pygame
IosiaLectus/cellularexplorations
This repository will contain a collaborative project on the topic of cellular automata.
IosiaLectus/cpp_sorting
Just implementations of standard sorting algorithms
IosiaLectus/EofP_minus_half_RE_opt
This repo houses the code used in 2309.02506 to find 4-party quantum states which violate the q=1 version of the bound studied in 2306.0616.3
IosiaLectus/GraphChainTools
IosiaLectus/inspire-bibliometrics
A python script which pulls bibliometric information from inspirehep.net using the API
IosiaLectus/iosialectus-random-scripts
IosiaLectus/iosialectus.github.io
Personal Website
IosiaLectus/kaggleToxicComments
For kaggle toxic comments competition
IosiaLectus/Titanic-on-Kaggle
A Jupyter notebook for Kaggle's *Titanic* challenge.
IosiaLectus/kimgetsacouch
#kimgetsacouch
IosiaLectus/MLReadingGroup
This is a repo related to our machine learning reading group
IosiaLectus/Perceptron
Me playing around with implementing the perceptron classifier
IosiaLectus/playingwithjavascript
IosiaLectus/PyFordFulkerson
The repository will hold a python implementation of the Ford-Fulkerson algorithm to compute the maximal flow through a graph.
IosiaLectus/QHack
Official repo for QHack—the quantum machine learning hackathon
IosiaLectus/random_walk
This repo contain a small project I did for my thermodynamics class at Oklahoma State University from Fall 2011. The script just populates a 2D periodically identified grid with 'particles,' allows these particles to each execute an independent random walk, and computes the course grained entropy at given time steps. For now I am including the original files, but at a later date I may refactor and expand this project.