Empower your deep machine learning data science workflows with Kotlin’s type safety and expressiveness in Kotlin Notebooks.
SKaiNET project is an open-source deep learning framework written in Kotlin, designed with developers in mind to enable the creation of modern AI-powered applications with ease. It seamlessly integrates with Jupyter notebooks, providing a powerful environment for interactive data analysis, machine learning experimentation, and model development.
-
Full Kotlin language support in Kotlin Notebooks
-
Interactive data visualization capabilities
-
Seamless integration with popular ML libraries
-
Type-safe data manipulation
-
Rich markdown and documentation support
Use SKaiNET directly in a Kotlin Notebook via Maven Central.
@file:DependsOn("sk.ainet.app:kotlin-notebook:0.5.0")val input = data<FP32, Float>(ctx) {
tensor<FP32, Float>() {
shape(5) {
fromArray(
floatArrayOf(1f,2f,3f,4f,5f)
)
}
}
}