SayefLLM Terminologies Decoded: A Beginner’s Quick Reference GuideExplore LLM concepts like prompting, in-context learning, prompt tuning, prefix tuning, adapter tuning and many more.Aug 21, 2023Aug 21, 2023
SayefA Comprehensive Overview of Popular Sorting Algorithms for Your Next InterviewLearn about the most popular sorting algorithms and save them for revisiting before your next interview.Jun 1, 2023Jun 1, 2023
SayefLogistic Regression with Gradient Descent and Regularization: Binary & Multi-class ClassificationLearn how to implement logistic regression with gradient descent optimization from scratch.Apr 9, 2023Apr 9, 2023
SayefIntroduction to Spiking Neural Networks: A Biological BackgroundLet’s talk about the simplest spiking neural networks (SNNs) which more closely mimic natural neural networks.Feb 1, 2023Feb 1, 2023
SayefUse Kalman filters to track nuScenes instancesWe will see how to apply Kalman filter for tracking nuScenes instances.Jan 4, 2023Jan 4, 2023
SayefGround Detection and Removal from Point CloudsLearn ground detection and removal techniques using simple PCA outlier detection and Random Sample Consensus (RANSAC) algorithms.Jan 2, 20231Jan 2, 20231
SayefQuery in nuScenes Dataset: Visualize LiDAR point clouds for a single instanceLet’s learn how to query in nuScenes dataset using python devkit and visualize point clouds for a single instance.Jan 2, 20233Jan 2, 20233
SayefIntroduction to nuScenes dataset for autonomous drivingLearn how to use nuScenes dataset for autonomous drivingJan 2, 20232Jan 2, 20232
SayefOpenGL Mouse Click Detection on 3D ObjectsLearn essential tips to detect clicks on 3D objects in OpenGL.Jan 1, 2023Jan 1, 2023
SayefA Short Tutorial on B+ TreeA short tutorial on B+ tree, with its similarities and differences with B trees. Bonus: C++ Code Implementation.Dec 30, 2022Dec 30, 2022