Git Product home page Git Product logo

Comments (2)

NeighborhoodCoding avatar NeighborhoodCoding commented on August 18, 2024

Finally, I succeeded in bringing CNN and LSTM together, and I think I could train in correct way now.

First, CNN does not have a time dimension, so I add the time dimension with "for loop" in CNN(for number of frames) and then LSTM goes after the same as before.

The problem is that the longer the epoch, the lower the performance. In my opinion, CNN is already a well-trained neural network, but the lack of learning data makes it rather overfit, and I don't know the exact reason yet.

Oh, by the way, I'm thinking of replacing CNN with Koncept512. Once replaced with koncept512 instead of resnet, performance did not improve significantly. I thought koncept512 was a neural network that measures the mos of images, so I thought it was better to transfer learning than a neural network that classifies images, but I'm not sure why it hasn't improved much yet.

Now I'm going to use multiple CNNs as an ensemble. What I want is for the error of mae to be 0.2 in the validation set. Is it possible? My research senior is asking for 0.2 because he cannot accept a 0.3 mae error. He asked why AI has an error performance of 0.3 out of 5 even if AI is trained, and he said mae that higher 0.1 is not AI.

from vsfa.

lidq92 avatar lidq92 commented on August 18, 2024

@SungmanHong Good luck! This may be related to overfitting problem, and I would reply to you in another issue #38

from vsfa.

Related Issues (20)

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.