Code from Chapter 2 of “Machine Learning and Deep Learning: Simulation with Python” has been rewritten for clarity.
Continue reading Machine Learning and Deep Learning: Simulation with Python – qlearning.pyAll posts by Kenji
JUnit 5 ユーザーズガイド を読む 1
JUnit 5 のユーザーズガイドを読みました。 公式ドキュメントのうち、重要そうなところをピックアップしてまとめています。 そのため公式ドキュメントにあってこちらにない文章もあります。
Continue reading JUnit 5 ユーザーズガイド を読む 1交流分析 Transactional Analysis
交流分析 (Transactional Analysis) では、 人には3つの自我状態があるという前提で分析を進めます。
Continue reading 交流分析 Transactional AnalysisKotlin: Why Break or Continue can’t be used in forEach or repeat, while for and while can use them
In Kotlin while and for block, break and continue can be used, but they can’t be used in forEach or repeat block.
Kotlin: Number Type and Range
I summarized Kotlin basic number types and their range. In Kotlin, we can use Byte, Short, Int, Long, and UByte, UShort, UInt, ULong.