Best language for coding image recognition? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Best language for coding image recognition?

Do any of you have experience with the coding of image recognition? if some of you do; what language is the best for programming this and why?

28th Mar 2018, 9:05 AM
Rasmus Birk Knudsen
Rasmus Birk Knudsen - avatar
12 ответов
+ 3
I think you should check google image recognition sdk. I personally used speech recognition sdk and it was very easy. this sdk is provided for many platforms and languages so it's really easy to use
28th Mar 2018, 9:28 AM
Elahe Hosseinzade
Elahe Hosseinzade - avatar
+ 2
it depends on the field you want to work. android developement or web developement or maybe windows app developement 😊
28th Mar 2018, 4:51 PM
Elahe Hosseinzade
Elahe Hosseinzade - avatar
+ 1
Python is best for Artificial Intelligence, because it has a very rich resources (like libraries, modules ) and very big supportive community.
28th Mar 2018, 9:18 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 1
the most common ones are java for android and swift for IOS. the common environments are Android studio and Xamarin. but there is also a new way of developement which is C# and using Visual studio 2017. in the latest version of visual studio you have Xamarin evironment inside visual studio and you can do the coding with C#. android apps and IOS can be developed this way too. but since it's fairly a new technology there may not be enough documents and tutorials as much as the common way.
28th Mar 2018, 5:03 PM
Elahe Hosseinzade
Elahe Hosseinzade - avatar
+ 1
c# would be enough for this sdk this sdk is provided for .Net platform.
29th Mar 2018, 12:04 AM
Elahe Hosseinzade
Elahe Hosseinzade - avatar
0
nice, Thank you i will look into that 😊
28th Mar 2018, 9:32 AM
Rasmus Birk Knudsen
Rasmus Birk Knudsen - avatar
0
Hi, I would say this is an ongoing discussion and has been for a while. I would say that using MathLab for it's math and matrix capabilities (an image is a 2D matrix) to develop algoritm(s), which then is converted to C++ or C# for speed, is the way to go. But Python is definitely a strong contender, being free and Java based.
28th Mar 2018, 9:40 AM
Jan B. Michanek
Jan B. Michanek - avatar
0
Thanks for the help. I would say i am a beginner in the programming world beside HTML and CSS so what would you recommend if thinking of difficulty?
28th Mar 2018, 3:12 PM
Rasmus Birk Knudsen
Rasmus Birk Knudsen - avatar
0
i would like to make an app both for iOS and Android 😊 what do you recommend for doing that?
28th Mar 2018, 4:54 PM
Rasmus Birk Knudsen
Rasmus Birk Knudsen - avatar
0
can i write the image recognition within visual studio with C# or do i also "have to" use python?
28th Mar 2018, 5:31 PM
Rasmus Birk Knudsen
Rasmus Birk Knudsen - avatar
0
Nice, Thank you 🙏
29th Mar 2018, 6:19 AM
Rasmus Birk Knudsen
Rasmus Birk Knudsen - avatar
- 1
okay great! but is it the only one that is good or can other languages be used?
28th Mar 2018, 9:20 AM
Rasmus Birk Knudsen
Rasmus Birk Knudsen - avatar