Recent Blogs
Welcome to my blog.
- All
- Research
- Tutorial
- Other
Sub-Species Level Diversification and Tree Coarsening
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient...
Integrating Pre-Trained PyTorch Models into Your R Package
Pre-trained neural network models can significantly enhance your R projects. This tutorial will walk you through the process taking my R package EvoNN as an example...
Convert HTML to PDF with Node.js and Puppeteer
It can be incredibly useful to generate a PDF directly from HTML, but not all on-the-shelf tools produce a real PDF. Sometimes they fail to respect the webpage's CSS styles...
A Protocol to Bridge Phylogeny and GCN
Phylogenies are essentially graphs. Therefore, we can utilize a specific class of neural networks-the graph convolutional networks-to extract valuable information. But how? ...