Published inGeek Culture[Linux Basics] How to Share a NTFS Disk Between Windows and UbuntuRecently I added a new hard disk (Disk 2) on my dual-boot desktop — Windows 10 vs. Ubuntu 20.04 systems. After the new SSD was installed…Jan 6, 2023Jan 6, 2023
Published inGeek CultureBuild Your Own Flutter Plugin Using Android Native Kotlin — Part IIMay 30, 2021May 30, 2021
Published inGeek CultureBuild Your Own Flutter Plugin For Android Native Kotlin — Part IMay 27, 2021May 27, 2021
Published inGeek CultureInstall IntelliJ IDEA + Android SDK + Flutter SDK on Ubuntu 22.04Note: This post is revisited and modified on 2023/03/04 Original: Install IntelliJ IDEA + Android SDK + Flutter SDK on Ubuntu 20.04 (The…May 16, 2021May 16, 2021
Published inAnalytics Vidhya[Pytorch] Contiguous vs Non-Contiguous Tensor / View — Understanding view(), reshape()…The comprehensive explanation on Pytorch tensor dimensions, how it strides in a data array, and concept of contiguous.Jan 28, 20211Jan 28, 20211
Published inAnalytics VidhyaAn Intuitive Understanding on Tensor Sum Dimension with PytorchHave you ever been confused about how the tensor dimension works, especially when you need to perform some operation like sum() over high…Dec 16, 20202Dec 16, 20202
Published inAnalytics VidhyaA thorough Understanding of Numpy Strides and Its Application in Data ProcessingStriding is like taking steps with a given window size in the data. It is a very common technique which you will see in all kinds of data…Aug 3, 20202Aug 3, 20202
Published inAnalytics VidhyaGoogle CoLab Tutorial — How to setup a Deep Learning Environment on CoLabIf you are a Python user, you must be familiar with JupyterNotebook. The good news is Google is launching a cloud based JupyterNotebook on…Jun 24, 20202Jun 24, 20202
Published inAnalytics VidhyaEfficient Way to Activate Conda in VSCodeI was struggling quite a bit while I started to use VSCode, because there is a lot flexibility in VSCode, but it also implies that there…May 27, 20205May 27, 20205