harthur / brain

Simple feed-forward neural network in JavaScript
MIT License
8.01k stars 857 forks source link

Training RSSI->distance to location in brain #82

Open rpant1979 opened 6 years ago

rpant1979 commented 6 years ago

Hi, I am trying to use brain for training RSSI and sensors coordinates as inputs and position as output in x,y,z normalized in single number. can you suggest on data modeling this into brain.

inputs : [{x1,y1,z1,distance1},{{x2,y2,z2,distance2},{x3,y3,z3,distance3}} output: {x100+y10+z} as position.

i get constant error while training even up to 20000 iterations.

Regards

Archivist062 commented 6 years ago

This repository is unmaintained as the author left Github.

I suggest you to either use a different library or study the source code as to modify it to suit your needs.

Le 21 mars 2018 06:04, "rpant1979" notifications@github.com a écrit :

Hi, I am trying to use brain for training RSSI and sensors coordinates as inputs and position as output in x,y,z normalized in single number. can you suggest on data modeling this into brain.

inputs : [{x1,y1,z1,distance1},{{x2,y2,z2,distance2},{x3,y3,z3,distance3}} output: {x100+y10+z} as position.

i get constant error while training even up to 20000 iterations.

Regards

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/harthur/brain/issues/82, or mute the thread https://github.com/notifications/unsubscribe-auth/AKYwYOy_SiY_5wfTmvCNFG7xZLS__0v0ks5tgd9lgaJpZM4SzBFT .

dan-ryan commented 6 years ago

Go to: https://github.com/BrainJS/brain.js