Skip to content
View Thalavaimanikandan's full-sized avatar

Block or report Thalavaimanikandan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. GenAi GenAi Public

  2. -Naive-Bayes-Classifier-from-Scratch -Naive-Bayes-Classifier-from-Scratch Public

    The goal of this task is to implement the Naive Bayes classifier from scratch in Python. This exercise will help you understand the fundamental principles of this probabilistic algorithm without r…

    Python

  3. Toodle-Bug-game Toodle-Bug-game Public

    A 20x20 C++ grid simulates a predator-prey game. Ants (o) move randomly and breed every 3 steps. Doodlebugs (X) eat adjacent ants, breed every 8 steps, and starve after 3 steps without food. One cr…

    Python

  4. sorting sorting Public

    Sorting algorithms are sets of instructions that rearrange data (numbers, text, etc.) into a specific order, such as ascending or descending numerical or alphabetical order. Key algorithms include …

    Python

  5. Message-Broker-System Message-Broker-System Public

    This project is a simple message broker using FastAPI (backend) and Streamlit (frontend). It supports two models: Point-to-Point → producers send messages to queues, consumers receive them (with TT…

    Python

  6. -Building-a-Basic-N-gram-Language-Model -Building-a-Basic-N-gram-Language-Model Public

    This project builds a **basic N-gram language model from scratch** in Python. It tokenizes text, counts N-gram frequencies, and estimates next-word probabilities. Useful for text generation, predic…

    Python