Pinned Repositories
hydra
A cloud-agnostic ML Platform that will enable Data Scientists to run multiple experiments, perform hyper parameter optimization, evaluate results and serve models (batch/realtime) while still maintaining a uniform development UX across cloud environments
ab-discovery-platform
aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
algorithms
Selected implementations of algorithms taught in "Data Structures and Algorithms" and "Artificial Intelligence Survey"
awesome-streamlit
The purpose of this project is to share knowledge on how awesome Streamlit is and can be
macro-base-ui
Code-less platform to automate the boring tasks using G-Suite APIs
semi-jtvae
Semi-supervised Junction Tree Variational Autoencoder for jointly trained property prediction and molecule structure generation. (AAAI 23' DLG Workshop)
step
individual projects for STEP
TacoGFN-SBDD
[TMLR 24'] TacoGFN: Target Conditioned GFlowNet for Structure-based Drug Design (also Spotlighted in NeurIPS GenBio Workshop 2023)
walk-sat-solver
A faster implementation of walkSAT in C++
tsa87's Repositories
tsa87/walk-sat-solver
A faster implementation of walkSAT in C++
tsa87/aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
tsa87/algorithms
Selected implementations of algorithms taught in "Data Structures and Algorithms" and "Artificial Intelligence Survey"
tsa87/bridging_languages
A development environment for the bridging_languages coding contest.
tsa87/cs50m-project-1
tsa87/genetic-algorithm-for-tsp
Approximating traveling salesperson problem solution using genetic algorithm and greedy algorithm.
tsa87/gesture-drone-control
An intuitive way to control a drone with hand movement.
tsa87/grape-detection
Grape detection in SFU's waste-sorting robots competition
tsa87/hacker-match-app
nwHacks 2020 - Hacker Match - Find your perfect hacking partner
tsa87/LH2020
tsa87/sign-language-mnist-recognition
Microsoft Discover AI Challenge: Sign Language Translator
tsa87/tic-tac-toe-ai
A Tic-Tac-Toe AI that plays near perfectly using Monte Carlo Search and forward search.