lessless

lessless

Neural Networks / Machine Learning with Elixir/Erlang

Hello peeps,

This is my first post on this forum and it’s partially caused by the amusement and appreciation for Data Analysis and Machine Learning tools that Python devs has, like Tensorflow for example.
I know that historical Python and Erlang was adopted in different fields.

My the question is - what options to learn and experiment an enthusiastic Elixir developer has?
I’m only aware of Handbook of Neuroevolution Through Erlang | Springer Nature Link but it’s already 5 years old.

Most Liked

lessless

lessless

Recently watched https://www.youtube.com/watch?v=iMhBEVCgPdg and believe Garett summarized it pretty well

bbense

bbense

Until someone puts in the work to provide an API to the underlying math heavy routines written in C and C++ , it’s unlikely that there will be much available for the BEAM languages. There has been a lot of work in python to make these libraries accessible.

There is a python “port” for the BEAM, http://erlport.org/ that will help somewhat, but the kind of floating point mutable data computations that ML requires really don’t map to the BEAM very well. They don’t map well to python’s compute model well either, but python has a very good interface for working with external libraries.

There are improvements coming in the BEAM ( dirty schedulers) that will help change this situation, but Elixir is starting well behind in this area.

AstonJ

AstonJ

Also look at this thread:

Where Next?

Popular in Discussions Top

PragTob
Hey everyone, this has been on my mind for some time and I’d love your input on it! TLDR: I feel like maps are superioer for storing and...
New
joeerl
I’m playing with Elixir - It’s fun. I think @rvirding does give Elixir courses these days. Re: files and database - when I given Erlang ...
New
MarioFlach
Hello, I want to share a project I’ve been working on for a while: https://github.com/almightycouch/gitgud Background Some time ago I ...
New
wmnnd
The Go vs Elixir thread got me thinking: Would it be too hard to implement a simple mechanism for creating Go-style static app binaries f...
New
tmbb
This is a post to discuss the new Phoenix LiveView functionality. From Chris’s talk, it appears that they generate all HTML on the serve...
342 18584 126
New
slashdotdash
Phoenix Live View is now publicly available on GitHub. Here’s Chris McCord’s tweet announcing making it public.
New
AstonJ
Seen any cool LiveView demos, sample apps or examples? Please post them here! :003:
New

Other popular topics Top

nobody
Hi! In PHP: $_SERVER[‘SERVER_ADDR’] - in Elixir? Searched the docs for ip address and the web, no good results. Thanks!
New
JeremM34
Hello, how can I check the Phoenix version ? Thanks !
New
sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
sergio_101
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID<0.412.0> terminating ** (Postgrex.Error) FATAL...
New
TunkShif
This post is an instruction guide to help you setup your Neovim for Elixir development from scratch. It includes general information on h...
274 42533 114
New

We're in Beta

About us Mission Statement