这是我觉得很好的一篇知乎文章,原作者不仅简明扼要的把一个问题转化为数学问题,把书本上关于Ito积分应用到现实问题中,而且给出了一个Simulation解,做到了让人真正明白是怎么回事。
SQLAlchemy
SQLAlchemy introduction
Tensorflow简介--06: Logistic regression and KNN analysis for MNIST data
MNIST is used as example in tensorflow. Here are the examples of how to use logistic regression and KNN(K nearest neighbors) to analyze this data.
summary about http.request, GET and POST, form, and route in flask
summary about http.request, GET and POST, form, and route in flask
Online IFRS9/CECL lifetime credit loss calculation engine
It is to provide an online IFRS9/CECL lifetime credit loss calculation engine.
Gradient Descent in solving linear regression and logistic regression
use linear regression and logistic regression as examples to show how gradient descent is used to minimize the loss function or to maximize the target function.
Tensorflow简介--05: Multivariate Regression with Stochastic Gradient Descent
test math formula in github pages
A quick way to enable Latex math formula in github pages
convolve, correlate and image process in numpy
convolution matrix is the most import conception in cnn. Here is a simple introduction of convolve, correlate and some image processing basic techs in numpy.
variable selection in linear regression: 2
This is an example of variable selection in linear regression(and it can be easily applied in logistic regression). It has two steps: