Sword - Nunchaku playing
Family life in martial arts 1. Nunchaku playing with my son 2. QiXing Sword (my lame first practice)
Family life in martial arts 1. Nunchaku playing with my son 2. QiXing Sword (my lame first practice)
In PyTorch, specifying the device for computations is crucial for leveraging hardware accelerators like GPUs. device = torch.device('cuda' if torch.cuda.is_available() else 'cpu') ...
1. Definitions KL divergence: \(KL(P || Q) = ∑_i P(i) log \bigg[\frac{P(i)}{Q(i)}\bigg]\) Cross entropy: \(H(P, Q) = - ∑_i P(i) log [Q(i)]\) The relationship between KL divergence and cross en...
While Jekyll doesn’t natively support embedding PDFs directly into Markdown files, it can be achieved by using HTML tags within the Markdown content. Upload the PDF to the Repository: ...
Your browser does not support PDFs. Download the PDF.
How to render Markdown math expressions on the GitHub Pages site using Jekyll Ensure Kramdown is the Markdown Processor: GitHub Pages uses Kramdown as the default Markdown processor, which...
The relationship between the probability density function (PDF), probability mass function (PMF), and cumulative distribution function (CDF) can indeed be understood in terms of derivatives and int...
1.How is tab order used in Jekyll site _tabs folder - about.md --- # the default layout is 'page' icon: fas fa-info-circle order: 4 --- _includes folder - sidebar.html <li class="nav-item"...
1. Jekyll installation sudo apt-get install ruby-full build-essential zlib1g-dev echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc echo...
Hello World Hello, this is my personal blog in terms of academic and learning event records. Project topics Data Science Computer Science Phisolophy Healthcare Sociocyberneering Refer...