Skip to content
View HeshamMeneisi's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report HeshamMeneisi

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

    An AI trained using the DQN algorithm to play Pacman

    Python 2

  2. NEAT-Gym-Experiment NEAT-Gym-Experiment Public

    This is an experiment implementation using neat-python to solve OpenAI's Gym problems.

    Python 3 1

  3. Useful bash paths, aliases and funct... Useful bash paths, aliases and functions
    1
    # START_0f56bb1d
    2
    # To Install permanently:
    3
    # curl -s https://gist.githubusercontent.com/HeshamMeneisi/0f56bb1dfd3ca3d09d304d3a02107205/raw/Productivity >> ~/.bashrc && source ~/.bashrc
    4
    # To Uninstall:
    5
    # cp ~/.bashrc bashrc.bak && perl -0777 -i -pe "s/# START_0f56bb1d.+# END_0f56bb1d//igs" ~/.bashrc
  4. Time Series To Supervised Time Series To Supervised
    1
    def series_to_supervised(df, n_in=1, n_out=1, targets=[], dropnan=True):
    2
        """
    3
        Converts a time series Pandas DataFrame into a supervised learning problem
    4
        returns: X(t-n_in+1,...,t), y(t+1,....,t+n_out)
    5
        """
  5. NearestNeighbour NearestNeighbour Public

    This is a solution to the Nearest Neighbour problem using a K-D Tree that finds the nearest m points to a specific point in a set of points in O(lgn) time.

    Python 1

  6. PdfToHtmlPipeline PdfToHtmlPipeline Public

    HTML