09 2019 档案
摘要:The central idea is to extract linear combinations of the inputs as derived features, and then model the target as a nonlinear function of these featu
阅读全文
摘要:Suppose that we model each class density as multivariate Gaussian, in practice we do not know the parameters of the Gaussian distributions, and will n
阅读全文
摘要:The hidden neurons act as feature detectors; as such, they play a critical role in the operation of a multiplayer perceptron. As the learning process
阅读全文
摘要:#include <iostream> #include <sstream> #include <fstream> #include <algorithm> #include <vector> void Conv(std::vector<std::vector<int> > &vv_image, s
阅读全文