Skip to content
View kumarlakshya24's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report kumarlakshya24

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
kumarlakshya24/README.md

Hello there! My name is Lakshya Kumar 👋

I'm a Masters in Information Systems Student at Northeastern University, Seattle and will be graduating in December 2021. I am passionate about Machine Learning, Data Analysis and Business Intelligence. I worked as an Solutions Architect Intern at Amazon Web Services in Summer '21.


Lakshya's github stats Top Langs

Pinned Loading

  1. Data-Science-Projects Data-Science-Projects Public

    Jupyter Notebook 1

  2. INFO-5100-Application-Engineering-and-Development-Assignments INFO-5100-Application-Engineering-and-Development-Assignments Public

    Solved assignments for the INFO 5100 class

    Java 2

  3. INFO6205-Algorithms INFO6205-Algorithms Public

    INFO 6205 (Program Structures and Algorithms) at Northeastern University, Seattle.

    Java

  4. NEU-INFO5100-Jan2020/INFO5100-Jan2020-Project NEU-INFO5100-Jan2020/INFO5100-Jan2020-Project Public

    Java 6 7

  5. web-development web-development Public

    INFO 6205 Coursework

    JavaScript

  6. Sentiment Analysis Web Based Applica... Sentiment Analysis Web Based Application
    1
    from flask import Flask, Markup, render_template, request, jsonify
    2
    
                  
    3
    from nltk.classify import NaiveBayesClassifier
    4
    from nltk.corpus import subjectivity
    5
    from nltk.corpus import sentiwordnet