I made a SLAM (Simultaneous Localization And Mapping) using Extended Kalman Filter (EKF) and it works really good, but I want to see if it works better using Neural Networks.
For the EKF I used an initialization step, prediction step and update step,how can I change that to Neural Networks?
Thanks