Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new Kotlin dependencies #516

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added KotlinDL dependencies
Added Kotlin deep learning dependencies and its version alias.
  • Loading branch information
imashnake0 committed Mar 2, 2022
commit 02d64b5b44352b5b94dc2a38c0db0c47af8ec995
23 changes: 23 additions & 0 deletions plugins/dependencies/src/main/kotlin/dependencies/KotlinX.kt
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,27 @@ object KotlinX : DependencyGroup("org.jetbrains.kotlinx") {
* GitHub page: [kotlinx-lincheck](https://github.com/Kotlin/kotlinx-lincheck)
*/
val lincheck = module("lincheck")

/**
* KotlinDL is a high-level Deep Learning API.
*
* Talks by Zinoviev Alexey:
* - [Deep Learning with KotlinDL](https://www.youtube.com/watch?v=jCFZc97_XQU)
* - [Introduction to Deep Learning with KotlinDL](https://www.youtube.com/watch?v=ruUz8uMZUVw)
*
* [API reference (Dokka)](https://jetbrains.github.io/KotlinDL)
*
* [GitHub releases](https://github.com/JetBrains/KotlinDL/releases)
*
* [Change log](https://github.com/JetBrains/KotlinDL/blob/master/CHANGELOG.md)
*
* GitHub page: [JetBrains/KotlinDL](https://github.com/JetBrains/KotlinDL)
*/
val deeplearning = Deeplearning

object Deeplearning : IsNotADependency {
val api = module("kotlin-deeplearning-api")
val onnx = module("kotlin-deeplearning-onnx")
val visualization = module("kotlin-deeplearning-visualization")
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ org.jetbrains.kotlinx:multik-*

org.jetbrains.kotlinx:lincheck
^^^^^^^.^^^^^^^^

org.jetbrains.kotlinx:kotlin-deeplearning-*
^^^^^^^. ^^^^^^^^^^^^