Amazing thank you very much. Do you know how I can add more pictures in the future or need to redo everything?
@telejonjensen3 жыл бұрын
Hi Dany, So far I have to start over. In general you would need to retrain the entire model as far as I know. Thanks for watching! Jon
@rodneyperello2 жыл бұрын
Great video, thanks. Can you make more vids on ML Net Computer Vision. The usual tutorials are for ML Net data. We need more of these ML Net computer vision.
@mrprivatej0ker1103 жыл бұрын
Thanks for the video...I do have a question: How do I apply SVM algorithm into this??? I'm having my school project on: Predict Object using SVM with Machine Learning but I don't know how to apply the algorithm into it.
@pastaprod3297 Жыл бұрын
Hey I am new to machine learning but I would like to use my training data in a python program.. I would need my data in an XML file, is it possible to export my ML this way? How? Thank you :)
@shashikant37462 жыл бұрын
Is there is any way to train multi label classification..
@christianrazvan7 ай бұрын
Why not use a pretrained model?
@AminVincent3 жыл бұрын
Can we change Model Algorithm like DNN or another?
@telejonjensen3 жыл бұрын
Hi Amin, Right now I don't think so. ML.Net tries to find the best model. I'll be doing a few more .Net Machine Learning Videos where we train it ourselves and pick our own model. Thanks! Jon
@mahto93294 жыл бұрын
Thanks for the video.. Is there a way to continuously enhance the performance of the prediction, when it is in use, based on user feedback? retraining or refitting? I don't really know the proper terminology for that
@telejonjensen3 жыл бұрын
Hi Mahmoud, With this type of neural net you would need to retrain using the data from the user. I'll add this to my list though and see if I can come up with an example of this. Thanks for the great question. Jon
@optischTV6 ай бұрын
I dont have the "Add to solutions" button
@marcusreitzl4713 жыл бұрын
Hello Friend! nice tutorial, how would i pass frames directly? instead of path?
@telejonjensen3 жыл бұрын
Hi Marcus, What do you mean by frames? Thanks! Jon
@marcusreitzl4713 жыл бұрын
@@telejonjensen thanks for the reply :) so I have a video stream for Example, and I store every frame in a bitmap and this bitmap I would like to pass to detect :)
@marcusreitzl4713 жыл бұрын
Classify, would be a better way to describe it than detect :)
@hanakouadriboudjelthia1433 жыл бұрын
amazing , thank you
@georgealbo2 жыл бұрын
how can we classify colors using ML.net
@georgealbo2 жыл бұрын
or can i use image classifier to work as color classifier
@tzarcoal10182 жыл бұрын
@@georgealbo You don't really need any kind of ML to classify colors. ....you just read the value of the color and then you have a color?? Manually defining Intervalls to define colors is much more straight forward.