Pinned Repositories
2022-01-04-python
advanced-ci-cd-concepts
Rust For DevOps week 4: Advanced CI/CD Concepts
advanced-rust-cli
Create advanced Rust CLIs using examples
AdvancedNLP
Algorithms-and-Data-Structures
Algorithms and Data Structures implemented in Java
assignment_week6
aws-lambda-rust
A repo of demos with AWS Lambda Rust
business_analytics_with_python
candle
Minimalist ML framework for Rust
DTSA5502
Trees & Graphs @ University of Colorado-Boulder
drboo's Repositories
drboo/convNet
this project is for implementing convolutional neural network in C++ as Tensorflow style
drboo/Inverse_Reinforcement_Learning_for_Stocks
Implement the model of Halperin and Feldshteyn for DJIA and SP500
drboo/kafka-lab
drboo/ML-in-Cpp
C++ implementations of ML algorithms using mlpack
drboo/MSE448Project
Market Making / Stat Arb strategy
drboo/Product-Catalog-Size-Recommendation-Framework
Framework based on latent factor model and metric learning technique to predict fit of different catalog sizes of clothing products so as to recommend appropriately sized products to customers.
drboo/Reinforcement-Learning-In-Motion
Code repository for my course on the fundamentals of reinforcement learning
drboo/Scalable-Bayesian-Matrix-Factorization
SBMF is a MCMC Gibbs sampling algorithm for MF having linear time complexity wrt the target rank and linear space complexity wrt the number of non-zero observations
drboo/Scalable-Variational-Bayesian-Factorization-Machine
Scalable Variational Bayesian inference algorithm for FM is developed which converges faster than the existing state-of-the-art MCMC based inference algorithm. Additionally, a stochastic variational Bayesian algorithm for FM is introduced for large scale learning which utilizes SGD.
drboo/tensorflow-cc-examples
Tensorflow examples written in C++
drboo/tensorflow-cpp
Image classification C++ example using tensorflow shared library
drboo/tensorflow_cpp
C and C++ examples for tensorflow