Skip to content
View sudarshansivakumar's full-sized avatar
Block or Report

Block or report sudarshansivakumar

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned Loading

  1. Flipkart-Text-Classification Flipkart-Text-Classification Public

    The given dataset has been scraped from the Flipkart Website, and consists of product descriptions and categories. The goal is to build a model which classified a given description into a particula…

    Jupyter Notebook 1

  2. A-Collection-of-great-ML-resources A-Collection-of-great-ML-resources Public

    This is a list of resources which have helped me understand various Machine Learning concepts. I hope to start from basic ideas like Linear Regression, Logistic Regression, etc. and move upto resou…

  3. Fundamental-NLP-Tasks Fundamental-NLP-Tasks Public

    Creating a repository for my practice with some fundamental NLP tasks. This would include tasks such as text classification, named entity recognition, dependency parsing,

  4. IMDb-Sentiment-Classification IMDb-Sentiment-Classification Public

    Using a training dataset of 25000 movie reviews labelled as positive or negative in sentiment, a bidirectional LSTM based model is trained to predict a given movie review as positive or negative

    Jupyter Notebook

  5. SQuAD_QuestionAnswering SQuAD_QuestionAnswering Public

    This is the code for a Question Answering System trained on the SQuAD dataset using the HuggingFace Transformers Library

    Jupyter Notebook 1 2