+ 12
Can i make AI with kotlin?
i want to make ai in kotlin is it possible with kotlin and i dont want to use python for that Wells: Added Kotlin tag.
2 Answers
+ 5
You can make AI in any computer language even Assembler. The question becomes is the effort worth it. Some languages have code libraries created that simplify the task. Kotlin doesn't have this as yet. If I were into AI, I'd be fixing this as Kotlin has become my favorite language and I'm always up for a challenge.
https://discuss.kotlinlang.org/t/ai-and-deep-learning-define-the-future-of-programming-will-kotlin-fly-or-die/2264
+ 3
there are some ML libraries in java like Deeplearning4j and etc that you can use, if you want to try kotlin for AI.