Coder Social home page Coder Social logo

Comments (4)

khurramjaved96 avatar khurramjaved96 commented on June 8, 2024

Yes, sure.
I'll update the code this week so it's more readable; there are some parameters corresponding to ideas that we tried that didn't work. I'll also remove those to make things more clear.

from incremental-learning.

khurramjaved96 avatar khurramjaved96 commented on June 8, 2024

I've added slightly better description of each parameter; just run 'python run_experiment -h' to see what each parameter mean.

Let me know if something is not clear.

from incremental-learning.

fanxuansoft avatar fanxuansoft commented on June 8, 2024

thank you

from incremental-learning.

fanxuansoft avatar fanxuansoft commented on June 8, 2024

Hello,Your code is very useful to me, I have a question and hope to get your help.

I want to do incremental training of a deep convolutional neural network (CNN) model as new classes are added to the existing data. The CNN model is initially fully trained for classifying, say, 500 classes with 1 million images. Now, new data is available which has 50 new classes with 10000 images in addition to earlier 500 classes.

This addition of new classes in the data will be an ongoing occurrence every few days or every week.

Incremental training: I want to avoid training with full 1 million + 10000 images because of the training time. Any technique using the new 10000 images (50 classes) + tiny fraction of original 1 million (500 classes) will qualify as incremental training. I am aware of 'catastrophic forgetting' in NNs; however, I am looking for way to work around that.

I don't know if your code can solve my problem.and I hope you can give me some ideas.

from incremental-learning.

Related Issues (7)

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.