TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Comparing neural network training performance between Elixir and Python

2 pointsby ceyhunkazelover 2 years ago

3 comments

weatherlightover 2 years ago
The Conclusion from the paper:<p><pre><code> 6 Conclusion In this article, we concluded that Elixir took more time in both datasets ana- lyzed compared to Python while demanding more Graphic RAM on peaks. We observed that RAM usage is an exception to the other metrics as Elixir con- sumed on average 42% and 33% less RAM than Python, showing that Elixir has better memory management for these test cases. As for usability, we observed that Python has much more documentation, material, and available libraries for dataset preparation, model creation, and training. This was expected as Python is already much more consolidated in the machine learning market. However, the Nx library was a significant improve- ment to Elixir, allowing the language to be used for neural network creations much more efficiently than before Nx.</code></pre>
ceyhunkazelover 2 years ago
from the paper: &quot;This work aims to compare the results of Python and Elixir on training convolutional neural networks (CNN) using MNIST and CIFAR10 datasets, concluding that Python achieved overall better results, and that Elixir is already a viable alternative.&quot;
weatherlightover 2 years ago
I also want to note they are using older versions of Axion and Nx