In Python, Django is the most popular web framework. Second comes to Flask. What Flask is handy to do is to create some RESTful APIs by defining the web endpoints and the handlers. The frontend, however, is not something Django or Flask can provide to you. The best they can...
[more]
Bengio et al (2003) A Neural Probabilistic Language Model
Language model has the curse of dimensionality, namely, if we want to model
the joint distribution of 10 words in a vocabulary of \(10^5\), there are
\(10^{5\times 10} = 10^{50}\) parameters. But if the variables are continuous,
we can use fewer parameters.
[more]
Sampling and Visualizing Copulae
Copula is a multivariate CDF defined over \(C: [0,1]^d \mapsto [0,1]\),
[more]
Gaussian Process Regression
Gaussian process regression is an interesting method of function regression. It is non-parametric, meaning not to assume anything (linear, polynomial, etc.) about the objective function. Let’s consider a function of \(\mathbb{R}\mapsto\mathbb{R}\). Without knowing anything or assuming anything, the fuction \(f(x)\) can take, and maps to, any value in \(\mathbb{R}\). We...
[more]
Upgrading OpenWRT
At the time when I bought my Linksys WiFi routers, OpenWRT was in the version 19.x and now we have version 21.x. I replaced DD-WRT to OpenWRT in the past and I would not expect the DD-WRT config can be port to OpenWRT. But for upgrading the versions of OpenWRT,...
[more]
