Trending in Questions
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
Hi everyone,
I am toying with the idea of building a “match maker” for giving personal help to people that wants to start coding.
I sta...
New
Hello,
I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
Documentation
While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
So my question is quite simple and i have found no conclusive answer on forum, google or AI.
Should we use :erlang.float for Integer to ...
New
I recently noticed that Elixir’s Logger defaults its primary log level to :debug when no :logger, :level application configuration is pre...
New
I’m new to elixir and just tried to install the elixirLS extension for VScode(ium) and it is throwing some errors that I would like help ...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #elixirconf-eu
- #metaprogramming
- #hex










Showing Posts 24 to 15- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
josevalim
Yes.
It depends. Tensors are either unsigned integers, signed integers, or floating points.
I am not sure how this would fit the multi-dimensional array paradigm at the moment.
rm-rf-etc
Really excited to get started with Nx. Is it too early to expect to find hexdocs for Nx? I can’t find any, so I guess I will need to generate them myself?
Are calculations in Nx still subject to the problem of floating point precision?
Does Nx have a function to shift rows? I’m interested in handling tabular data where new rows are appended/prepended and each time, the oldest row is dropped. Would this be a good use case for Nx?
kip
One of the first steps is sentiment analysis. For sure, that requires a lot of preprocessing (segmentation, stop words elimination, stemming) and then encoding into a tensor. Other than segmentation, that can be done using Elixirs concurrent processing quite effectively.
Then with the text encoded as tensors, the various approaches of model training, logistic regression, naive bayes, lapaclain smoothing, vector space models and so on can (as best I can tell) leverage NX and Torchx.
I am a noob to most of this and am using the opportunity to give some money to Coursera and doing my assignments in Python while experimenting in parallel with Nx and friends.
josevalim
Hi @kip, can you please expand why torchx can help with text? I want to make sure I understand to ensure it can effectively help you.
One of the issues with text is that you need to modify it to work with tensors and that’s going to be an interesting problem to tackle!
ericwikman
Seems to be moving fast:
kip
I’m excited to see the work by @versilov on torchx since if my reading is correct, this opens up some exciting opportunties for text analysis which would help reinvigorate the work on my text library.
LukeWood
Interesting… some serious potential for expressive neural network definition here.
Not sure if I’ll be using it in the near future as the tooling built for pytorch/tf is pretty well developed - but I’ll certainly be keeping an eye out Nx
drl123
Turns out this is one of the titles that Prag Prog has published on medium.com. You can read it for free with your medium membership: https://medium.com/pragmatic-programmers/table-of-contents-5dd5f8458f77.
bdarla
I really loved reading this book! Perfect for beginners!
AstonJ
There’s also currently an interview and AMA with the author over on Devtalk - anyone commenting/taking part in the thread will get entered into a draw where the winner can win of his books
(He’s also the author of Metaprogramming Ruby which I thought was an amazing book and incredibly well written!)