top of page
Search

How supervised learning typically works

(31th-Oct-2020) Choosing a model-class: – A model-class, f, is a way of using some numerical parameters W, to map each input vector, x,...

Why machine learning?

(29th-Oct-2020) It is very hard to write programs that solve problems like recognizing a three-dimensional object from a novel viewpoint...

Conclusion of Deep Learning and Questions

(28th-October-2020) • DNN has achieved great results - a large margin in performance ratio of existing methods - still room for...

Tools

(26th-October-2020) • Deep Learning is now of the hottest trends in Artificial Intelligence and Machine Learning, with daily reports of...

Cuda-convnet

(24th-October-2020) Code of the Supervision team of ILSVRC 2012 champion • nVidia GTX 580 GPUs • Linux and CUDA • Data file creation • -...

Convolutional DBN (Lee et. Al. 2009)

(23rd-October-2020) • Convolutional NN model applied to generated model • Probabilistic max-pooling is proposed to incorporate max-pooling.

Deep Boltzmann Machine (MNIST)

(22nd-October-2020) 1. • Learn two- and three-tier DBM models with MNIST (Handwritten Numerical Data Set) • Generate 𝑝𝑝 (𝐯𝐯) samples...

Learning (fine adjustment) of DBN

(21th-October-2020) 1. Adjustment to maximize the likelihood of the entire DBN 2. Copy it to another deterministic structure (Neural Net...

Deep Belief Network's reasoning

20th-October-2020 Marginal distribution 𝑝𝑝 (𝐡𝐡 3 | 𝐯𝐯) can not be calculated analytically We introduce approximate distribution ,...

Learning RBM (Gibbs sampling)

17th-October-2020 At the limit of 𝑇𝑇 → ∞, 𝐯𝐯𝑇𝑇 is distributed 𝑝𝑝 (𝐯𝐯; θ Θ). Generate distribution 𝑝𝑝𝑇𝑇 (𝐯𝐯) close to -...

RBM inference

16th-October-2020 • From the nature of RBM 𝑝𝑝𝐡𝐡𝐯𝐯; θθ, 𝑝𝑝 (𝐯𝐯 | 𝐡𝐡; θθ) can be computed analytically Learning RBM (Gibbs...

Restricted Boltzmann machine (RBM)

14th-October-2020 • A restricted Boltzmann machine (RBM) is a generative stochastic artificial neural network that can learn a...

Kullback-Leibler (KL) Distance

13th-October-2020 • KL distance: an index for measuring proximity between probability distributions • minimization of KL distance:...

Modeling based on energy function

12th-October-2020 Modeling the probability distribution using an energy function • Structure in which simultaneous random variables are...

bottom of page