sridhar9800
Machine Learning Engineer by day. Modular Synth enthusiast by night. Currently spending time figuring out the fun world of Rust.
Engineering Lead @Launch-Point-Limited, previously at @periwinkletrading.Hong Kong
Pinned Repositories
Abnormality-Detection
Abnormality Detection in Musculoskeletal Radiographs
Gesture-based-driving-using-OpenCV
Medical-Imaging-Cancer-Detection
Experimentation of Deep Learning Models for Medical Imaging.
Medical-Imaging-Malaria-Detection
CNNs for Malaria
Project2_AI
Artificial Neural Networks using Genetic Algorithms
Stanford_scraper
Scraper written in R for SSCAC
Stock-Wiz
Suite of techniques to help improve a potential prediction of a price for a stock.
SymTSP
A project where the intention is to develop a Genetic Algorithm to solve the Symmetric Travelling Salesman Problem.
sridhar9800's Repositories
sridhar9800/Gesture-based-driving-using-OpenCV
sridhar9800/Medical-Imaging-Cancer-Detection
Experimentation of Deep Learning Models for Medical Imaging.
sridhar9800/Medical-Imaging-Malaria-Detection
CNNs for Malaria
sridhar9800/Project2_AI
Artificial Neural Networks using Genetic Algorithms
sridhar9800/Stanford_scraper
Scraper written in R for SSCAC
sridhar9800/Stock-Wiz
Suite of techniques to help improve a potential prediction of a price for a stock.
sridhar9800/SymTSP
A project where the intention is to develop a Genetic Algorithm to solve the Symmetric Travelling Salesman Problem.
sridhar9800/Abnormality-Detection
Abnormality Detection in Musculoskeletal Radiographs
sridhar9800/charts
Curated applications for Kubernetes
sridhar9800/coingecko-analytics
Coingecko API python wrapper and associated token data retrieval and qualtiative analysis. Used in https://echoplace.medium.com/a-very-brief-survey-of-the-altcoin-landscape-3ca362be3ae9
sridhar9800/Course-Project-CS4487
Final Notebook for the Course Project of CS4487. All done on Colab.
sridhar9800/deepschool.io
Deep Learning tutorials in jupyter notebooks.
sridhar9800/Ears_v2.0
An alternative way to work on something I previously "worked" on
sridhar9800/GANs_Fashion-MNIST
figuring out GANs
sridhar9800/google_earth_engine
Playing around with Google Earth Engine
sridhar9800/Horama
Vision in Greek, simple object detection application built for the iOS
sridhar9800/prisma-server-docker
A boilerplate, for running Prisma behind a graphql endpoint, inside Docker
sridhar9800/realtor-scraper
sridhar9800/Stake-AutoBet
sridhar9800/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
sridhar9800/telegraf-session-local
Telegraf local sessions middleware with multiple supported storage types (Memory/FileSync/FileAsync/...) using lowdb
sridhar9800/trade
A paradigm for financial applications. Reference implementation in Python. #EleNão