DatumBox - Blog on Machine Learning, Statistics & Software Development
5,177 FOLLOWERS
Datumbox blog focuses on Machine Learning, Statistics, Artificial Intelligence and their applications on Software Development and Online Marketing.
DatumBox - Blog on Machine Learning, Statistics & Software Development
2y ago
DatumBox - Blog on Machine Learning, Statistics & Software Development
3y ago
The last couple of weeks were super busy in “PyTorch Land” as we are frantically preparing the release of PyTorch v1.10 and TorchVision v0.11. In this 2nd instalment of the series, I’ll cover some of the upcoming features that are currently included in the release branch of TorchVision. Disclaimer: Though the upcoming release is packed ..read more
DatumBox - Blog on Machine Learning, Statistics & Software Development
3y ago
I’m starting a new blog post series about the development of PyTorch’s computer vision library. I plan to discuss interesting upcoming features primarily from TorchVision and secondary from the PyTorch ecosystem. My target is to highlight new and in-development features and provide clarity of what’s happening in between the releases. Though the format is likely ..read more
DatumBox - Blog on Machine Learning, Statistics & Software Development
3y ago
Since the introduction of Datumbox service, several software engineers and researchers used our API in order to develop innovative new applications. In the past we have featured, many developers who chose to open-source their projects and contribute their code to the community. In this article I am happy to feature the newest most interesting projects ..read more
DatumBox - Blog on Machine Learning, Statistics & Software Development
3y ago
In the previous two machine learning tutorials, we examined the Naive Bayes and the Max Entropy classifiers. In this tutorial we will discuss the Multinomial Logistic Regression also known as Softmax Regression. Implementing Multinomial Logistic Regression in a conventional programming language such as C++, PHP or JAVA can be fairly straightforward despite the fact that ..read more
DatumBox - Blog on Machine Learning, Statistics & Software Development
3y ago
In this guide we are going to discuss how to install and use the Datumbox Machine Learning framework in your Java projects. Since almost all of the code is written in Java, using it is as simple as including it as dependency in your Java project. Nevertheless a couple of classes (DataEnvelopmentAnalysis and LPSolver) use ..read more
DatumBox - Blog on Machine Learning, Statistics & Software Development
3y ago
In text classification, the feature selection is the process of selecting a specific subset of the terms of the training set and using only them in the classification algorithm. The feature selection process takes place before the training of the classifier. Update: The Datumbox Machine Learning Framework is now open-source and free to download. Check ..read more
DatumBox - Blog on Machine Learning, Statistics & Software Development
4y ago
DejaDup is the default backup application for Gnome. It’s a GUI for duplicity, focuses on simplicity, supports incremental encrypted backups and up until recently supported a large number of cloud providers. Unfortunately as of version 42.0, all major cloud providers have been removed. Thus given that Ubuntu 20.10 ships with the specific version, any user ..read more
DatumBox - Blog on Machine Learning, Statistics & Software Development
4y ago
The Datumbox Framework v0.8.2 has been released! Download it now from GitHub or Maven Central Repository. What is new? The version 0.8.2 is a limited incremental release that focuses on resolving bugs and updating the dependencies of the framework. Here are the details: Bug Fixes: Resolved an issue on ShapiroWilk which led to the incorrect ..read more
DatumBox - Blog on Machine Learning, Statistics & Software Development
4y ago
As of mid-2019, Dropbox announced that they no longer support symlinks that point outside of the main Dropbox folder. In this tutorial, we show a workaround on Linux that enables us to store in Dropbox any file, even if it is not located within the main Dropbox folder. What is the limitation and why it’s ..read more