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.
Strategic price optimization using reinforcement learning:
DQN learns a Hi-Lo pricing policy that switches between regular and discounted prices
Supply chain optimization using reinforcement learning:
World Of Supply simulation environment
Anomaly detection in images using autoencoders
-
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 Propensity Scoring Using Deep Learning (LSTM with Attention) (notebook)
-
Search
-
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)
-
Demand Forecasting
-
Pricing and Assortment
- Market Response Functions (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)
- Price Optimization Using Reinforcement Learning (DQN) (notebook)
-
Supply Chain
-
Anomaly Detection
-
Generic Regression and Classification Models
-
Enterprise Time Series Analysis
- Forecasting Using ARIMA and SARIMA (notebooks 1 2)
- 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)
- The most basic models come from the Introduction to Algorithmic Marketing book.
- Book's website - https://www.algorithmicmarketingbook.com/
- More advanced models use deep learning and reinforcement learning techniques from The Theory and Pratice of Enterprise AI book.
- Book's website - https://www.enterprise-ai-book.com/
- Most models are based on industrial reports and real-life case studies
Follow our twitter feed for notifications about meetups and new developments.