The Wayback Machine - https://web.archive.org/web/20210725104601/https://github.com/topics/stochastic-gradient-descent
Skip to content
#

stochastic-gradient-descent

Here are 245 public repositories matching this topic...

machine-learning

Python machine learning applications in image processing and algorithm implementations including Dawid-Skene, Platt-Burges, Expectation Maximization, Factor Analysis, Gaussian Mixture Model, OPTICS, DBSCAN, Random Forest, Decision Tree, Support Vector Machine, Independent Component Analysis, Latent Semantic Indexing, Principal Component Analysis, Singular Value Decomposition, K Nearest Neighbors, K Means, Naïve Bayes Mixture Model, Gaussian Discriminant Analysis, Newton Method, Coordinate Descent, Gradient Descent, Elastic Net Regression, Ridge Regression, Lasso Regression, Least Squares, Logistic Regression, Linear Regression
  • Updated Jun 22, 2021
  • Jupyter Notebook

Implemented the deep learning techniques using Google Tensorflow that cover deep neural networks with a fully connected network using SGD and ReLUs; Regularization with a multi-layer neural network using ReLUs, L2-regularization, and dropout, to prevent overfitting; Convolutional Neural Networks (CNNs) with learning rate decay and dropout; and Recurrent Neural Networks (RNNs) for text and sequences with Long Short-Term Memory (LSTM) networks.
  • Updated Dec 13, 2017
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the stochastic-gradient-descent 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 stochastic-gradient-descent topic, visit your repo's landing page and select "manage topics."

Learn more