Sadman Kabir Soumik
open-menu closeme
Home
artificial-intelligence
software-engineering
cloud-computing
beyond-code
About
linkedin github rss
  • Types of LLM Architectures

    calendar Mar 18, 2025 · 6 min read · machine learning data science artificial-intelligence nlp system-design  ·
    Share on: twitter facebook linkedin copy
    Types of LLM Architectures

    Let's first break it down: what exactly are large language models (LLMs), why do we call them 'large,' and how are they different from other types of language models? An LLM is a machine learning model trained on massive amounts of text using transformer-based architectures (or their variations). These models can …


    Read More
  • From RNN to Transformers (Without Math Jargon)

    calendar Jan 30, 2023 · 13 min read · machine learning data science NLP algorithm  ·
    Share on: twitter facebook linkedin copy
    From RNN to Transformers (Without Math Jargon)

    Transformer-based models are a types of neural network architecture that uses self-attention mechanisms to process input data. They were introduced in the paper "Attention Is All You Need" by Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser, Illia …


    Read More
  • Multi-class Text Classification Using Apache Spark MLlib

    calendar May 24, 2022 · 7 min read · project-tutorial NLP spark machine learning  ·
    Share on: twitter facebook linkedin copy
    Multi-class Text Classification Using Apache Spark MLlib

    Spark MLlib MLlib is a library for machine learning in Spark that aims to make it easy to use and scalable for practical applications. It includes tools for common ML tasks, such as classification, regression, clustering, and collaborative filtering, as well as featurization methods for feature extraction, …


    Read More
  • Keyphrase Extraction with BERT Embeddings and Part-Of-Speech Patterns

    calendar May 19, 2022 · 10 min read · project-tutorial programming NLP machine learning python  ·
    Share on: twitter facebook linkedin copy
    Keyphrase Extraction with BERT Embeddings and Part-Of-Speech Patterns

    Keyphrases are important pieces of information that can be extracted from text documents. These are words or phrases that summarize the main ideas or topics of a text, and they can be useful for a variety of applications, such as document summarization, text classification, and information retrieval. In this blog post, …


    Read More
  • GPT-3 by OpenAI - The Largest and Most Advanced Language Model Ever Created

    calendar Nov 20, 2021 · 5 min read · machine learning NLP data science  ·
    Share on: twitter facebook linkedin copy
    GPT-3 by OpenAI - The Largest and Most Advanced Language Model Ever Created

    Author: Sadman Kabir Soumik GPT-3, or Generative Pretrained Transformer 3, is a state-of-the-art language model developed by OpenAI. It has been trained on a massive amount of text data, including books, articles, and websites, to generate coherent and relevant text based on a given context. GPT-3 is a …


    Read More
  • Different Word Embedding Techniques for Text Analysis

    calendar Dec 11, 2020 · 7 min read · machine learning NLP deep learning  ·
    Share on: twitter facebook linkedin copy
    Different Word Embedding Techniques for Text Analysis

    Word embedding is a technique in natural language processing (NLP) where words are represented as vectors of real numbers. This allows words with similar meanings to have similar representation, and can be used in various NLP tasks such as machine translation and text classification. There are several different …


    Read More
  • How A Recurrent Neural Network Works

    calendar Oct 25, 2020 · 8 min read · deep learning machine learning NLP algorithm  ·
    Share on: twitter facebook linkedin copy
    How A Recurrent Neural Network Works

    Recurrent Neural Network A recurrent neural network (RNN), is a type of neural network that can process sequential data, like text, audio, or time series data. Here's how it works: first, the RNN takes in some input data, which could be a word in a sentence, a sound wave from an audio recording, or a measurement from a …


    Read More
  • Different Text Cleaning Methods for NLP Tasks

    calendar May 4, 2020 · 5 min read · python programming NLP data science  ·
    Share on: twitter facebook linkedin copy
    Different Text Cleaning Methods for NLP Tasks

    Cleaning text for natural language processing (NLP) tasks is an important step that can help improve the performance of your model. In this blog post, we will discuss some common text cleaning techniques and how to apply them to your text data. The first step in cleaning text for NLP is to remove any noisy or …


    Read More

SK Soumik photo

SK Soumik

Data Science | Software Engineering
Read More

Categories

MACHINE-LEARNING 25 SOFTWARE-ENGINEERING 18 ALGORITHM-DESIGN 10 SYSTEM-DESIGN 7 PROJECT 6 NON-TECHNICAL 2 OPERATING-SYSTEM 2 BUSINESS 1 CLOUD-COMPUTING 1

Series

ML 19 DSA 6 PROJECT 6 SOFTWARE-ENGINEERING 4 PROBLEM-SOLVING 3 AIRFLOW 1 DJANGO 1 GENERATIVE-AI 1 NLP 1

Tags

MACHINE-LEARNING 23 DATA-SCIENCE 17 PROGRAMMING 12 PYTHON 10 ALGORITHMS 8 DEEP-LEARNING 8 NLP 8 PROBLEM-SOLVING 6 PROJECT-TUTORIAL 6 SOFTWARE-ENGINEERING 6 ALGORITHM 5 LEETCODE 5 SYSTEM-DESIGN 5 ARTIFICIAL-INTELLIGENCE 3
All Tags
AIRFLOW1 ALGORITHM5 ALGORITHMS8 ARTIFICIAL-INTELLIGENCE3 AUTOMATION1 BOT-DEVELOPMENT1 BUSINESS1 CLOUD1 COMPUTER-VISION2 DATA-SCIENCE17 DEEP-LEARNING8 DJANGO1 ELASTICSEARCH1 GENERATIVE-AI1 GENERATIVE-AI-MODELS1 GOOGLE-CLOUD1 IMAGE-SEGMENTATION1 INDEX1 LEETCODE5 LIFE-HACK1 LINUX2 MACHINE-LEARNING23 MATH1 MLOPS2 NLP8 OPERATING-SYSTEM1 OPTIMIZATION1 PROBLEM-SOLVING6 PRODUCTIVITY1 PROGRAMMING12 PROJECT-TUTORIAL6 PROXY1 PYTHON10 SOFTWARE-ENGINEERING6 SPARK1 START-UP1 STATISTICS1 SYSTEM-DESIGN5 WEB-DEVELOPMENT1 WEB-SCRAPING1
[A~Z][0~9]
Copyright © 2022, Sadman Kabir Soumik

Copyright  COPYRIGHT © 2022, SADMAN KABIR SOUMIK. All Rights Reserved

to-top