Page Not Found
Page not found. Your pixels are in another canvas.
A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.
Page not found. Your pixels are in another canvas.
This is a page not in th emain menu
Published:
CuPy is a GPU array backend that includes some of the most commonly used NumPy (and some SciPy) functions. Following plot illustrates CuPy acceleration on the creation, and creation plus inversion of symmetric arrays of different sizes:
Published:
Antipodes of a sphere are pairs of points separated by the diameter, i.e. for the Earth, you can reach the antipode of your location by drilling through the center all the way. Suppose you’re standing somewhere on land (about 30% of the Earth surface area) and you wanna know the probability for you to end up on land on the other side? Following script approximates this using maps generated through geopandas
package.
Published:
Just stumbled upon this powerful python package for audio analysis - librosa (see also McFee et al. 2015). Extracting waveforms and decomposing into harmonic/percussive components can all be done in single-liners, and it also substantially simplifies more complicated analyses like synchronization and Laplacian segmentation. Here is a quick decomposition of a sample Rammstein song from youtube:
Published:
Say you have a hole-less non intersecting “simple” type polygon with $n$ sides and you want to find its area. There are many ways to do this, typically dividing the polygon into shapes with small number of vertices. But the most elegant solution was proposed centuries ago and now known as the Shoelace method: \(\displaystyle \mathrm{Area}=\frac{1}{2}\Bigg|\Big(\sum_{i=1}^{n-1}x_iy_{i+1}+x_n y_1\Big) - \Big(\sum_{i=1}^{n-1}x_{i+1} y_i+x_1 y_n\Big)\Bigg|\)
Published:
The original repository for this webpage comes with an utility for creating interactive leaflet cluster map of talk locations. The script talkmap.py
basically scraps talk location info from markdown files listed inside _talks/
and creates the map using geopy and getorg.
Published:
Using only smtplib and getpass you can send your email from the terminal:
Published:
venous intra-vascular ultra-sound image processing through CNN
Published:
locating maize fields in East Africa based on low resolution satellite imagery
Published in Journal 1, 2009
This paper is about the number 1. The number 2 is left for future work.
Recommended citation: Your Name, You. (2009). "Paper Title Number 1." Journal 1. 1(1). http://academicpages.github.io/files/paper1.pdf