%foo% is the syntax for a binary operator. In base R: %in%: '"%in%" <- function(x, table) match(x, table, nomatch = 0) > 0' %/% and %% perform integer division and modular division respectively, and are described on the ?Arithmetic help pa…
http://mathesaurus.sourceforge.net/matlab-numpy.html Help MATLAB/Octave Python Description dochelp -i % browse with Info help() Browse help interactively help help or doc doc help Help on using help help plot help(plot) or ?plot Help for a function h…
Policy Gradient Algorithms 2019-10-02 17:37:47 This blog is from: https://lilianweng.github.io/lil-log/2018/04/08/policy-gradient-algorithms.html Abstract: In this post, we are going to look deep into policy gradient, why it works, and many new polic…
目录:Matrix Differential Calculus with Applications in Statistics and Econometrics,3rd_[Magnus2019] Title -16 Contents -14 Preface -6 Part One - Matrices 1 1 Basic properties of vectors and matrices 3 1.1 Introduction 3 1.2 Sets 3 1.3 Matrices: additio…
目录 Lecture 1: Introduction Lecture 2: Properties and Random Graph Degree Distribution Path Length Clustering Coefficient Connectivity Erdos-Renyi Random Graph Model Small-World Model Kronecker Graph Model 最近在看 Stanford 的 Machine Learning with Graphs.…