Results 63 issues of Aleksei Zinovev

Need to switch on release 0.2 and update all examples

- [x] LeNet 5 classic model on MNIST - [ ] LeNet 5 modification with another hyper-parameters on MNIST and Fashion MNIST - [x] VGG'11 on FashionMnist - [ ]...

Let's generate text in William style close to this [tutorial](https://www.tensorflow.org/tutorials/text/text_generation)

- [ ] Simple Graph building - [ ] Print out graph meta-information - [ ] Graph serialization/deserialization

Do you have any plans to upgrade the Kotlin version?

I hope that it could be easily wrapped with Kotlin via JNI or KotlinNative

enhancement
help wanted
question

Probably, if it changes from version to version, great to track it somewhere https://github.com/Kotlin/dataframe#kotlin-kotlin-jupyter-openapi-arrow-and-jdk-versions Also, you could add a corresponding version of DataFrame, LetsPlot and so on

documentation

Users often asks about limitations of KDF to handle large dataframes The User Guide should contain some recommendations and snippets of code to improve User Path here - some benchmarks...

documentation
enhancement

``` "[ { "name": { "firstName": "Alice", "lastName": "Cooper" }, "age": 15, "city": "London", "weight": 54, "isHappy": true }, { "name": { "firstName": "Bob", "lastName": "Dylan" }, "age": 45, "city":...

bug
tests

Now, only H2 has this test, and it will be shipped with MS SQL integration Better to have the common test scenario with some DB specific parameters, it also should...

tests
databases