Skip to content
View atifabedeen's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report atifabedeen

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. Kidney-disease-classification Kidney-disease-classification Public

    A Web Application hosted on AWS where I use Machine Learning (VGG-16) to locate tumors in a CT-Scan image of a Kidney

    Jupyter Notebook

  2. FlexGen FlexGen Public

    Forked from FMInference/FlexGen

    Running large language models on a single GPU for throughput-oriented scenarios.

    Python

  3. Neural-Network Neural-Network Public

    I have created a program that can generate any kind of neural network structure (different number of hidden layers, different number of neurons in each layer). I have implemented the sigmoid functi…

    Python

  4. Expenses-Tracker Expenses-Tracker Public

    An expense tracker web app that uses PERN stack. Multi-user authentication and encrypting stored passowords using bcrypt. Users can filter expenses by various filters, can create visually appealing…

  5. lightning lightning Public

    Forked from nishant1549/lightning

    Users are presented with a dashboard that summarizes time series data in a visually appealing way using charts and graphs. Users are presented with an interactive GUI that facilitates comparison an…

    JavaScript

  6. Random_Forests Random_Forests Public

    Created a Random Forest using K-Stratified holdout and also used bootstrap method to train each tree in the ensemble. Implemented without using any standard ML libraries. Achieved 95%+ on all metri…

    Python