python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Accuracy 0% for binary classification
I am using the OpenFL framework for doing Federated Learning experiments. I run their tutorial notebooks without problems, so for example I am able to run classification on MNIST and everything is ok....
CasellaJr
Votes: 0
Answers: 1
ValueErrror unpack in Word2vec
I have stopwords and list1 and want to get list 2 after removing stopwords
stopwords= [" I ", " in ", " a ", " m ", " of ", " It ", " i...
Karim Karra
Votes: 0
Answers: 1
loss increasing significantly in training loop
My training loss is increasing quite dramatically. Not sure why this is. I was thinking it could be something to do with how I am calculating the loss, but not sure. I think it might be because i am p...
unim192745
Votes: 0
Answers: 1
How to add a custom loss function to Keras that solves an ODE?
I'm new to Keras, sorry if this is a silly question!
I am trying to get a single-layer neural network to find the solution to a first-order ODE. The neural network N(x) should be the approximate solut...
mattfox
Votes: 0
Answers: 0