Skip to content
View badirao's full-sized avatar

Block or report badirao

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. CryptoConverter-WebApp CryptoConverter-WebApp Public

    The CryptoCurrency WebApp makes use of the coinmarket public API to obtain different quotes for different currencies as specified. It accepts user input in INR and displays the amount of BTC,ETH, a…

    HTML

  2. ScriptingLabPython ScriptingLabPython Public

    Contains all the python program's in the syllabus of scripting languages lab. Explanations are in commented code.

    Python

  3. Email-Intent-Classification Email-Intent-Classification Public

    Determines if an Email possesses an Intent or not. Currently using a SVM and need to add Bigram/Trigram Features. POS tagging needs to be included as a feature as well.

    Python

  4. Linear-Regression-and-Predicting-chance-of-admit-for-Graduate-School Linear-Regression-and-Predicting-chance-of-admit-for-Graduate-School Public

    Uses Linear regression to predict chances of an individual getting into a graduate school given his gpa,toefl and gre. The dataset was taken from Kaggle.

    Python

  5. PCA-for-Admissions-Data PCA-for-Admissions-Data Public

    PCA is used for dimensionality reduction. We reduce the 4 features selected from the csv into a single column of n*1,which was originally n*4. Data was obtained from Kaggle.

    Python

  6. Malaria-cell-classification-using-a-CNN Malaria-cell-classification-using-a-CNN Public

    Classifies cells into 2 classes namely infected, or non-infected. Uses a mini VGG architecture. Can be improved through Region centric preprocessing. Dataset obtained from kaggle.

    Jupyter Notebook