Pinned Repositories
Application-Insights-Workbooks
Templates for Azure Monitor Workbooks
bigdata-mapreduce-spark
WordCount and SetDifference using MapReduce and Spark
biogans
ICCV 2017 paper "GANs for Biological Image Synthesis" modified for yeast cell generation
face-detection-and-tracking
Face detection using Viola-Jones detector and tracking using CAMShift, Particle Filter, Face detector + Kalman Filter, and Face Detector + Optical Flow tracker
fastai
The fastai deep learning library, plus lessons and tutorials
Generative-Adversarial-Network-based-Synthesis-for-Supervised-Medical-Image-Segmentation
Code for the paper 'Generative Adversarial Network based Synthesis for Supervised Medical Image Segmentation'
infant-mortality-data-analysis
A farmework to predict the risk of infant death using Machine Learning, Similarity Search and Clustering
mnist_cnn_using_transfer_learning
Trained an MNIST CNN classifier for digits 1,4,5,9 and used this trained model's weights to classify remaining digits i.e. 0,2,3,6,7,8.
nyc-crime-data-analysis
spam_ham_filter
Spam filter using Naive Bayes
techiepanda's Repositories
techiepanda/face-detection-and-tracking
Face detection using Viola-Jones detector and tracking using CAMShift, Particle Filter, Face detector + Kalman Filter, and Face Detector + Optical Flow tracker
techiepanda/fastai
The fastai deep learning library, plus lessons and tutorials
techiepanda/Application-Insights-Workbooks
Templates for Azure Monitor Workbooks
techiepanda/bigdata-mapreduce-spark
WordCount and SetDifference using MapReduce and Spark
techiepanda/biogans
ICCV 2017 paper "GANs for Biological Image Synthesis" modified for yeast cell generation
techiepanda/Generative-Adversarial-Network-based-Synthesis-for-Supervised-Medical-Image-Segmentation
Code for the paper 'Generative Adversarial Network based Synthesis for Supervised Medical Image Segmentation'
techiepanda/infant-mortality-data-analysis
A farmework to predict the risk of infant death using Machine Learning, Similarity Search and Clustering
techiepanda/mnist_cnn_using_transfer_learning
Trained an MNIST CNN classifier for digits 1,4,5,9 and used this trained model's weights to classify remaining digits i.e. 0,2,3,6,7,8.
techiepanda/nyc-crime-data-analysis
techiepanda/spam_ham_filter
Spam filter using Naive Bayes
techiepanda/golomb-ruler
Implemented a CSP solution to verify whether or not a Golomb ruler of a fixed length L for M marks exists.
techiepanda/histogram-laplacianblending
Histogram equalization, Frequency domain filtering, Laplacian pyramid blending
techiepanda/image-alignment-panorama
Panorama using Homography and Cylindrical warping along with blending using Laplacian.
techiepanda/Image-segmentation-using-SLIC-superpixels-and-graph-cuts
Implemented code for semi-automatic binary segmentation based on SLIC superpixels and graph-cuts.
techiepanda/pacman-multiagent-search
In this project, Pacman agent will use different adversarial search algorithms like MinMax, Alpha-Beta, Expectimax, etc. to play against ghosts.
techiepanda/pacman-search
In this project, Pacman agent will use different search algorithms and heuristics to find paths through his maze world, both to reach a particular location and to collect food efficiently.
techiepanda/segnet-binary-tensorflow
techiepanda/SVD-LSH-no-libraries
Locality Sensitive Hashing and Singular Value Decomposition implementation to find similar regions of Long Island by comparing satellite images.
techiepanda/Tensorflow-SegNet
Implement slightly different caffe-segnet in tensorflow