Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[R] Learning multiplication outside of training data range

I want to train an MLP to multiply two inputs. The easiest approach is to generate a vast dataset of numbers and their multiplication and train the network on them.

I did this as a test and the MLP worked nearly flawless and long as I gave it numbers inside the training range but as soon as I deviated from the training domain the network started malfunctioning.

I wanted to know if there is an architecture which can learn the semantics of multiplication and act properly outside its training domain.

Thanks

submitted by /u/neltherion
[link] [comments]