Code Monkey home page Code Monkey logo

tensor-house's Introduction

About

TensorHouse is a collection of reference machine learning and optimization models for enterprise operations: marketing, pricing, supply chain, and more. The goal of the project is to provide baseline implementations for industrial, research, and educational purposes.

The project focuses on models, techniques, and datasets that were originally developed either by industry practitioners or by academic researchers who worked in collaboration with leading companies in technology, retail, manufacturing, and other sectors. In other words, TensorHouse focuses mainly on industry-proven methods and models rather than on theoretical research.

TensorHouse contains the following resources:

  • a well-documented repository of reference model implementations,
  • a manually curated list of important papers in modern operations research,
  • a manually curated list of public datasets related to enterprise use cases.

Illustrative Examples

Strategic price optimization using reinforcement learning:
DQN learns a Hi-Lo pricing policy that switches between regular and discounted prices
Price Optimization Using RL Animation

Supply chain optimization using reinforcement learning:
World Of Supply simulation environment
Price Optimization Using RL Animation

Anomaly detection in images using autoencoders Anomaly Detection in Images

List of Models

  • Promotions and Advertisements

    • Media Mix Modeling: Basic Adstock Model for Campaign/Channel Attribution (notebook)
    • Media Mix Modeling: Bayesian Model with Carriover and Saturation Effects (notebook)
    • Dynamic Content Personalization using Contextual Bandits (LinUCB) (notebook)
    • Customer Lifetime Value (LTV) Modeling using Markov Chain (notebook)
    • Next Best Action Model using Reinforcement Learning (Fitted Q Iteration) (notebook)
    • Multitouch Channel Attribution Model using Deep Learning (LSTM with Attention) (notebook)
    • Customer Churn Analysis and Prediction using Deep Learning (LSTM with Attention) (notebook)
  • Search

    • Latent Semantic Analysis (LSA) (notebook)
    • Visual Search by Artistic Style (VGG16) (notebook)
    • Visual Search based on Product Type (EfficientNetB0) (notebook)
    • Visual Search Using Variational Autoeconders (notebook)
  • Recommendations

    • Nearest Neighbor User-based Collaborative Filtering (notebook)
    • Nearest Neighbor Item-based Collaborative Filtering (notebook)
    • Item2Vec Model using NLP Methods (word2vec) (notebook)
    • Customer2Vec Model using NLP Methods (doc2vec) (notebook)
    • Neural Collaborative Filtering - Prototype (notebook)
    • Neural Collaborative Filtering - Hybrid Recommender (notebook)
    • Behavior Sequence Transformer (notebook)
    • Graph Recommender using Node2Vec (notebook)
  • Pricing and Assortment

    • Market Response Functions (notebook)
    • Price Elasticity Analysis (notebook)
    • Price Optimization for Multiple Products (notebook)
    • Price Optimization for Multiple Time Intervals (notebook)
    • Dynamic Pricing using Thompson Sampling (notebook)
    • Dynamic Pricing with Limited Price Experimentation (notebook)
    • Bayesian Demand Models (notebook)
    • Demand Uncostraining (notebook)
    • Price Optimization using Reinforcement Learning (DQN) (notebook)
  • Supply Chain

    • Single-echelon Inventory Optimization using (s,Q) and (R,S) Policies (notebook)
    • Multi-echelon Inventory Optimization using Reinforcement Learning (DDPG, TD3) (notebook)
    • Supply Chain Simulator for Reinforcement Learning Based Optimization (PPO) (notebook)
  • Anomaly Detection

    • Noise Reduction in Multivariate Timer Series Using Linear Autoencoder (PCA) (notebook)
    • Remaining Useful Life Prediction Using Convolution Networks (notebook)
    • Anomaly Detection in Time Series (notebook)
    • Anomaly Detection in Images using Autoencoders (notebook)

Basic Components

  • Generic Regression and Classification Models

    • Neural Network with Vector Inputs (notebook)
    • Neural Network with Sequential Inputs (ConvNet, LSTM, Attention) (notebook)
  • Enterprise Time Series Analysis

    • Demand Forecasting Using ARIMA and SARIMA (notebooks 1 2)
    • Demand Decomposition and Forecasting using Bayesian Structural Time Series (BSTS) (notebooks 1 2 3 4)
    • Forecasting and Decomposition using Gradient Boosted Decision Trees (GBDT) (notebook)
    • Forecasting and Decomposition using LSTM with Attention (notebook)
    • Forecasting and Decomposition using VAR/VEC models (notebooks 1 2)

Approach

  • The most basic models come from Introduction to Algorithmic Marketing book. Book's website - https://algorithmicweb.wordpress.com/
  • More advanced models use deep learning techniques to analyze event sequences (e.g. click stream) and reinforcement learning for optimization (e.g. safety stock management policy)
  • Most models are based on industrial reports and real-life case studies

Community

Follow our twitter feed for notifications about meetups and new developments.

Twitter Follow

tensor-house's People

Contributors

ikatsov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.