# axon

Published articles for axon.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Elixir and Machine Learning: Nx v0.1 released!

DevFeed: [Elixir and Machine Learning: Nx v0.1 released!](<https://devfeed.tech/articles/elixir-and-machine-learning-nx-v0-1-released-43996.md>)

Original publisher: [Read original article](<https://dashbit.co/blog/elixir-and-machine-learning-nx-v0.1>)

Author: José Valim

Published: 2022-01-06T00:00:00Z

Content type: release

Language: en

Sources: [Dashbit Blog](<https://devfeed.tech/sources/dashbit-blog.md>)

Topics: [Elixir](<https://devfeed.tech/topics/elixir.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Functional programming](<https://devfeed.tech/topics/functional-programming.md>), [Programming](<https://devfeed.tech/topics/programming.md>), [Compiler](<https://devfeed.tech/topics/compiler.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [axon](<https://devfeed.tech/tags/axon.md>), [code](<https://devfeed.tech/tags/code.md>), [compiler](<https://devfeed.tech/tags/compiler.md>), [computing](<https://devfeed.tech/tags/computing.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [elixir](<https://devfeed.tech/tags/elixir.md>), [exla](<https://devfeed.tech/tags/exla.md>), [functional-programming](<https://devfeed.tech/tags/functional-programming.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [livebook](<https://devfeed.tech/tags/livebook.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [nerves](<https://devfeed.tech/tags/nerves.md>), [nx](<https://devfeed.tech/tags/nx.md>), [torchx](<https://devfeed.tech/tags/torchx.md>)

### AI overview

Dashbit announces Nx v0.1, a Numerical Elixir library for numerical computing and machine learning. Nx provides multidimensional arrays and just-in-time compilation for CPU and GPU execution, with support for custom backends such as Torchx and Google's XLA compiler via EXLA.

### Source excerpt

A huge milestone towards Elixir and Machine Learning has been reached with the release of Nx v0.1

## Announcing Livebook

DevFeed: [Announcing Livebook](<https://devfeed.tech/articles/announcing-livebook-43982.md>)

Original publisher: [Read original article](<https://dashbit.co/blog/announcing-livebook>)

Author: José Valim

Published: 2021-04-13T00:00:00Z

Content type: release

Language: en

Sources: [Dashbit Blog](<https://devfeed.tech/sources/dashbit-blog.md>)

Topics: [Web app](<https://devfeed.tech/topics/webapp.md>), [Code](<https://devfeed.tech/topics/code.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Elixir](<https://devfeed.tech/topics/elixir.md>), [phoenix](<https://devfeed.tech/topics/phoenix.md>), [Erlang](<https://devfeed.tech/topics/erlang.md>), [Deep neural networks](<https://devfeed.tech/topics/deep-neural-networks.md>)

Tags: [application](<https://devfeed.tech/tags/application.md>), [axon](<https://devfeed.tech/tags/axon.md>), [code](<https://devfeed.tech/tags/code.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [computing](<https://devfeed.tech/tags/computing.md>), [elixir](<https://devfeed.tech/tags/elixir.md>), [erlang](<https://devfeed.tech/tags/erlang.md>), [exla](<https://devfeed.tech/tags/exla.md>), [interactive](<https://devfeed.tech/tags/interactive.md>), [library](<https://devfeed.tech/tags/library.md>), [livebook](<https://devfeed.tech/tags/livebook.md>), [liveview](<https://devfeed.tech/tags/liveview.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [networks](<https://devfeed.tech/tags/networks.md>), [nx](<https://devfeed.tech/tags/nx.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [phoenix](<https://devfeed.tech/tags/phoenix.md>), [tool](<https://devfeed.tech/tags/tool.md>), [users](<https://devfeed.tech/tags/users.md>), [using](<https://devfeed.tech/tags/using.md>), [web](<https://devfeed.tech/tags/web.md>), [writing](<https://devfeed.tech/tags/writing.md>)

### AI overview

Dashbit announces Livebook, an open-source web application for interactive and collaborative Elixir notebooks built with Phoenix LiveView. It supports Markdown and Elixir cells, sequential evaluation, persistence, custom runtimes, explicit dependencies, and collaboration across single-node or multi-node deployments.

### Source excerpt

Livebook is a web application for writing interactive and collaborative code notebooks