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 […]
The post Text Generation with LSTM in PyTorch appeared first on MachineLearningMastery.com.
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
The post Text Generation with LSTM in PyTorch appeared first on MachineLearningMastery.com. Read More Deep Learning with PyTorch