Storing a Trained Neural Network- How I Beat Mongo's Limitations
The Problem
We wrote an app that needed a personalized neural network for different users. Training a neural network with user data takes a long time. A trained neural network is a function. Most databases won’t store functions.