Awesome-LaTeX-drawing: A Collection of Academic Drawing Examples using LaTeX

<blockquote> <p>LaTeX is a high-quality typesetting system, and it is available as a free software. In recent years, it is very popular for creating and drawing academic graphics by using LaTeX. This is because that LaTeX is able to draw many complicated graphics containing special symbols and math equations. It is really a great attempt for using LaTeX to draw certain graphics in your research.This post will introduce some graphics that created by using LaTeX. It would be easy to follow the examples with a popular online LaTeX system &mdash; Overleaf. If you are interested, welcome to use Overleaf and reproduce our examples. The Overleaf is available at&nbsp;<a href="https://www.overleaf.com/" rel="noopener ugc nofollow" target="_blank">https://www.overleaf.com/</a>, please feel free to try it.</p> </blockquote> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/1*78pKSllwQ0m-EWq8YQ8NZw.png" style="height:224px; width:700px" /></p> <h1>Drawing Bayesian Networks</h1> <p>LaTeX provides some powerful domain-specific packages and tools like&nbsp;<code>tikz</code>&nbsp;to enable flexible graphical models. Bayesian networks represent a family of graphical models consisting of variables (usually denoted by nodes) and dependency relationships (usually denoted by arrows). Fortunately,&nbsp;<code>tikz</code>&nbsp;has a specific library for drawing Bayesian networks and directed factor graphs.</p> <h2>Example I: Bayesian Tensor Factorization</h2> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:436/1*58JjrbZ4lh5JR-mvlCMSSQ.png" style="height:464px; width:436px" /></p> <p><strong>Figure 1</strong>: Bayesian network of Bayesian CP factorization model. The original picture is from this paper: Qibin Zhao, Liqing Zhang, Andrzej Cichocki (2015). Bayesian CP factorization of incomplete tensors with automatic rank determination. IEEE Transactions on Pattern Analysis and Machine Intelligence, 37(9): 1751&ndash;1763.</p> <p>Figure 1 shows a Bayesian network of Bayesian tensor factorization. To draw it, we can follow these steps:</p> <p><a href="https://medium.com/@xinyu.chen/awesome-latex-drawing-a-collection-of-academic-drawing-examples-using-latex-e07916b2c860"><strong>Visit Now</strong></a></p>
Tags: LaTeX drawing