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

Block or report nishkarsh25

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

Popular repositories Loading

  1. minimum-time-in-mess minimum-time-in-mess Public

    This project involves the analysis of the minimum time spent in a mess by a person. It includes the analysis of three different factors affecting the minimum time spent in the mess: Entry rate Serv…

    Jupyter Notebook

  2. Sentence-Auto-Completion-using-Probability Sentence-Auto-Completion-using-Probability Public

    The provided code is a language model that: Downloads several books from the Gutenberg Project website Creates different n-gram models (unigram, bigram, trigram, and quadgram) based on the words in…

    Jupyter Notebook

  3. Learn-Hand-Written-Characters-using-Probability Learn-Hand-Written-Characters-using-Probability Public

    Specifically, the code: Loads all the images of handwritten 0's and 1's from a specified directory. Creates a binary matrix of size 4x4 for each image. Goes through each matrix and counts the numbe…

    Jupyter Notebook

  4. Risk-Profiling Risk-Profiling Public

    In this report, we will discuss the simulation of temperature distribution, probability of error, and expected cost for a thermometer risk cost analysis. The project aims to analyze the risk involv…

    Jupyter Notebook

  5. Dataset Dataset Public

    In this code, we analyze a dataset using pandas, numpy, seaborn, and matplotlib libraries in Python. The dataset is loaded from a CSV file named "dataset.csv". The data is first analyzed in its ori…

    Jupyter Notebook

  6. IIT-H-Hospital-Helpdesk-Portal IIT-H-Hospital-Helpdesk-Portal Public

    Description: The IIT-H Hospital Helpdesk Portal is a multipurpose system that includes a directory of doctors and patients, an appointment management system, and a feedback management portal. The p…

    C++