当前位置:网站首页>Latex formula normal and italic
Latex formula normal and italic
2022-07-02 07:40:00 【Xiao Chen who wants money】
latex The default formula is italicized , Sometimes you need proper body , It can be used \rm To modify . for example
H=F_{ex}\left(Z\right)= W_{2}{\rm ReLU} (W_{1}Z),
\begin{align}
H=F_{ex}\left(Z\right)= W_{2}{\rm ReLU} (W_{1}Z),
\end{align}
The displayed effect is ( Ignore blue fonts )
summary : Use a curly bracket {} Enclose the words that need to be typed , Add a front \rm that will do .
边栏推荐
- conda常用命令
- Using MATLAB to realize: Jacobi, Gauss Seidel iteration
- 点云数据理解(PointNet实现第3步)
- 解决latex图片浮动的问题
- [tricks] whiteningbert: an easy unsupervised sentence embedding approach
- Point cloud data understanding (step 3 of pointnet Implementation)
- Implementation of yolov5 single image detection based on onnxruntime
- MoCO ——Momentum Contrast for Unsupervised Visual Representation Learning
- Two dimensional array de duplication in PHP
- [paper introduction] r-drop: regulated dropout for neural networks
猜你喜欢

基于onnxruntime的YOLOv5单张图片检测实现

【MEDICAL】Attend to Medical Ontologies: Content Selection for Clinical Abstractive Summarization

Translation of the paper "written mathematical expression recognition with bidirectionally trained transformer"

【Hide-and-Seek】《Hide-and-Seek: A Data Augmentation Technique for Weakly-Supervised Localization xxx》

SSM second hand trading website
![[introduction to information retrieval] Chapter 7 scoring calculation in search system](/img/cc/a5437cd36956e4c239889114b783c4.png)
[introduction to information retrieval] Chapter 7 scoring calculation in search system

【Mixup】《Mixup:Beyond Empirical Risk Minimization》

ModuleNotFoundError: No module named ‘pytest‘

Drawing mechanism of view (I)

程序的执行
随机推荐
Three principles of architecture design
Implementation of yolov5 single image detection based on onnxruntime
How do vision transformer work?【论文解读】
Implement interface Iterable & lt; T>
Find in laravel8_ in_ Usage of set and upsert
PointNet原理证明与理解
How to efficiently develop a wechat applet
【Random Erasing】《Random Erasing Data Augmentation》
【Torch】解决tensor参数有梯度,weight不更新的若干思路
ModuleNotFoundError: No module named ‘pytest‘
view的绘制机制(一)
腾讯机试题
Calculate the total in the tree structure data in PHP
ModuleNotFoundError: No module named ‘pytest‘
[introduction to information retrieval] Chapter 1 Boolean retrieval
Ding Dong, here comes the redis om object mapping framework
yolov3训练自己的数据集(MMDetection)
使用Matlab实现:Jacobi、Gauss-Seidel迭代
常见CNN网络创新点
Drawing mechanism of view (II)