当前位置:网站首页>Mathematics in machine learning -- common probability distribution (XIII): Logistic Distribution
Mathematics in machine learning -- common probability distribution (XIII): Logistic Distribution
2022-07-06 18:39:00 【von Neumann】
Catalogues :《 Mathematics in machine learning 》 General catalogue
Related articles :
· Common probability distribution ( One ): Bernoulli distribution (Bernoulli Distribution )
· Common probability distribution ( Two ): Category distribution (Multinoulli Distribution )
· Common probability distribution ( 3、 ... and ): The binomial distribution (Binomial Distribution )
· Common probability distribution ( Four ): Uniform distribution (Uniform Distribution )
· Common probability distribution ( 5、 ... and ): Gaussian distribution (Gaussian Distribution )/ Normal distribution (Normal Distribution )
· Common probability distribution ( 6、 ... and ): An index distribution (Exponential Distribution )
· Common probability distribution ( 7、 ... and ): Laplacian distribution (Laplace Distribution )
· Common probability distribution ( 8、 ... and ): Dirac distribution (Dirac Distribution )
· Common probability distribution ( Nine ): Empirical distribution (Empirical Distribution )
· Common probability distribution ( Ten ): Beta distribution (Beta Distribution )
· Common probability distribution ( 11、 ... and ): Dirichlet distribution (Dirichlet Distribution )
· Common probability distribution ( Twelve ): Structured probability model / Graph model
· Common probability distribution ( 13、 ... and ): Logistic distribution (Logistic Distribution )
set up X X X It's a continuous random variable , X X X Obey the logistic distribution (Logistic Distribution ) Refer to X X X It has the following distribution function and density function :
F ( x ) = P ( X ≤ x ) = 1 1 + e − ( x − μ ) γ F(x)=P(X\leq x)=\frac{1}{1+e^{-\frac{(x-\mu)}{\gamma}}} F(x)=P(X≤x)=1+e−γ(x−μ)1
f ( x ) = F ′ ( x ) = e − ( x − μ ) γ γ ( 1 + e − ( x − μ ) γ ) 2 f(x)=F'(x)=\frac{e^{-\frac{(x-\mu)}{\gamma}}}{\gamma(1+e^{-\frac{(x-\mu)}{\gamma}})^2} f(x)=F′(x)=γ(1+e−γ(x−μ))2e−γ(x−μ)
among , μ \mu μ For position parameters , γ > 0 \gamma>0 γ>0 For shape parameters .
Density function of logistic distribution f ( x ) f(x) f(x) And distribution function F ( x ) F(x) F(x) The figure of is shown in the figure below . The distribution function belongs to the logical tearing function , The graph is a S Shape curve (sigmoid curve). The curve is in point ( μ , 1 2 ) (\mu,\frac{1}{2}) (μ,21) It's central symmetry , The meet
F ( − x + μ ) − 1 2 = − F ( x − μ ) + 1 2 F(-x+\mu)-\frac{1}{2}=-F(x-\mu)+\frac{1}{2} F(−x+μ)−21=−F(x−μ)+21
The curve grows faster near the center , Slow growth at both ends . shape parameter γ \gamma γ The smaller the value of , The faster the curve grows near the center .
边栏推荐
- 重磅硬核 | 一文聊透对象在 JVM 中的内存布局,以及内存对齐和压缩指针的原理及应用
- 二叉搜索树
- SQL优化问题的简述
- Common - magic number 7
- Maixll dock camera usage
- With the implementation of MapReduce job de emphasis, a variety of output folders
- JDBC驱动器、C3P0、Druid和JDBCTemplate相关依赖jar包
- 文档编辑之markdown语法(typora)
- The role of applet in industrial Internet
- Specify flume introduction, installation and configuration
猜你喜欢

Prophet模型的简介以及案例分析

关于npm install 报错问题 error 1

44 colleges and universities were selected! Publicity of distributed intelligent computing project list

On time and parameter selection of asemi rectifier bridge db207
![[Sun Yat sen University] information sharing of postgraduate entrance examination and re examination](/img/a8/41e62a7a8d0a2e901e06c751c30291.jpg)
[Sun Yat sen University] information sharing of postgraduate entrance examination and re examination

Top command details

287. 寻找重复数

Compilation Principle -- C language implementation of prediction table

阿里云国际版ECS云服务器无法登录宝塔面板控制台

Excellent open source fonts for programmers
随机推荐
2022-2024年CIFAR Azrieli全球学者名单公布,18位青年学者加入6个研究项目
传输层 拥塞控制-慢开始和拥塞避免 快重传 快恢复
10、 Process management
SQL injection - access injection, access offset injection
[.Net core] solution to error reporting due to too long request length
Cobra quick start - designed for command line programs
DOM简要
[Matlab] Simulink 同一模块的输入输出的变量不能同名
Grafana 9.0 正式发布!堪称最强!
CSRF vulnerability analysis
None of the strongest kings in the monitoring industry!
Unity资源顺序加载的一个方法
Using block to realize the traditional values between two pages
The third season of Baidu online AI competition is coming in midsummer, looking for you who love AI!
Distill knowledge from the interaction model! China University of science and Technology & meituan proposed virt, which combines the efficiency of the two tower model and the performance of the intera
Numerical analysis: least squares and ridge regression (pytoch Implementation)
Comparative examples of C language pointers *p++, * (p++), * ++p, * (++p), (*p) + +, +(*p)
Interpreting cloud native technology
Excellent open source fonts for programmers
Markdown syntax for document editing (typera)