7f0e442d8bb0174306f5aed05d67edff673bd44c
steps = np.linspace(start, end, TIME_STEP, dtype=np.float32) 其中默认参数endpoint=True,也就是说这一次循环的最后一个元素和下一次循环的第一个元素是一致的,按照RNN传递的state的特点,应该保证输入是关于时间连续的,所以不应该有相邻的时间是一致的情况,这可能不是想要的,所以我认为这里是一个小bug。
If you'd like to use Tensorflow, no worries, I made a new Tensorflow Tutorial just like PyTorch. Here is the link: https://github.com/MorvanZhou/Tensorflow-Tutorial
pyTorch Tutorials
In these tutorials for pyTorch, we will build our first Neural Network and try to build some advanced Neural Network architectures developed recent years.
Thanks for liufuyang's notebook files which is a great contribution to this tutorial.
- pyTorch basic
- Build your first network
- Advanced neural network
- Others (WIP)
For Chinese speakers: All methods mentioned below have their video and text tutorial in Chinese. Visit 莫烦 Python for more. You can watch my Youtube channel as well.
Regression
Classification
CNN
RNN
Autoencoder
GAN (Generative Adversarial Nets)
Dropout
Batch Normalization
Donation
If this does help you, please consider donating to support me for better tutorials. Any contribution is greatly appreciated!
Description
Build your neural network easy and fast, 莫烦Python中文教学
autoencoderbatchbatch-normalizationclassificationcnndqndropoutgangenerative-adversarial-networkmachine-learningneural-networkpythonpytorchpytorch-tutorialpytorch-tutorialsregressionreinforcement-learningrnntutorial
Readme
19 MiB
Languages
Jupyter Notebook
98%
Python
2%

