Skip to content
View itirkaa's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing
Block or Report

Block or report itirkaa

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

Hi there 👋

My name is Aakriti Sharma.

I'm junior year Computer Science student at Chandigarh University. I'm machine learning engineer and data analyst. I'm also keenly interested in Public Healthcare Research and Analytics. Currently, I'm working on my 100 days of coding challenge, where I try to solve at least one Data-structures and Algorithms question.

Other than that, I also like to read, paint, or simply study about something new in my free time.

Skills

  • Python, R, C, C++
  • SQL
  • AWS SageMaker
  • Machine Learning
  • Quantitative analysis
  • Django

Contact

Pinned

  1. Arvato-Customer-Segmentation Arvato-Customer-Segmentation Public

    Customer segmentation report using machine learning for arvato financials

    Jupyter Notebook

  2. Hospital-Anxiety-and-Depression Hospital-Anxiety-and-Depression Public

    Predicting Hospital Anxiety and Depression in Chronic Obstructive Pulmonary Disease Patients

    R 1

  3. Analysis-Pollutant-Emissions Analysis-Pollutant-Emissions Public

    Analyzing air pollutants in European countries

    Jupyter Notebook 3

  4. IMBD-Sentiment-Analysis-WebApp IMBD-Sentiment-Analysis-WebApp Public

    Web-app that analyzes sentiment analysis of the movie review given by the user

    Jupyter Notebook

  5. SpaceShooterGame SpaceShooterGame Public

    A basic game made using python's arcade library

    Python 2

  6. KaratsubaMultiplication.cpp KaratsubaMultiplication.cpp
    1
    // Author: Aakriti Sharma
    2
    // Date:   3rd August 2020
    3
    #include<iostream>
    4
    #include<string>
    5
    #include<algorithm>