You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple fully connected feed forward neural network written in python from scratch using numpy & optimized using numba. It is possible to have multiple hidden layers, change amount of neurons per layer & have a different activation function per layer.
High-performance Radio Line of Sight (LoS) calculator utilizing a Digital Terrain Model in Shared Memory. Enables parallel agents to compute RF LoS with zero-copy data access using Python and Numba