All Projects → meabhishekkumar → Strata Conference Ca 2018

meabhishekkumar / Strata Conference Ca 2018

environment setup for strata conference 2018

Projects that are alternatives of or similar to Strata Conference Ca 2018

Etl with python
ETL with Python - Taught at DWH course 2017 (TAU)
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Info490 Sp16
INFO 490: Advanced Data Science, offered in the Spring 2016 Semester at the University of Illinois
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Machine Learning With Pyspark
Source Code for 'Machine Learning with PySpark' by Pramod Singh
Stars: ✭ 69 (+0%)
Mutual labels:  jupyter-notebook
P Multimodal Dataset Toolbox
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Deeplearning tutorial
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Presentations
Presentations for JuliaCon
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Cifar10 mxnet
使用mxnet编写的kaggle CIFAR10比赛的代码
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Datacamp
🍧 A repository that contains courses I have taken on DataCamp
Stars: ✭ 69 (+0%)
Mutual labels:  jupyter-notebook
Nsgaiii
An implementation of NSGA-III in Python.
Stars: ✭ 67 (-2.9%)
Mutual labels:  jupyter-notebook
Kalman Filters
Kalman filtering, also known as linear quadratic estimation (LQE), is an algorithm that uses a series of measurements observed over time, containing statistical noise and other inaccuracies, and produces estimates of unknown variables that tend to be more accurate than those based on a single measurement alone, by estimating a joint probability distribution over the variables for each timeframe. The filter is named after Rudolf E. Kálmán, one of the primary developers of its theory.
Stars: ✭ 69 (+0%)
Mutual labels:  jupyter-notebook
Timeflow
Tensorflow for Time Series Applications
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Vkapi Course
Курс по Python по работе с VK API
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Class2021spring
Stars: ✭ 69 (+0%)
Mutual labels:  jupyter-notebook
Red bag
支付宝红包/淘宝领喵币/雪球红包/苏宁易购/京东/淘宝自动签到 领取金币
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Stock Market Analysis
Stock Market Analysis with RNN and Time Series
Stars: ✭ 69 (+0%)
Mutual labels:  jupyter-notebook
Predictive Analytics With Tensorflow
Predictive Analytics with TensorFlow, published by Packt
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Econometrics
Code and notebooks for Econometric Theory
Stars: ✭ 67 (-2.9%)
Mutual labels:  jupyter-notebook
Dlwithpytorch
Code to accompany my upcoming book "Deep learning with PyTorch Book " from Packt
Stars: ✭ 69 (+0%)
Mutual labels:  jupyter-notebook
Fab Net
Pytorch code for BMVC 2018 paper
Stars: ✭ 69 (+0%)
Mutual labels:  jupyter-notebook
Python
Python Tutorials
Stars: ✭ 69 (+0%)
Mutual labels:  jupyter-notebook

Deep Learning Based Search and Recommendation System

Strata Conference , March - 2018, San Jose

Presenters

  • Dr. Vijay Agneeswaran [ LinkedIn : http://bit.ly/vijaysa Twitter : @a_vijaysrinivas ]
  • Abhishek Kumar [ LinkedIn : http://bit.ly/kumarabhishek Twitter : @meabhishekkumar ]

Session Content

  1. Slides [ PDF : https://github.com/meabhishekkumar/strata-conference-ca-2018/blob/master/deep_learning_based_search_and_recommender_system.pdf ]
  2. Notebooks
    • Data Preparation : Download required data to your local machine [https://github.com/meabhishekkumar/strata-conference-ca-2018/blob/master/01_data_preperation.ipynb ]
    • Short Introduction to Embeddings in Tensorflow
    • Image Search using Tensorflow
    • Explicit Feedback Based Recommendation System using Tesnorflow
    • Implicit Feedback Based Recommendation System

Setting up the Enviornment

You can easily setup the enviornment with all required components ( data and notebooks ) with the help of Docker.

Here are the steps.

  1. Install Docker on your local machine. You will required documentation on Docker website [ https://docs.docker.com/install/ ]

  2. Make sure Docker is working fine. If you are not getting any error and able to see the docker

$ docker --version
  1. Download the docker image and create container for the tutorial
$ docker run -it --rm -p 8888:8888 -p 0.0.0.0:6006:6006 meabhishekkumar/strata-ca-2018

Reference Papers

  1. Restricted Boltzmann Machines for Collaborative Filtering by Ruslan Salakhutdinov. Source: http://www.machinelearning.org/proceedings/icml2007/papers/407.pdf
  2. Wide & Deep Learning for Recommender Systems by Heng-Tze Cheng. Source: https://arxiv.org/abs/1606.07792
  3. A Survey and Critique of Deep Learning on Recommender Systems by Lei Zheng. Source: http://bdsc.lab.uic.edu/docs/survey-critique-deep.pdf
  4. DeepFM: A Factorization-Machine based Neural Network for CTR Prediction. IJCAI2017 Source: https://arxiv.org/abs/1703.04247
  5. Deep Neural Networks for YouTube Recommendations by Paul Covington. Source: https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/45530.pdf

Credits :

  • Recommendation system notebooks are inspired by Olivier Grisel work using Keras
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].