Tensor House

A collection of reference machine learning and optimization models for enterprise operations: marketing, pricing, supply chain
Alternatives To Tensor House
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Tensorflow177,815327777 hours ago46October 23, 20192,037apache-2.0C++
An Open Source Machine Learning Framework for Everyone
Transformers112,470641,8697 hours ago114July 18, 2023838apache-2.0Python
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
Pytorch71,1083,3416,7287 hours ago37May 08, 202312,788otherPython
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Cs Video Courses60,215
6 days ago5
List of Computer Science courses with video lectures.
Keras59,4175787 hours ago80June 27, 202396apache-2.0Python
Deep Learning for humans
D2l Zh48,2731111 days ago47December 15, 202248apache-2.0Python
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
Faceswap47,035
13 days ago23gpl-3.0Python
Deepfakes Software For All
Tensorflow Examples42,312
a year ago218otherJupyter Notebook
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
Deepfacelab42,238
a month ago536gpl-3.0Python
DeepFaceLab is the leading software for creating deepfakes.
Yolov541,861
a day ago8September 21, 2021228agpl-3.0Python
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
Alternatives To Tensor House
Select To Compare


Alternative Project Comparisons
Readme

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 Propensity Scoring 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)
    • Image Search Using a Language-Image Model (CLIP) (notebook)
    • Product Attribute Discovery, Extraction, and Harmonization Using LLMs (notebook)
    • Relational Data Querying Using LLMs (notebook)
    • Retrieval-augmented Generation (RAG) Using LLMs (notebook)
    • Retrieval-augmented Generation (RAG) Using LLMs Agents (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)
  • Demand Forecasting

    • Demand Forecasting Using Exponential Smoothing (ETS) (notebook)
    • Deamnd Forecasting and Price Elasticity Analysis Using Time Series Regression (notebook)
    • Demand Forecasting Using DeepAR (notebook)
    • Demand Forecasting Using NeuralProphet (notebook)
    • Demand Uncostraining (notebook)
  • 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

    • 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)
    • Inventory Allocation (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

    • 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)

Approach

  • The most basic models come from the Introduction to Algorithmic Marketing book.
  • More advanced models use deep learning and reinforcement learning techniques from The Theory and Pratice of Enterprise AI book.
  • 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

Popular Machine Learning Projects
Popular Deep Learning Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Machine Learning
Deep Learning
Artificial Intelligence
Data Science
Reinforcement Learning