Coder Social home page Coder Social logo

lokhande-vishnu / iitk_finalyear_project Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 64.85 MB

Optimal Convergence Rate in Deep Neural Networks using HJB equation

MATLAB 1.81% C 6.76% CSS 0.06% HTML 20.30% JavaScript 0.31% Batchfile 0.03% Makefile 0.24% C++ 54.04% Objective-C 0.01% M 0.01% Shell 0.17% CMake 1.91% Fortran 14.29% Python 0.09%
deep-learning optimization-algorithms convergence

iitk_finalyear_project's People

Contributors

lokhande-vishnu avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

iitk_finalyear_project's Issues

It seems that there are some problems of the code

When I was trying to use these code, I found that error:

==7381== Process terminating with default action of signal 11 (SIGSEGV)
==7381==  Access not within mapped region at address 0x8
==7381==    at 0x118ED8: eta_tranJ_e_mult(std::vector<double, std::allocator<double> >&, double, std::vector<std::vector<double, std::allocator<double> >, std::allocator<std::vector<double, std::allocator<double> > > >, std::vector<double, std::allocator<double> >) (train_BP_online.cpp:17)
==7381==    by 0x119392: train_BP_online(NET&, std::vector<DATA, std::allocator<DATA> >&, PRM, double) (train_BP_online.cpp:61)
==7381==    by 0x115F72: main (main.cpp:75)
==7381==  If you believe this happened as a result of a stack
==7381==  overflow in your program's main thread (unlikely but
==7381==  possible), you can try to increase the size of the

Then I realized that these vector defined:

    vector<double> x,yd,err,e,u,save_err,save_ratio;
    vector< vector<double> > J;
    vector<OUTS> v;

have no initlization.

I want to know how can you make these code work, thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.