gradient-descent
Here are 756 public repositories matching this topic...
Fast and Easy Infinite Neural Networks in Python
-
Updated
Aug 25, 2020 - Jupyter Notebook
A TensorFlow-inspired neural network library built from scratch in C# 7.3 for .NET Standard 2.0, with GPU support through cuDNN
-
Updated
May 1, 2020 - C#
OptimLib: a lightweight C++ library of numerical optimization methods for nonlinear functions
-
Updated
Apr 25, 2020 - C++
This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
-
Updated
Jan 16, 2018 - Jupyter Notebook
The simplest form of an artificial neural network explained and demonstrated.
-
Updated
May 31, 2020 - Go
Implementing Multiple Layer Neural Network from Scratch
-
Updated
Apr 14, 2016 - Python
A PyTorch implementation of Learning to learn by gradient descent by gradient descent
-
Updated
Aug 27, 2018 - Python
Six snippets of code that made deep learning what it is today.
-
Updated
Oct 10, 2019 - Jupyter Notebook
Heterogeneous automatic differentiation ("backpropagation") in Haskell
-
Updated
Jul 1, 2020 - Haskell
Gradient based hyperparameter optimization & meta-learning package for TensorFlow
-
Updated
Mar 24, 2020 - Jupyter Notebook
Starter code of Prof. Andrew Ng's machine learning MOOC in R statistical language
-
Updated
Jul 12, 2018 - R
MATLAB library for non-negative matrix factorization (NMF): Version 1.8.0
-
Updated
Jun 27, 2019 - MATLAB
A curated list of mathematics documents ,Concepts, Study Materials , Algorithms and Codes available across the internet for machine learning and deep learning
-
Updated
Aug 11, 2017
Codes and Project for Machine Learning Course, Fall 2018, University of Tabriz
-
Updated
Jan 10, 2019 - Jupyter Notebook
Projects from the Deep Learning Specialization from deeplearning.ai provided by Coursera
-
Updated
Sep 8, 2018 - Jupyter Notebook
Differentiable RayTracing in Julia
-
Updated
Jul 26, 2020 - Julia
Gathers Machine learning models using pure Numpy to cover feed-forward, RNN, CNN, clustering, MCMC, timeseries, tree-based, and so much more!
-
Updated
Jun 23, 2019 - Jupyter Notebook
Multiple Regression Package for PHP
-
Updated
Sep 22, 2018 - PHP
Some experiments about Machine Learning
-
Updated
Dec 10, 2018 - Python
-
Updated
Nov 14, 2019 - Python
-
Updated
Dec 28, 2017 - JavaScript
simple machine learning demo
-
Updated
Dec 5, 2017 - JavaScript
Final Project of the Udacity AI Programming with Python Nanodegree
-
Updated
Aug 16, 2018 - Jupyter Notebook
My workshop on machine learning using python language to implement different algorithms
-
Updated
Jan 24, 2020 - Jupyter Notebook
An R package for large scale estimation with stochastic gradient descent
-
Updated
Jul 12, 2019 - C++
An Image classifier to identify whether the given image is Batman or Superman using a CNN with high accuracy. (From getting images from google to saving our trained model for reuse.)
-
Updated
Dec 8, 2019 - Python
Artificial intelligence/machine learning course at UCF in Spring 2020 (Fall 2019 and Spring 2019)
-
Updated
Apr 20, 2020 - Jupyter Notebook
-
Updated
Aug 3, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the gradient-descent topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gradient-descent topic, visit your repo's landing page and select "manage topics."


In operations_broadcast_test.go there are some tests that are not yet filled in. The point is to test that broadcasting works for different shapes. The semantics of broadcast probably isn't clear, so please do send me a message for anything.
This is a good first issue for anyone looking to get interested