HACKER Q&A
📣 djaouen

Can the following algorithm (written in Elixir) have applications in ML?


Can the following algorithm (written in Elixir) have applications in ML?


  👤 djaouen Accepted Answer ✓
The algorithm I programmed is basically a "shortest path from source to sink through layers" algorithm. I originally coded it in LFE, but Elixir has a Parallel Stream library I was able to leverage.

I know that Machine Learning uses neural layers in its training methods, so does this algorithm potentially have uses in ML? Thanks!