Seach the website
Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Courses
Feedback
Recent questions tagged neural-network
0
0 votes
0
0 answers
990
990 views
I cannot get this code to work. please help.
from keras.models import Sequential from keras.layers import Dense from keras.layers import LSTM from sklearn.model_selection import train_test_splitmodel = Sequential() ...
anonymous1200
120
points
1
1
3
asked
Mar 21, 2022
Python
machine-learning
data-science
neural-network
+
–
3
3 votes
1
answers
1 answer
6.0k
6.0k views
How to update the weights in backpropagation algorithm when activation function in not linear?
The goal of backpropagation is to optimize the weights so that the neural network can learn how to correctly map arbitrary inputs to outputs.Assume for the following neur...
tofighi
116k
points
73
79
101
asked
Aug 10, 2020
Machine Learning
machine-learning
deep-learning
neural-network
backpropagation
back-propagation
ml-exercise
ml-final
ele888-final
+
–
To see more, click for the
full list of questions
or
popular tags
.