Hello, is there a good Machine Learning library fo...
# datascience
o
Hello, is there a good Machine Learning library for Kotlin besides Tensorflow? I want to implement a type of Recursive Neural Network
Our teacher will ask us for a project of our choice. And he has asked us to do it in python, but I dont want to learn a new language so....
m
You can take a look to DL4J. Being Java you can work on top of it Kotlin-style
👍 1
They have some examples in Kotlin
t
DL4J, ojAlgo, I have some CNN implementations here in this sample app https://github.com/thomasnield/kotlin_simple_neural_network
👍 1
o
Yeah I'm going for Octave