File:Logistic-curve.svg

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(SVG文件,尺寸为600 × 400像素,文件大小:3 KB)


摘要

描述 The logistic sigmoid function.
日期
来源 Created from scratch with gnuplot
作者 Qef (talk)
其他版本
 

Source code

Created with gnuplot using the following input file:

set terminal svg font "Bitstream Vera Sans,18" size 600,400
set output "Logistic-curve.svg"

set xrange [-6:6]
set xzeroaxis linetype -1
set yzeroaxis linetype -1
set xtics axis nomirror
set ytics axis nomirror 0,0.5,1
set key off
set grid
set border 1

set samples 400

plot exp(x)/(1 + exp(x)) with line linetype rgbcolor "orange" linewidth 2

SVG output filtered with the following command to replace the hyphens with proper minus signs:

sed -i 's/<text>-/<text>\xE2\x88\x92/g' Logistic-curve.svg

许可协议

Public domain 本作品已被作者Qef释出到公有领域。这适用于全世界。

在一些国家这可能不合法;如果是这样的话,那么:
Qef无条件地授予任何人以任何目的使用本作品的权利,除非这些条件是法律规定所必需的。

说明

添加一行文字以描述该文件所表现的内容
Sigmoid Function Plot / Logistic Curve

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2014年7月4日 (五) 19:322014年7月4日 (五) 19:32版本的缩略图600 × 400(3 KB)Aflafla1size compression, mostly also tik mark emphasis
2012年4月6日 (五) 05:362012年4月6日 (五) 05:36版本的缩略图600 × 400(4 KB)Aflafla1Compression
2008年7月2日 (三) 05:502008年7月2日 (三) 05:50版本的缩略图600 × 400(12 KB)QefForgot to filter it to use proper minus signs.
2008年7月2日 (三) 05:402008年7月2日 (三) 05:40版本的缩略图600 × 400(12 KB)Qef{{Information |Description=The logistic sigmoid function. |Source=Created from scratch with gnuplot |Date=2008-07-02 |Author=~~~ |Permission=see below |other_versions=*Bitmap graph of same function, with same axes: Image:Logistic-curve.png }} {{sel

以下2个页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

查看本文件的更多全域用途

元数据