当前位置:网站首页>Drawing warehouse-2 (function image)
Drawing warehouse-2 (function image)
2022-07-27 00:24:00 【Acowardintheworld】
Activation function
Sigmoid

Drawing code
#Sigmoid() function
import numpy as np
import matplotlib.pyplot as plt
y = [1/(1+np.exp((-i))) for i in np.linspace(-10,10,101)]
plt.figure(figsize=(8,5),dpi=500)
plt.plot(np.linspace(-10,10,101),y)
plt.grid(alpha=.5)
plt.text(-7,0.7,"f(x) = Sigmoid(x)",fontsize=15,)
- Cross entropy function









边栏推荐
- Method of setting QQ to blank ID
- LeetCode题目——二叉树篇
- Method of realizing program startup and self startup through registry
- 机器人学台大林教授课程笔记
- Pytorch data pipeline standardized code template
- 第7章 课程总结
- The crawler parses the object of the web page. Element name method
- 9_逻辑回归(Logistic Regression)
- deeplabcut使用1
- 13_集成学习和随机森林(Ensemble Learning and Random Forests)
猜你喜欢

Anaconda => PyCharm => CUDA => cudnn => PyTorch 环境配置

Codeforces C1. Simple Polygon Embedding

Downloading and processing of sentinel-2

LeetCode——哈希表篇

Analysis of encoding and decoding of encode() and decode(), common encoding and why encode and decode are needed

三层架构 模拟

Course notes of Professor Dalin of robotics platform

13_集成学习和随机森林(Ensemble Learning and Random Forests)

Three tier architecture simulation

MySQL optimization
随机推荐
7_主成分分析法(Principal Component Analysis)
yolov5在jetson nano上的部署 deepstream
放图仓库-2(函数图像)
The attorney general and the director of the national security service of Ukraine were dismissed
Design of electronic scale based on 51 single chip microcomputer
C and pointers Chapter 18 runtime environment 18.4 summary
C and pointer Chapter 18 runtime environment 18.7 problems
Oracle data guard service, process and protection mode
94. Middle order traversal of binary tree
Signal and system impulse response and step response
When the label begins with "IMS", why does logcat not print the log?
PTA 7-4 small generation (DFS)
Arthas quick start
C and pointer Chapter 18 runtime environment 18.2 interface between C and assembly language
Collection of 3D LUT related articles
Double. isNaN(double var)
LeetCode题目——二叉树篇
Ubantu installing Oracle JDK
Deeplabcut uses 1
What scenarios are Tencent cloud lightweight application servers suitable for?