Numer of samples in deep learning problem

Marcos888Marcos888 MemberPosts:5Contributor I
edited February 2020 inHelp
Hello.
I am solving a deep learning prediction problem and when I try to train more than 100k sample the Neural Network just catch around the 20% of the training samples set. Anyone knows why?
Thanks
Jasmine_

Best Answers

  • Marcos888Marcos888 MemberPosts:5Contributor I
    Solution Accepted
    This is the file.
    Im sorry to answer so late, but I hadn´t seen the answer up to now.
    The file have 50000 rows and 1001 atributes ( the last is the target)
    Thank you in advance
    Jasmine_

Answers

  • varunm1varunm1 Moderator, MemberPosts:1,207Unicorn
    Hello@Marcos888

    Can you post your process here? You can use FILE --> Export Process in Rapidminer and attach the .rmp file here so that we can take a look at the process and get back to you.

    If you need us to debug or test the process please attach your data here or you can send in private message.
    Regards,
    Varun
    https://www.varunmandalapu.com/

    Be Safe. Follow precautions and Maintain Social Distancing

    Jasmine_
  • varunm1varunm1 Moderator, MemberPosts:1,207Unicorn
    Hello@Marcos888

    我检查你的过程ss. I have a question regarding "Loop Batches" operator. Are you trying to use that to set Mini batch size to train a deep learning algorithm? If so, then that is not needed and I dont think this way works. If you are looking to set a mini batch size of "1000" then you need to go to "expert parameters" setting in Deep learning operator parameters. There you can find "Mini_batch_size" parameter as shown below. Please let us know if this is what you are looking for.


    Regards,
    Varun
    https://www.varunmandalapu.com/

    Be Safe. Follow precautions and Maintain Social Distancing

    Jasmine_
  • Marcos888Marcos888 MemberPosts:5Contributor I
    So, in RapidMiner "Mini_batch_size" are the same as usually "batch_size" parameter?
    Jasmine_
Sign InorRegisterto comment.