Published inArtificial Intelligence in Plain EnglishHow to use fuzzy matching for deduplicationIntroducing a method for labeling duplicate records in the data.May 19, 20241May 19, 20241
Published inArtificial Intelligence in Plain EnglishTransformer Architecture for LLMsTransformers opened a new door through Natural Language Processing, and it is the basis of LLMs, which outperforms the earlier NLP models…Dec 26, 20231Dec 26, 20231
Published inArtificial Intelligence in Plain EnglishAttention MecanismAttention network is the core of Transformers, Vision Transformers, and Large Language Models (LLMs). Understanding the Attention mechanism…Dec 26, 2023Dec 26, 2023
Published inPython in Plain EnglishHow to Calculate TF-IDF in PythonA code-based tutorial for cleaning, tokenization, lemmatization, calculating term frequency, and calculating TF-IDF for a collection of…Feb 10, 2023Feb 10, 2023
Published inPython in Plain English4 Tips to Organize multiple AI projects in PythonIf you are involved in several tasks at work, you probably get messy code and nested projects after a while. To avoid this happening, I…Feb 2, 2023Feb 2, 2023
Published inTDS ArchiveComprehend Dropout: Deep Learning by doing toy examplesDropout is one of the main regularization techniques in deep neural networks. This story helps you deeply understand what Dropout is and…Apr 26, 2022Apr 26, 2022
Published inCodeXRust programing for beginners [part three]The third part of tutorials for Rust programming for beginners includes input/output, external crate, read and write JSON files, and…Apr 21, 2022Apr 21, 2022
Published inCodeXRust programing for beginners [part two]The second part of tutorials for Rust programming for beginners, including Closures iterators. traits, modules.Jan 27, 20221Jan 27, 20221
Published inCodeX3 Fundamentals of Enums in RustA Tutorial for Option Enums, Result Enums, and Additional data in EnumsDec 8, 2021Dec 8, 2021
Published inCodeXRust Programing For Beginners in 6 Mins!A Tutorial for Rust programming for beginners.Sep 27, 20215Sep 27, 20215