python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Accuracy resolution in 3D convolutional neural networks using Keras
I am currently using 3D convolutional neural networks to classify EEG signals. I have 4080 images for training and 120 images for validation with a 10x45x6 shape.
The model is:
def cnn_3d(input_shape)...
Alejandro Alvarez
Votes: 0
Answers: 0
Evaluating prediction of model without having to train the model again
So i've searched on the internet and in the documentation to find out i needed to save my model and reload it in another seperate file. Which i did. However, when i run my file to reload the model and...
Jonas Van den Borre
Votes: 0
Answers: 0
Calculating multi-label inter-annotator agreement in Python
Can anyone recommend a particular metric/python library for assessing the agreement between 3 annotators when the data can be assigned a combination of labels (as seen below)?
Msg_1
Msg_2
Msg_3
M...

James
Votes: 0
Answers: 0
How to convert yolov5 trained model into tflite in google colab to install on mobile app?
I have used Yolov5 to train the model in google colab and how can I export the .tflite file of the trained model so that it can be used for mobile applications. Thanks for help me
Nguyễn Khang
Votes: 0
Answers: 2