A dopamine layer that can be used to train "connections" between neurons in the tensorflow2's neural network
-
Updated
Apr 25, 2020 - Python
A dopamine layer that can be used to train "connections" between neurons in the tensorflow2's neural network
in this repository we intend to predict Google and Apple Stock Prices Using Long Short-Term Memory (LSTM) Model in Python. Long Short-Term Memory (LSTM) is one type of recurrent neural network which is used to learn order dependence in sequence prediction problems. Due to its capability of storing past information, LSTM is very useful in predict…
My solutions for the CS231n (Convolutional Neural Networks for Visual Recognition) assignments.
Experiments used in "Dropout as a Bayesian Approximation: Representing Model Uncertainty in Deep Learning"
Add a description, image, and links to the droupout topic page so that developers can more easily learn about it.
To associate your repository with the droupout topic, visit your repo's landing page and select "manage topics."