Jan 2023 - Present
Resume
Sep 2019 - Dec 2022
Computer Science, University of Information Technology - VNUHCM
Jul 2022 - Sep 2022
Project Intern, Multimedia Communications Laboratory (MMLab)
Jul 2016 - May 2019
International Baccalaureate Diploma, Auckland International College
Portfolio
View All
A thing that I have always wanted to do but never had a chance to. It has been put off for years. It has been left untouched due to a particular reason. And only when that situation was mentioned, ...
I made a classifier on the Fruits 360 dataset. #deeplearning #machinelearning #pytorch #python https://dev.to/qbaocaca/fruitsclassifier-on-fruits-360-2653
I just discover a function in GitHub which can make a webpage based on the README file in my repository. https://qbaocaca.github.io/boys_classifier/
I just have a quick rework on the tech blogs I previously worked on. The ideas were not expressed clearly enough and the structure was not coherent and succinct. But they should improve now. https:...
#100DaysOfCode
View All
#Day31 #100DaysOfCode the problem with chaining is that it doesn't cache friendly. This means that related data might not be placed closed together in a temporary call which results in cache miss. ...
#Day30 #100DaysOfCode hash table is a data structure that maps key, value pair to a table by a hash function. it is done for faster access of ele. Its efficiency depends on the hash function used. ...
#Day29 #100DaysOfCode Binary Heap is a data structure that requires knowledge of both trees and arrays. In fact, it is a complete binary tree, but is represented in a 1d array. See my previous blog...
#Day28 #100DaysOfCode in doubly linked list, you can traverse backwards, which cannot be easily done in singly linked list. doubly linked list differs with singly linked list in a way that it has a...
Videos
On the making of my next tutorial blog on machine learning, I would like to premiere the output of it on Youtube. #visualization #justforfun #studentmaking #machinelearning #deeplearning #imageclas...
geeksforgeeks sorting playlist is not a bad choice! https://www.youtube.com/playlist?list=PLqM7alHXFySHrGIxeBOo4-mKO4H8j2knW
this man's series of sort videos are good! short and easy to understand. https://www.youtube.com/c/MichaelSambol/videos
Articles and blogs
View All
Hello, everybody! Today I am going to show how you how to convert my model from Pytorch to Pytorch Lightning. Pytorch Lightning is a light-weight deep learning framework built upon Pytorch. It remo...
I made a blog post on Binary Search Tree class implementation! https://dev.to/qbaocaca/binary-search-tree-class-implementation-42mm
I made a blog post on string class implementation. https://dev.to/qbaocaca/string-class-implementation-414o
I wrote a blog post on matrix class implementation! https://dev.to/qbaocaca/matrix-class-implemetation-3i80 .