Skip to content
View adetrick's full-sized avatar

Block or report adetrick

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

Popular repositories Loading

  1. sequential sequential Public

    Fast, lightweight framework for multi-step forecasting of sequence data with neural networks. Supports feed-forward, recurrent (RNN and LSTM), and decoder-only Transformer models. Implemented in pu…

    Python 5 1

  2. linear_regression linear_regression Public

    A lightweight linear regression model implemented in Python and NumPy, optimized with gradient descent. Supports optional momentum, L1 (lasso), and L2 (ridge) regularization.

    Python

  3. ffn ffn Public

    A minimal feed-forward neural network implemented in pure Python and NumPy, designed for education.

    Python