Skip to content
#

adagrad

Here are 62 public repositories matching this topic...

Detect and classify toxic behavior in social media comments using a bidirectional LSTM-based neural network. Achieved precision of 0.932 and recall of 0.733. Applications include customer service, reputation management, and market research. Real-time predictions available via a Gradio app. Future scope includes multi-lingual sentiment analysis.

  • Updated Dec 15, 2023
  • Jupyter Notebook

This repository contains a Python implementation of linear regression, logistic regression, and ridge regression algorithms. These algorithms are commonly used in machine learning and statistical modeling for various tasks such as predicting numerical values, classifying data into categories, and handling multicollinearity in regression models.

  • Updated Jun 12, 2023
  • Python

Implemented optimization algorithms, including Momentum, AdaGrad, RMSProp, and Adam, from scratch using only NumPy in Python. Implemented the Broyden-Fletcher-Goldfarb-Shanno (BFGS) optimizer and conducted a comparative analysis of its results with those obtained using Adam.

  • Updated May 18, 2023
  • Jupyter Notebook

This is an implementation of different optimization algorithms such as: - Gradient Descent (stochastic - mini-batch - batch) - Momentum - NAG - Adagrad - RMS-prop - BFGS - Adam Also, most of them are implemented in vectorized form for multi-variate problems

  • Updated Apr 3, 2023
  • Jupyter Notebook
FO-PROX-first-order-and-proximal-methods-convergence-comparison

Neural Network implemented with different Activation Functions i.e, sigmoid, relu, leaky-relu, softmax and different Optimizers i.e, Gradient Descent, AdaGrad, RMSProp, Adam. You can choose different loss functions as well i.e, cross-entropy loss, hinge-loss, mean squared error (MSE)

  • Updated Aug 15, 2022
  • Jupyter Notebook

in this repository we intend to predict Google and Apple Stock Prices Using Long Short-Term Memory (LSTM) Model in Python. Long Short-Term Memory (LSTM) is one type of recurrent neural network which is used to learn order dependence in sequence prediction problems. Due to its capability of storing past information, LSTM is very useful in predict…

  • Updated Aug 15, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the adagrad topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the adagrad topic, visit your repo's landing page and select "manage topics."

Learn more