• Documentation
  • Support
  • Go to my Account
Menu
  • Documentation
  • Support
  • Go to my Account
  • Product
  • Solutions

    By industry

    • Public
    • Healthcare
    • Critical Infrastructure
    • Public
    • Healthcare
    • Critical Infrastructure

    By application

    • Generative AI
    • Computer Vision
    • Time Series
    • Generative AI
    • Computer Vision
    • Time Series

    On-demand GPU

    Instantly scale AI and machine learning workloads on GPU on-demand

    Learn more
  • Customers

    Featured customers

    Bayer and UbiOps
    Scaling computer vision workloads across GPUs
    Innovating with AI towards a digitally secure Netherlands
    Process and analyze enormous amount of data (50+ AI and data science apps) with UbiOps
    Personalized medicine with AI for immunotherapy treatment
    Optimization of district heating grids with IoT data
    All customer stories
  • Resources
    • Documentation
    • Video guides
    • Tutorials
    • Technical integrations
    • NVIDIA AI Enterprise
    • Documentation
    • Video guides
    • Tutorials
    • Technical integrations
    • NVIDIA AI Enterprise
    • Blog
    • Whitepapers
    • Webinars, Interviews & Talks
    • Github
    • UbiOps Training
    • Blog
    • Whitepapers
    • Webinars, Interviews & Talks
    • Github
    • UbiOps Training
  • Company
    • About us
    • UbiOps Partners
    • Contact
    • On-demand GPUs
    • About us
    • UbiOps Partners
    • Contact
    • On-demand GPUs
    • UbiOps for Research & Education
    • Slack Community
    • Jobs at UbiOps
    • UbiOps for Research & Education
    • Slack Community
    • Jobs at UbiOps

    Latest news

    Why is Hybrid Cloud Deployment Useful?

    UbiOps Revolutionizes AI Model Inference Using AMD Instinct 

  • Partners
  • Book a demo
  • Login
Contact Us
Try for free

Tag: #AI

2.30 release UbiOps

Product update Technology

New UbiOps features July 2024  

July 11, 2024 / July 11, 2024 by [email protected]

On the 11th of July 2024 we have released new functionality and made improvements to our UbiOps SaaS product. An overview of the changes is given below.   Python client library version for this release: 4.5.0 CLI version for this release: 2.22.0 https://www.youtube.com/watch?v=jiM9JWMakCQ   More information about active instances To provide more information on what’s […]

Read more »

Tagged

#AImlproductupdatesaas
Fine-tune a model on your own documentation

Functionality Technology

Fine-tune a model on your own documentation

March 28, 2024 / March 28, 2024 by [email protected]

In this article, we will be creating a chatbot which is fine-tuned on custom documentation. We’ll use UbiOps—which is an AI deployment, serving and management platform—to fine-tune and deploy the instruction-tuned Mistral-7B model taken from Hugging Face. We’ll explain some of the methods used to fine-tune models, such as instruction tuning and domain adaptation, but […]

Read more »

Tagged

#AIfinetuneml
No GPUs Available, What Now? UbiOps 2023 update

Blog Functionality Technology UbiOps

No GPUs Available, What Now?

March 31, 2023 / January 22, 2024 by [email protected]

Impending GPU shortage due to explosion in demand: 2023 update on how to tackle the shortage of GPUs

Read more »

Tagged

#AIGPUmlMLOpsmlops ecosystem
Computer vision for smart asset management with BAM Infra & UbiOps.

Collaborations

Computer vision for smart asset management with BAM Infra & UbiOps.

June 29, 2022 / January 3, 2024 by [email protected]

To ensure the Dutch infrastructure remains safe and accessible, with an optimal through-flow of traffic, the Digital Asset Management department of BAM Infra Netherlands (BAM) uses computer vision to analyze existing road infrastructure. To create a scalable and efficient operation, BAM works together with UbiOps, the Dutch platform that enables data scientists to run and […]

Read more »

Tagged

#AIassetmanagementbamdatascieneGPUml
Aiden & UbiOps

Collaborations

Aiden and UbiOps bring AI and low-code together

June 22, 2022 / January 5, 2024 by [email protected]

Many low-code applications exist that could significantly benefit from machine learning. However, only a fraction of those cases currently have ML models running in the background. Therefore they’re missing out on the advantages of using data analytics and machine learning to gain a competitive edge over their competitors. One of the reasons AI and Machine […]

Read more »

Tagged

#AIaidenlow codemachine learningMLOpspartnerships

Collaborations Events

UbiOps at the MLOps World 2022 in Toronto

June 16, 2022 / January 5, 2024 by [email protected]

Last week (7th-10th of June 2022) we had the pleasure to travel all the way to Toronto together for the MLOps world conference 2022! It was a 4 day conference of which two days were online and filled with workshops and talks, and two days were in-person at the Sheraton Conference center. It was really […]

Read more »

Tagged

#AIeventmlMLOpstoronto
Easy workflow for Python dependency management (2)

Functionality UbiOps

Easy workflow for Python dependency management

May 30, 2022 / July 26, 2023 by [email protected]

A simple way to figure out your requirements.txt Whenever you’re working with Python, you will need to manage your dependencies as you install and use multiple libraries. Poor dependency management is notorious for causing conflicts in production and causing the typical “It worked on my laptop” issue. Python environments differ from one environment to another. […]

Read more »

Tagged

#AI#datasciencemlPythonworkflow
What I learned about Machine Learning Infrastructure

Blog

What I learned about Machine Learning Infrastructure

April 14, 2022 / July 26, 2023 by [email protected]

Machine Learning Infrastructure vs traditional IT Infrastructure 2 years ago I had heard of DevOps and knew some bits and pieces of how AI works, such as: you take data from somewhere, train a model when you’re satisfied you feed it new data and work with the results! In reality, it’s not that simple. On the […]

