Skip to content
/ NLP Public

A hands-on repository for learning and experimenting with Natural Language Processing concepts, models, and techniques from the ground up.

Notifications You must be signed in to change notification settings

asishjose/NLP

Repository files navigation

NLP Learning Repository

This repository is where I learn and experiment with Natural Language Processing from the ground up.

The goal is to understand how NLP systems actually work by implementing ideas, testing them, and observing their behavior on real data.

What You'll Find Here

  • Small experiments to understand core NLP concepts
  • Implementations of classical and modern techniques
  • Model training on simple datasets
  • Notes and observations from hands-on exploration

Topics Covered

  • Text preprocessing and normalization
  • Tokenization techniques
  • Vectorization (BoW, TF-IDF, embeddings)
  • Sequence models (RNN/LSTM based approaches)
  • Language modeling basics
  • Practical NLP workflows

Purpose

This is not a polished library.
It is a working space for learning, testing, and building intuition through practice.

Structure (will evolve)

About

A hands-on repository for learning and experimenting with Natural Language Processing concepts, models, and techniques from the ground up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors