Deep Learning with KotlinDL

Presentation: Demo code: Library: NOTE: All information is based on the 0.2 KotlinDL release NOTE 2: This video was recorded and displayed firstly at the channel and with the help of the Huawei Developer Group HDG UK I think that many of you know the Keras library, which runs on top of Tensorflow. Tensorflow itself has stable C API, and therefore there are several high-level deep learning frameworks in other languages ​​inspired by Keras, such as TFJS, , Tensorflow in Go. Today I want to introduce you to a Keras-like machine learning framework written in Kotlin. Currently, the KotlinDL framework can boast that this is the only way to construct and train complex neural networks on JVM, such as VGG, ResNet, or MobileNet. There is also support for transfer learning for the popular models trained
Back to Top