Elixir and Machine Learning in 2024 so far: MLIR, Arrow, structured LLM, etc.
1–10 of 68 posts
Re: Elixir and Machine Learning in 2024 so far: MLIR, Arrow, structured LLM, etc.
#2Really cool to see the concerted effort in parallel going into both ML problem space, and into introducing typing.
Re: Elixir and Machine Learning in 2024 so far: MLIR, Arrow, structured LLM, etc.
#3This is a genuine question - I don't know much about "AI stuff", but do know something about the economics of programming languages and I'm "intellectually curious" about what is driving this and what the goals are, rather than critical of Elixir. I love working with BEAM and miss it.
Re: Elixir and Machine Learning in 2024 so far: MLIR, Arrow, structured LLM, etc.
#4From a "marketing strategy" point of view, I wonder what the thinking is in investing in this stuff so heavily when Python seems to be kind of the go-to? Will they be able to create a "good enough" environment to do that kind of work with Elixir? Is it just someone or a company scratching their own itch? This is a genuine question - I don't know much about "AI stuff", but do know something about the economics of prog…
Re: Elixir and Machine Learning in 2024 so far: MLIR, Arrow, structured LLM, etc.
#5From a "marketing strategy" point of view, I wonder what the thinking is in investing in this stuff so heavily when Python seems to be kind of the go-to? Will they be able to create a "good enough" environment to do that kind of work with Elixir? Is it just someone or a company scratching their own itch? This is a genuine question - I don't know much about "AI stuff", but do know something about the economics of prog…
I can't say I know much about AI stuff or BEAM. But my best guess is that elixir native ML should integrate well with OTP's distributed computing capabilities. As an outsider to the elixir ecosystem, I've seen glimpses of elixir ML here and there but no mention of attempting to bridge the python ML ecosystem into elixir.
Re: Elixir and Machine Learning in 2024 so far: MLIR, Arrow, structured LLM, etc.
#6From a "marketing strategy" point of view, I wonder what the thinking is in investing in this stuff so heavily when Python seems to be kind of the go-to? Will they be able to create a "good enough" environment to do that kind of work with Elixir? Is it just someone or a company scratching their own itch? This is a genuine question - I don't know much about "AI stuff", but do know something about the economics of prog…
José is quite prolific, so I think it's natural that he moves on to things like this. It's hard to know what reception will be like until you build it.
Re: Elixir and Machine Learning in 2024 so far: MLIR, Arrow, structured LLM, etc.
#7Take explorer, it’s a mess trying to implement dplyr verbs in elixir. Anyone trying to use it is going to hit its limitations sooner or later. I tried migrating to it from polars but it is too frustrating.. gave up after some time.
Why will people use half baked libraries instead of python ? I will stick to Keres/pytorch, polars, etc
Re: Elixir and Machine Learning in 2024 so far: MLIR, Arrow, structured LLM, etc.
#8People have to realise these are mostly for hobby. It is really hard to get these working with other libraries. Take explorer, it’s a mess trying to implement dplyr verbs in elixir. Anyone trying to use it is going to hit its limitations sooner or later. I tried migrating to it from polars but it is too frustrating.. gave up after some time. Why will people use half baked libraries instead of python ? I will stick to…
Re: Elixir and Machine Learning in 2024 so far: MLIR, Arrow, structured LLM, etc.
#9People have to realise these are mostly for hobby. It is really hard to get these working with other libraries. Take explorer, it’s a mess trying to implement dplyr verbs in elixir. Anyone trying to use it is going to hit its limitations sooner or later. I tried migrating to it from polars but it is too frustrating.. gave up after some time. Why will people use half baked libraries instead of python ? I will stick to…
Sometimes though it's nice to have most of your stuff in one language.
Re: Elixir and Machine Learning in 2024 so far: MLIR, Arrow, structured LLM, etc.
#10People have to realise these are mostly for hobby. It is really hard to get these working with other libraries. Take explorer, it’s a mess trying to implement dplyr verbs in elixir. Anyone trying to use it is going to hit its limitations sooner or later. I tried migrating to it from polars but it is too frustrating.. gave up after some time. Why will people use half baked libraries instead of python ? I will stick to…