Skip to content

Instantly share code, notes, and snippets.

View ryszardmakuch's full-sized avatar

Ryszard Makuch ryszardmakuch

View GitHub Profile
@ryszardmakuch
ryszardmakuch / coroutines
Last active April 12, 2022 19:21
Coroutines
# Coroutines:
How do Kotlin coroutines work internally?
- https://medium.com/@elizarov/blocking-threads-suspending-coroutines-d33e11bf4761,
- https://medium.com/androiddevelopers/coroutines-on-android-part-i-getting-the-background-3e0e54d20bb,
- https://medium.com/androiddevelopers/coroutines-on-android-part-ii-getting-started-3bff117176dd,
- https://medium.com/androiddevelopers/coroutines-on-android-part-iii-real-work-2ba8a2ec2f45,
- https://medium.com/@patson.luk/learning-kotlin-coroutines-as-a-java-dev-part-i-a04029b6214b,
- https://medium.com/@patson.luk/learning-kotlin-coroutines-as-a-java-dev-part-ii-dfe0d468b65e,
- https://medium.com/@esocogmbh/coroutines-in-pure-java-65661a379c85.
Training set:
+------+-------+---------+----+----------+-----------+---------+--------------+--------+-----------------+-----+
|radius|texture|perimeter|area|smoothness|compactness|concavity|concave_points|symmetry|fractal_dimension|class|
+------+-------+---------+----+----------+-----------+---------+--------------+--------+-----------------+-----+
| 20.57| 17.77| 132.9|1326| 0.08474| 0.07864| 0.0869| 0.07017| 0.1812| 0.05667| 1.0|
| 11.42| 20.38| 77.58| 386| 0.1425| 0.2839| 0.2414| 0.1052| 0.2597| 0.09744| 1.0|
| 12.45| 15.7| 82.57| 477| 0.1278| 0.17| 0.1578| 0.08089| 0.2087| 0.07613| 1.0|
| 18.25| 19.98| 119.6|1040| 0.09463| 0.109| 0.1127| 0.074| 0.1794| 0.05742| 1.0|
| 13.0| 21.82| 87.5| 519| 0.1273| 0.1932| 0.1859| 0.09353| 0.235| 0.07389| 1.0|
| 19.17| 24.8| 132.4|1123| 0.0974| 0.2458| 0.2065| 0.1118| 0.2397| 0.078|