Read more »

Tagged

#AIITmlML systemsMLOps
An introduction to Model drift in machine learning

Blog Technology UbiOps

An introduction to Model drift in machine learning

March 22, 2022 / January 8, 2024 by [email protected]

Let’s imagine the following use case: I’ve built a model that tries to predict how much a person will spend in an online webshop, using the age and the gender of a person. The training data set mostly consists of females, with the average age of all customers being 35. The model learns that mostly […]

Read more »

Tagged

#AIdata driftmachine learningmlmodelmodel drift

Blog Functionality Technology

Set up a connection between a low-code app and your Python or R model.

February 11, 2022 / January 5, 2024 by [email protected]

Set up a connection between a low-code app and your Python or R model #4 Integrate UbiOps with Betty Blocks. It can be hard and complicated to turn a Python or R model into an end-to-end application. You need to develop a front-end and a connection between the front-end and the model before the application […]

Read more »

Tagged

#AIappbetty blocksintegrationlow codeno codePython

Blog Functionality Usage

Powering your low-code app with AI. Integrate UbiOps with OutSystems.

January 12, 2022 / January 5, 2024 by [email protected]

Powering your low-code app with AI By hosting a Python script and integrating it via a simple API endpoint. If you know Python or R and wish to make an AI-powered app, or simply apply more advanced analytics to existing BI apps, this is the guide for you. In this case, we explain how to […]

Read more »

Tagged

#AIAPIappfrontendintegrationlowcodemloutsystemsPython

Blog Collaborations Functionality

Deploy your ML model with UbiOps and monitor it with WhyLabs

January 11, 2022 / January 3, 2024 by [email protected]

We are excited to share we’ve partnered with WhyLabs to enable easy #machinelearning model monitoring 🚀 ⌚️ To showcase the integration, we will train a model to predict the price of a used car based on a number of factors (including horsepower, year, and mileage), deploy it with UbiOps and then monitor it “in production” with WhyLabs. We use […]

Read more »

Tagged

#AIjupyterkagglemlmlmodelmonitoringnotebookPython
Serving, hosting and monitoring of xgboost model: UbiOps and Arthur

Blog Collaborations

Serving, hosting and monitoring of an xgboost model: UbiOps and Arthur

May 25, 2021 / January 5, 2024 by [email protected]

Making ML Ops observable and explainable: serving, hosting and monitoring combined.  Maximizing performance and minimizing risk are at the heart of model monitoring. In mission-critical AI models, real-time visibility is crucial. Respond quickly by retraining your model, replacing the current version or tweaking the pipelines. Additionally, setting up your serving and hosting infrastructure in a […]

Read more »

Tagged

#AIintegrationmlmodelMLOpsmonitoring
UbiOps user event

Blog Events

UbiOps user event: AI ethics, AI audits and detecting deep fakes

January 27, 2021 / July 26, 2023 by [email protected]

Read more »

Tagged

#AIAI AuditAI Ethicsdeepfakeeventubiops
Get to know whether your video or photo is a deep fake, powered by UbiOps and DuckDuckGoose.

Blog Companies

Is this video or picture real, or fake? Time for a deepfake detection.

November 24, 2020 / July 26, 2023 by [email protected]

Get to know whether your video or photo is a deep fake, powered by UbiOps and DuckDuckGoose. We are happy to announce that DuckDuckGoose chooses to work with UbiOps for their deep fake detection software called “DeepDetector”. It not only detects deep fakes but also explains its actions. DuckDuckGoose chooses to work with UbiOps to […]

Read more »

Tagged

#AI#machinelearningcollaborationdeepfakedeepfakes

Blog

How to deploy YOLOv4 on UbiOps

September 10, 2020 / January 5, 2024 by [email protected]

Image recognition is a popular and important field within machine learning. Many models exist to for example classify objects within images. In this tutorial, we will take a look at one of these image recognition models called YOLOv4 (You only look once) and install it locally. Take a look at the paper and the website from the author. […]

Read more »

Tagged

#AImachine learningmlMLOpsPythonyoloYOLOv4
Data Scientist in Dutch Analytics

Blog

Why your data science needs more Ops

May 27, 2020 / June 23, 2021 by support

The last five years have seen a tremendous increase in data science efforts. Not surprisingly, as not only the field has advanced a lot in the areas of Machine Learning and Artificial Intelligence, but also more and more companies ...

Read more »

Tagged

#AI#ArtificialIntelligence#bigdata#datascience#DevOps#machinelearning#MLmodels
Sidebar

Latest news

  • February 5, 2025
  • October 10, 2024

Follow us

Linkedin Youtube Github Medium

Get updates and news from UbiOps

Newsletter

Contact

Headquarters The Hague

Wilhelmina van Pruisenweg 104
2595 AN, The Hague
The Netherlands
+31 70 792 00 91

Amsterdam Office

LAB42, room L2.16, Science Park 900, 1098 XH Amsterdam, the Netherlands

Company

  • Documentation
  • Support
  • Contact Us
  • Go to my Account
  • Documentation
  • Support
  • Contact Us
  • Go to my Account

Follow us

Linkedin Youtube Github Medium

UbiOps is a trademark of
Dutch Analytics B.V. Reg. 66849381

Knowledge Base

  • Tutorials
  • Video Guides
  • Blogs and News
  • Book a Demo
  • Tutorials
  • Video Guides
  • Blogs and News
  • Book a Demo
  • UbiOps Terms and Conditions
  • Privacy Policy
  • Cookie declaration
  • UbiOps Terms and Conditions
  • Privacy Policy
  • Cookie declaration