Tag Archives: [:ja]シミュレーション[:en]Simulation[:]

Simulation of the Law of the Large Numbers

Simulation is important to develop our intuitive understanding. So when the difficult content appears, try considering a sample. If there’s no handy sample, creating a sample with R is very efficient, simulation in other words.

When we want to understand the law of the large number, we can also generate it virtually. Here, I will show you the simulation. Consider the function which takes (x in [0, 3)) and the value is in ([0, 1)), such as ( g(x) = frac{1}{4} x(3-x)(x-0.75)^2). ((g(x)) can’t be a density function for the random variable, because (int _0 ^1 g(x) dx neq 1). It is the probability to admit (x) value generated by randomly. It is for creating trial data.)

Continue reading Simulation of the Law of the Large Numbers

機械学習と深層学習 Python によるシミュレーション aco.py

Sorry, this entry is only available in 日本語.

機械学習と深層学習 Pythonによるシミュレーション の第3章の蟻コロニー最適化法のコード aco.pyについて、 わかりやすく書き換えてみました。

Continue reading 機械学習と深層学習 Python によるシミュレーション aco.py