Skip to content

recurrent neural network using vector valued neurons to learn gradient descent techniques

Notifications You must be signed in to change notification settings

murbard/vectornet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Many gradient descent algorithms (Stochastic gradient descent, Nesterov acceleration, L-BFGS...) can be described succintly as recursive neural networks with access to gradient information and operating on vector valued neurons and scalar valued neurons, with a dot product operation as well as operations in the vector space.

This project introduces vector valued neurons of symbolic length n, and a dot product in an attempt to learn efficient gradient descent algorithm for small problems that will generalize well when used on very large problems.

About

recurrent neural network using vector valued neurons to learn gradient descent techniques

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages