Using sentence transformer for Vietnamese Province resolutionI recently stumped into an interesting problem to resolve user input to correct Vietnamese address. Basically user can type in an address…1d ago1d ago
Polish Your Resume with GPT-3’s AssistanceChatGPT is a powerful language model developed by OpenAI that can understand and generate human-like language. We can already see a lot of…Jan 29, 2023Jan 29, 2023
My AWS Solution Architect Recertification JourneyI recently went through the process of recertifying as an AWS Solution Architect, and I wanted to share my experience with anyone who is…Jan 13, 2023Jan 13, 2023
Can ChatGPT pass the AWS Certified Solution Architect exam?ChatGPT is one of the hot topics today, and everyone is talking about it. ChatGPT can do a lot of things: answering questions, language…Dec 22, 2022Dec 22, 2022
Published inFAUN — Developer Community 🐾Machine Learning Sampling Techniques using SQLSampling is a very popular technique in machine learning. When the data is big, you can do sampling to learn about the data or train a test…Nov 27, 2021Nov 27, 2021
Published inMachine Learning InterviewSystem Design: Cache Serialization, Update Policies & EvictionThis post is a follow-up post to my previous post on Cache component design. Previously, I mainly focused on deciding which data to cache…Oct 30, 2021Oct 30, 2021
Published inMachine Learning InterviewSystem Design: Design and monitor Cache componentCaching is one of the most basic System Design techniques, and every software engineer needs to know about Cache. There are so many great…Jun 25, 2021Jun 25, 2021
Published inMachine Learning InterviewMy journey to pass Certified Kubernetes Application Developer ExamI have finally passed my Certified Kubernetes Application Developer, or CKAD, last week. CKAD is certification by Cloud Native Computing…Jun 1, 2021Jun 1, 2021
Published inMachine Learning InterviewHandling unknown value in real life Machine learning applicationBefore we begin, let’s start with a definition of unknown value in a machine learning system. It’s basically a categorical value that your…May 22, 2021May 22, 2021
Push Down Filter for CSV files in Spark 3.0Spark 3.0 is out, and there are ton of improvements! But there are a nice improvement that is not yet highlighted in the announcement post…Jun 29, 2020Jun 29, 2020