mardabx

mardabx t1_iw8j67a wrote

I am not ML scientist by any means, but I do know enough about programming to give my 3 cents.

Erlang is a very scalable horizontally and resilient, but not very performant. To scale upwards you will most likely need r/Rust, which already has some efforts put into ML and efficient horizontal scaling. If you insist on using Erlang/Elixir for base, do note that you can use Rust to speed up performance-sensitive parts of your project.

2

mardabx t1_irt4kob wrote

What type of network would be best suited to turn a source (e.g. an image bitmap) into a definition of system of known components (in that example a component would be an image processing operation) needed to regenerate approximation of that source?

2