Domino Data Science Blog » Machine Learning
44 FOLLOWERS
The Domino Data Lab blog is home to all things data science and machine learning with information and resources tailored to data science professionals. Domino is the Enterprise MLOps platform trusted by over 20% of the Fortune 100. Our products enable thousands of data scientists to develop better medicines, grow more productive crops, adapt risk models to major economic shifts, build better..
Domino Data Science Blog » Machine Learning
2M ago
Domino Data Science Blog » Machine Learning
2M ago
Domino Data Science Blog » Machine Learning
2M ago
Domino Data Science Blog » Machine Learning
4M ago
Domino Data Science Blog » Machine Learning
6M ago
Now, we are excited to announce Domino Data Lab's scores in the 2024 Gartner Critical Capabilities for Data Science and Machine Learning Platforms, Machine Learning Engineering ..read more
Domino Data Science Blog » Machine Learning
7M ago
Domino Flows unlocks the power of AI and machine learning flows, transforming them into a critical element of your ..read more
Domino Data Science Blog » Machine Learning
7M ago
The 2024 Gartner Magic Quadrant for Data Science and Machine Learning Platforms Report names Domino a Visionary. Gartner defines Visionary vendors as those who understand where the market is going or have a vision for changing market rules, but do not yet execute well ..read more
Domino Data Science Blog » Machine Learning
8M ago
If the mention of "Transformers" brings to mind the adventures of autonomous robots in disguise you are probably, like me, a child of the 80s: Playing with Cybertronians who blend in as trucks, planes and even microcasette recorders or dinosaurs. As much as I would like to talk about that kind of transformers, the subject of this blog post is about the transformers proposed by Vaswani and team in the 2017 paper titled " " . We will be covering what transformers are and how the idea of self-attention works. This will help us understand why transformers are taking over the world of machine learn ..read more
Domino Data Science Blog » Machine Learning
8M ago
A common applied statistics task involves building regression models to characterize non-linear relationships between variables. It is possible to fit such models by assuming a particular non-linear functional form, such as a sinusoidal, exponential, or polynomial function, to describe one variable's response to the variation in another. Unless this relationship is obvious from the outset, however, it involves possibly extensive procedures to ensure the most appropriate model is retained. Alternatively, a non-parametric approach can be adopted by defining a set of knots across the variable spa ..read more
Domino Data Science Blog » Machine Learning
8M ago
In this article, we will introduce and implement k-nearest neighbours (KNN) as one of the supervised machine learning algorithms. KNN is utilised to solve classification and regression problems. We will provide sufficient background and demonstrate the utility of KNN in solving a classification problem in Python using a freely available dataset ..read more