Pinned Repositories
App-engine-calculator
A calculator using Google App Engine.
Arxiv-Trends
Word frequency analysis on arxiv.org repositories.
Automated-Facebook-Audience-Creation
Automated audience creation/addition on facebook using Firebase Cloud Functions. A user is added to an audience on the basis of a trigger event. Ex: Add_To_Cart. Now, the user can be shown relevant campaigns to push him complete the purchase.
BigQuery_Tables_Generate
Generate flat tables from event_dim key value pairs from events table in BigQuery.
Custom-Random-Forest-Classifier
The ipython notebook consists of a custom made random forest classifier without the use of sklearn.
Facebook-audience-creation
Automated audience creation/addition on facebook using Firebase Cloud Functions using analytics event as a Trigger.
Fuzzy-Information-Retrieval-Search
A fuzzy information Retrieval based Search Engine which incorporates spell errors in query. It has been implemented in Java and Lucene.
Introduction-to-TensorFlow-for-Artificial-Intelligence-Machine-Learning-and-Deep-Learning-Coursera
This repository contains the assignments for the Coursera course Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning.
RaxaEMR
Raxa Electronic Medical Record System
tictactoe
A simple multiplayer Tic Tac Toe game on android platform
prabh-me's Repositories
prabh-me/Introduction-to-TensorFlow-for-Artificial-Intelligence-Machine-Learning-and-Deep-Learning-Coursera
This repository contains the assignments for the Coursera course Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning.
prabh-me/Automated-Facebook-Audience-Creation
Automated audience creation/addition on facebook using Firebase Cloud Functions. A user is added to an audience on the basis of a trigger event. Ex: Add_To_Cart. Now, the user can be shown relevant campaigns to push him complete the purchase.
prabh-me/Facebook-audience-creation
Automated audience creation/addition on facebook using Firebase Cloud Functions using analytics event as a Trigger.
prabh-me/BigQuery_Tables_Generate
Generate flat tables from event_dim key value pairs from events table in BigQuery.
prabh-me/CS6360-Advanced-Topics-in-Machine-Learning-Assignment1
CS6360-Advanced-Topics-in-Machine-Learning-Assignment1
prabh-me/CS6360-Advanced-Topics-in-Machine-Learning-Assignment2
Assignment 2 of CS6360-Advanced Topics in Machine Learning
prabh-me/Custom-Random-Forest-Classifier
The ipython notebook consists of a custom made random forest classifier without the use of sklearn.
prabh-me/Facebook-Graph-API-Notification
Python code for sending notifications to users on facebook using Graph API.
prabh-me/Google-Cloud-SQL
Google Cloud SQL query code using pymysql.
prabh-me/ML-Clustering-Regression-Assignment
Clustering and regression assignment for IITH M.Tech course
prabh-me/aerospike-tools-backup
Aerospike backup and restore utility
prabh-me/Assignment-3
Assignment 3
prabh-me/cassandra-trigger
To sync data from cassandra to elasticsearch
prabh-me/functions-samples
Set of Cloud Functions for Firebase samples
prabh-me/gradeup.github.io
Engineering Blog
prabh-me/grafana
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
prabh-me/hue
Hue is an open source Workbench for developing and accessing SQL/Data Apps.
prabh-me/incubator-airflow
Apache Airflow (Incubating)
prabh-me/kafka-connect-elasticsearch
Kafka Connect Elasticsearch connector
prabh-me/leetcode
leetcode solutions
prabh-me/multi-class-text-classification-cnn-rnn
Classify Kaggle San Francisco Crime Description into 39 classes. Build the model with CNN, RNN (GRU and LSTM) and Word Embeddings on Tensorflow.
prabh-me/oauth2client
This is a Python library for accessing resources protected by OAuth 2.0.
prabh-me/prabh-me.github.io
My personal website.
prabh-me/PyFCM
Google Firebase messaging service for sending push notifications to users.
prabh-me/pytorch_classifiers
Almost any Image classification problem using pytorch
prabh-me/spark-twitter-collection
Spark example of collecting tweets and loading into HDFS/S3
prabh-me/sparklint
A tool for monitoring and tuning Spark jobs for efficiency.
prabh-me/syslog-ng
syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, queueing, SQL & NoSQL.
prabh-me/talks
Talks at GDG New Delhi
prabh-me/Tic-Tac-Toe-Binary-Classification
Python code to classify if 'X' wins the tic tac toe game or not based on the grid snapshot. The code used SVM technique and is implemented using Numpy and Scikit Learn.