摘要:
https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/funcZone_TKDE_Zheng.pdf Specifically, we introduce the concept of Latent Activity 阅读全文
摘要:
In many cases, the smallness of the residual means that the approximation is close to the solution, i.e., 残差:结果的差值 误差:近似解与解的差值 https://en.wikipedia.or 阅读全文
摘要:
http://www.mit.edu/~9.520/scribe-notes/cl7.pdf https://en.wikipedia.org/wiki/Bayesian_interpretation_of_kernel_regularization the degree to which inst 阅读全文
摘要:
https://stats.stackexchange.com/questions/164876/tradeoff-batch-size-vs-number-of-iterations-to-train-a-neural-network It has been observed in practic 阅读全文
摘要:
https://ipfs.io/ipfs/QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uco/wiki/Convex_function.html Every norm is a convex function, by the triangle inequal 阅读全文
摘要:
https://rdipietro.github.io/friendly-intro-to-cross-entropy-loss/ 【将输入转化为输出:概率分布】 When we develop a model for probabilistic classification, we aim to 阅读全文
摘要:
https://en.wikipedia.org/wiki/Claude_Shannon In 1948, the promised memorandum appeared as "A Mathematical Theory of Communication," an article in two 阅读全文
摘要:
every row of W is a classifier for one of the classes As we saw above, every row of W is a classifier for one of the classes. The geometric interpreta 阅读全文
摘要:
The hinge loss is a convex function, so many of the usual convex optimizers used in machine learning can work with it. It is not differentiable, but h 阅读全文
摘要:
http://www1.inf.tu-dresden.de/~ds24/lehre/ml_ws_2013/ml_11_hinge.pdf Two extremes: • Big 𝐶 → the loss is more important → better recognition rate but 阅读全文
摘要:
http://www.cmo.com/features/articles/2016/3/9/data-decisions-dsp-vs-dmp.html As marketers assess their requirements for marketing technology, the ques 阅读全文
摘要:
http://neuralnetworksanddeeplearning.com/chap1.html Up to now, we've been discussing neural networks where the output from one layer is used as input 阅读全文
摘要:
http://neuralnetworksanddeeplearning.com/chap1.html . Sigmoid neurons are similar to perceptrons, but modified so that small changes in their weights 阅读全文
摘要:
BLEU is designed to approximate human judgement at a corpus level, and performs badly if used to evaluate the quality of individual sentences. https:/ 阅读全文
摘要:
安装TensorFlow 包依赖 https://www.tensorflow.org/tutorials/layers Building the CNN MNIST Classifier 【Each of these methods accepts a tensor as input and re 阅读全文