Feeds
질문
How can I calculate the false negatives, false positives and the correctly classified for my seizure prediction model
After I passed my test data through my model to receive the predictions I worked out the accuracy, with the code: acc = sum(Pr...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
Label predicted seizures in EEG data
I used a deep learning model to predict seizures in EEG data. I want to plot a graph to show where the model predicted the seizu...
대략 4년 전 | 답변 수: 2 | 0
