All Projects → llSourcell → Recommender_live

llSourcell / Recommender_live

Licence: gpl-3.0

Projects that are alternatives of or similar to Recommender live

Glasses
High-quality Neural Networks for Computer Vision 😎
Stars: ✭ 138 (+0%)
Mutual labels:  jupyter-notebook
Indaba 2018
Practical Notebooks for the Deep Learning Indaba 2018
Stars: ✭ 138 (+0%)
Mutual labels:  jupyter-notebook
Nndl Codes
Sample Codes for NNDL
Stars: ✭ 138 (+0%)
Mutual labels:  jupyter-notebook
Cnn Audio Denoiser
Tensorflow 2.0 implementation of the paper: A Fully Convolutional Neural Network for Speech Enhancement
Stars: ✭ 138 (+0%)
Mutual labels:  jupyter-notebook
Minifold
MiniFold: Deep Learning for Protein Structure Prediction inspired by DeepMind AlphaFold algorithm
Stars: ✭ 136 (-1.45%)
Mutual labels:  jupyter-notebook
Generative adversarial networks 101
Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.
Stars: ✭ 138 (+0%)
Mutual labels:  jupyter-notebook
Copy Paste Aug
Copy-paste augmentation for segmentation and detection tasks
Stars: ✭ 132 (-4.35%)
Mutual labels:  jupyter-notebook
Ethnicolr
Predict Race and Ethnicity Based on the Sequence of Characters in a Name
Stars: ✭ 137 (-0.72%)
Mutual labels:  jupyter-notebook
Sketch rnn keras
Keras implementation of Sketch RNN
Stars: ✭ 138 (+0%)
Mutual labels:  jupyter-notebook
Fm tensorflow
Factorization Machines implementation with Tensorflow
Stars: ✭ 138 (+0%)
Mutual labels:  jupyter-notebook
Easy slam tutorial
首个中文的简单从零开始实现视觉SLAM理论与实践教程,使用Python实现。包括:ORB特征点提取,对极几何,视觉里程计后端优化,实时三维重建地图。A easy SLAM practical tutorial (Python).图像处理、otsu二值化。更多其他教程我的CSDN博客
Stars: ✭ 137 (-0.72%)
Mutual labels:  jupyter-notebook
Deep Reinforcement Stock Trading
A light-weight deep reinforcement learning framework for portfolio management. This project explores the possibility of applying deep reinforcement learning algorithms to stock trading in a highly modular and scalable framework.
Stars: ✭ 136 (-1.45%)
Mutual labels:  jupyter-notebook
Automate The Boring Stuff With Python Solutions
Solutions for Automate the Boring Stuff with Python
Stars: ✭ 136 (-1.45%)
Mutual labels:  jupyter-notebook
Rapids Single Cell Examples
Examples of single-cell genomic analysis accelerated with RAPIDS
Stars: ✭ 138 (+0%)
Mutual labels:  jupyter-notebook
Gossiping Chinese Corpus
PTT 八卦版問答中文語料
Stars: ✭ 137 (-0.72%)
Mutual labels:  jupyter-notebook
Fetching Financial Data
Fetching financial data for technical & fundamental analysis and algorithmic trading from a variety of python packages and sources.
Stars: ✭ 137 (-0.72%)
Mutual labels:  jupyter-notebook
Causalgraphicalmodels
Causal Graphical Models in Python
Stars: ✭ 137 (-0.72%)
Mutual labels:  jupyter-notebook
Openff Toolkit
The Open Forcefield Toolkit provides implementations of the SMIRNOFF format, parameterization engine, and other tools. Documentation available at http://open-forcefield-toolkit.readthedocs.io
Stars: ✭ 138 (+0%)
Mutual labels:  jupyter-notebook
Machine Learning And Data Science
This is a repository which contains all my work related Machine Learning, AI and Data Science. This includes my graduate projects, machine learning competition codes, algorithm implementations and reading material.
Stars: ✭ 137 (-0.72%)
Mutual labels:  jupyter-notebook
Symbiflow Arch Defs
FOSS architecture definitions of FPGA hardware useful for doing PnR device generation.
Stars: ✭ 137 (-0.72%)
Mutual labels:  jupyter-notebook

recommender_live

##Overview

This is the code for this video on Youtube by Siraj Raval. We're going to be looking at recommendation systems and we focus on popularity-based, item-item collaborative filtering, and user-item collaborative filtering. Then at the end we talk about the bleeding edge, which is a deep learning approach.

##Dependencies

  • pandas
  • scikit-learn
  • numpy
  • scipy

Use pip to install missing dependencies.

##Usage

Run jupyter notebook when in the main code directory to see this run in your browser.

##Credits

Credits go to dvysardana. I've merely created a wrapper to get people started.

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].