Author: alvissalim

Belajar di perpustakaan

Semenjak covid muncul, sebagian besar waktu dihabiskan di rumah. Akhir-akhir ini sedang mencari suasana baru untuk belajar. Sebagian orang mungkin lebih suka belajar di kafe atau di taman atau semisalnya. Saya pun mencoba untuk belajar di tempat-tempat tersebut, tetapi ternyata kurang cocok untuk tipe tipe orang seperti saya yang...

Building Head/Face Detection System <2. Code>

This post contains the implementation of the concepts described in previous post in https://alvissalim.com/2020/05/15/building-a-face-detector-system/ Previously, we have defined the expectation of what a head/face detection neural network model may look like. In this post, we will go through the steps of implementing the model in PyTorch. It is assumed...

Topological Sort

While reviewing some basic concept, I come across an interesting problem which is called topological sorting. Basically the problem is to find an ordering where the dependency requirements are respected. One concrete example of this problem is how to determine the build order of projects given a set of...

Running PyTorch in Docker Container

Hi, does it that frustrate you that it is very complicated to setup your environment when you want to try out a new framework. Luckily, there is a solution for that by using docker container. In this post we will try out how to train neural network using PyTorch...

Building Head/Face Detection System <1. Concept>

This post is the first part of a collection of post described in https://alvissalim.com/abdullah-tracker/. This is a simple project that I want to build for my kid. In this post, we will learn how to build a face detection system using the PyTorch framework. Instead of taking of the...

Abdullah Tracker (Initial Idea)

I am looking for a fun project for entertaining my son. I have always wanted to make a simple interactive program for him to play with. I thought it would be a good motivation for him to love studying. One thing that comes to my mind is to create...