Skip to content
View do-ryan's full-sized avatar
🐎
🐎
  • University of Toronto Engineering Science Alumni
  • Toronto

Block or report do-ryan

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. destination-dispatch-elevator-simulation destination-dispatch-elevator-simulation Public

    Simulated comparison of the traditional Highest Unanswered Floor First (HUFF) elevator algorithm to a destination dispatch model.

    Python 2

  2. container-terminal-truck-scheduling-mip container-terminal-truck-scheduling-mip Public

    Solving a shipment container transport scheduling problem using mixed integer programming and constraint programming

    Jupyter Notebook 1

  3. neuro-jazz neuro-jazz Public

    Generating novel samples of jazz piano music through the implementation of a deep convolutional generative adversarial network.

    Python 1

  4. lstm-objectivity-classifier lstm-objectivity-classifier Public

    Implementation of a recurrent neural network with LSTM units to classify the subjectivity of an arbitrary sentence. Trained on film review/synopsis data. Uses pre-trained GloVe word embeddings.

    Python

  5. misc-data-science misc-data-science Public

    SARIMA forecasting, Spark data pipeline

    HTML

  6. Heapsort_randomizedquicksort Heapsort_randomizedquicksort Public

    Implementation of assorted sorting algorithms (heap sort, randomized quick sort, bubble sort)

    Java