A new method to boost the speed of online databases

Hashing is a core operation in most online databases, like a library catalog or an e-commerce website. A hash function generates codes that replace data inputs. Since these codes are shorter than the actual data, and usually a fixed length, this makes it easier to find and retrieve the original information.

Text Generation with LSTM in PyTorch

Recurrent neural network can be used for time series prediction. In which, a regression neural network is created. It can also be used as generative model, which usually is a classification neural network model. A generative model is to learn certain pattern from data, such that when it is presented with some prompt, it can …

Strategies For Improving Your Abandoned Cart Recovery Rate

For online retailers, cart abandonment equals lost revenue. With the average online cart abandonment rate at almost 70%, these missed opportunities add up quickly.  But, enterprises can improve abandoned cart recovery rates by revamping the processes and messages customers encounter during the online customer journey. A few subtle design or language changes to your website or …