Skip to content
View saqib-ahmed's full-sized avatar
🎯
Focusing on my Deep Learning skills
🎯
Focusing on my Deep Learning skills

Organizations

@DevUnleash
Block or Report

Block or report saqib-ahmed

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

  1. javab-agent javab-agent Public

    This repository contains the code of a JVMTI agent which automatically analyses the java bytecode during runtime and exploits the implicit loop parallelism in the code and parallelize it on the fly…

    C 8

  2. DevUnleash/Predicting-Bike-Sharing DevUnleash/Predicting-Bike-Sharing Public

    A sample neural network created without any Deep Learning library (pytorch, tensorflow etc) to show the basics of how deep learning works.

    Jupyter Notebook

  3. chat-scaling chat-scaling Public

    This application is a demonstration to show how websockets can be made to work with multiple replicas of a chat application in a scalable environment.

    JavaScript 3 1

  4. car-rental car-rental Public

    This is an academic project for a web app utility for car rental businesses.

    PHP 3 2

  5. csvPlot csvPlot Public

    A command line script which uses microsoft excel to plot a graph from a CSV file.

    Visual Basic

  6. STG-from-Truth-Table STG-from-Truth-Table Public

    Create a state transition graph (Moore FSM) from truth table having present state and next state values.

    Go