Skip to content
View MicahSee's full-sized avatar

Highlights

  • Pro

Block or report MicahSee

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. bess-ids bess-ids Public

    An intrusion detection module built on the BESS framework

    C++

  2. Interpretable-LSTM Interpretable-LSTM Public

    Interpreting the outputs of an LSTM using the Captum library. Explores various methods such as DeepLIFT and integrated gradients to assign attribution scores to features.

    Jupyter Notebook 1

  3. LTSM-Stock-Price-Prediction LTSM-Stock-Price-Prediction Public

    Using an LSTM built with PyTorch to predict time series of stock prices. Testing out different loss functions and optimizing hyperparameters using Ray Tune.

    Jupyter Notebook 1

  4. Novel-Time-Series-Models Novel-Time-Series-Models Public

    Exploring various novel model architectures (such as TimesNet, N-BEATS, and N-HiTS) for time series forecasting of stock prices. Tests the effect of past and future exogenous variables on predictio…

    Jupyter Notebook 1

  5. Optimized-Timeseries-Autoencoder Optimized-Timeseries-Autoencoder Public

    Build an autoencoder using LSTM layers to embed time series sequences into a lower-dimensional representation. The embedding size is optimized using Ray.

    Jupyter Notebook

  6. PyTorchDTW PyTorchDTW Public

    Implements the classical DTW algorithm in PyTorch, enabling multi-pattern matching and GPU acceleration

    Jupyter Notebook 1