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)
How to get the ROC curve of a neural network?
I'm trying to get the ROC curve for my Neural Network. My network uses pytorch and im using sklearn to get the ROC curve. My model outputs the binary right and wrong and also the probability of the ou...
Samuel Fipps
Votes: 0
Answers: 1
how to define input_shape in keras model properly
New to tensorflow.
Following is the datasets I am working on:
abalone_train = pd.read_csv(
"https://storage.googleapis.com/download.tensorflow.org/data/abalone_train.csv",
names=[&qu...
Jay ra1
Votes: 0
Answers: 1
How to detect water edges from a flow and measure length
The shape formed keeps changing with a change in velocity, and angle of the flow. I want to measure the distance centre orange line, and the yellow lines on both sides. The starting point will be fixe...
Bupesh Kumar
Votes: 0
Answers: 0
Hexagonal pattern recognition
We're a group of mechanical engineering students trying to clean up a piece of honeycomb material, after it's been cut on a CNC router. We're not looking for any specific answer to a coding problem bu...
Wauwser
Votes: 0
Answers: 0