The First Cry of Atom
  • About Me
Navigation bar avatar

The First Cry of Atom

  • VC dimension and predictive loss

    Posted on July 23, 2017

    How can we estimate the loss of a machine learning model based on its complexity? We know that complex model can explain various kinds of data set space but it can overfit to the sample space. We want to optimize the loss in whole data space instead of sample space.... [Read More]
    Tags:
    • Machine Learning
    • VC Dimension
    • Math
  • DB Migration with Flyway

    Posted on July 14, 2017

    Now database migration should be managed under version control system. Every database schema can be changed through time. If we don’t track this, it must be difficult to rollback or test. We often use ActiveRecord as migration script because it is database agnostic and easy to write. [Read More]
    Tags:
    • Flyway
    • Database
    • Scala
  • Simple side effect by forEach in Java 8

    Posted on July 7, 2017

    As you know, Java 8 provides lambda expression and stream API. forEach is one of the them. [Read More]
    Tags:
    • Java
    • Stream
  • Backpropagation Through Time

    Posted on July 2, 2017

    Neural Networkにおいて最適化の中心を担うのはBackpropagation(誤差逆伝播法)ですが、Recurrent Neural Networkではどのように計算されるのかよくわからなかったので、まとめてみました。 [Read More]
    Tags:
    • Deep Learning
    • RNN
  • Async*Spec in Scalatest

    Posted on June 30, 2017

    When I wrote a test for Finagle, I found it didn’t work as expected. Scalatest didn’t check assertion properly asynchronously like Future. [Read More]
    Tags:
    • Scala
    • Future
  • ← Newer Posts
  • Older Posts →
  • Email me
  • RSS
  • GitHub
  • Twitter

Kai Sasaki  •  2024  •  www.lewuathe.com

Powered by Beautiful Jekyll