Available machine learnings for image recognition and generation? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Available machine learnings for image recognition and generation?

Could you please provide me with the available machine learning or deep learning structures which are used for image generation? Image generation from a set of training images...

22nd Apr 2018, 8:43 AM
Reza
Reza - avatar
1 Answer
0
There are a lot of options for Image recognition in Javascript. Since i'm a javascript developer i can suggest you some javascript options for Machine learning. You have Tensorflow.js and Brain.js, these both require the data needs to be filtered or cleaned by the user. There is one more Framework called ml5 which uses Pretrained Mobilenet model to make predictions. You can also retrain those models, that's left to you. If you are very new to Machine learning in javascript, ml5 should be the way to go :)
4th Aug 2018, 10:32 AM
Velan
Velan - avatar