Axon: A library for creating neural networks in Elixir
1–10 of 15 posts
Re: Axon: A library for creating neural networks in Elixir
#2Pretty incredible that you can do this type of work on the BEAM now. Wow!
Re: Axon: A library for creating neural networks in Elixir
#3Does this mean Sean Moriarity's next book will be on neural networks? :)
Re: Axon: A library for creating neural networks in Elixir
#4Does this mean Sean Moriarity's next book will be on neural networks? :)
Maybe ;)
Re: Axon: A library for creating neural networks in Elixir
#5Does this mean Sean Moriarity's next book will be on neural networks? :)
Maybe ;)
Please take my money. :) If you're reading this and want to learn genetic algorithms in Elixir, Sean's book is excellent: https://pragprog.com/titles/smgaelixir/genetic-algorithms-in...
Re: Axon: A library for creating neural networks in Elixir
#6"""
The wait is over, my friends !
The mechanical brain is about to speak !
The mechanical brain will speak !
The mechanical brain is `* (MatchError) no match of right hand side value`
"""
Damn, there must be a typo somewhere.
Re: Axon: A library for creating neural networks in Elixir
#7The companion blog post is at https://seanmoriarity.com/2021/04/08/axon-deep-learning-in-e...
Re: Axon: A library for creating neural networks in Elixir
#8If you have not been following the work José and Sean have been doing lately, I recommend you watching José’s talk introducing Elixir Nx https://youtu.be/fPKMmJpAGWc
Re: Axon: A library for creating neural networks in Elixir
#9I haven't had time to get very far into the author's Generic Algorithms book yet, but what I did read definitely exceeded my expectations.
https://pragprog.com/titles/smgaelixir/genetic-algorithms-in...
Really looking forward to where this goes with the Erlang 24 JIT and Elixir Nx. It's amazing all the work that's been going into performance.
Re: Axon: A library for creating neural networks in Elixir
#10So if I want to execute an existing model (e.g. produced using tensorflow/tensorflow lite) from within elixir, what's the easiest way currently?