Skip to content
View waqasisme's full-sized avatar
  • Düsseldorf, Germany
Block or Report

Block or report waqasisme

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. ActorCriticRL ActorCriticRL Public

    Collection of Actor Critic Implementations

    Python

  2. LeetCode LeetCode Public

    Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)

    Java

  3. snake-game-rl snake-game-rl Public

    A snake game Box environment for Reinforcement Learning, both CNN and Grid based environments included.

    Python

  4. FestoCodingChallenge2022 FestoCodingChallenge2022 Public

    ipynb for FestoCodingChallenge2022 (https://2022.coding-challenge.festo.com/)

    Jupyter Notebook

  5. Basic winstonjs logger setup Basic winstonjs logger setup
    1
    // Libraries
    2
    const util = require('util');
    3
    const winston = require('winston');
    4
    const dailyRotater = require('winston-daily-rotate-file'); // for daily file rotating
    5
    const fs = require('fs');
  6. spaCy-NLP spaCy-NLP Public

    NLP experiments using spaCy, (followed along with: https://www.youtube.com/watch?v=dIUTsFT2MeQ)

    Jupyter Notebook