Today most commonly used Artificial Intelligence tools are TensorFlow, PyTorch, CNTK, Caffe, Apache MXNet, Keras, OpenNN, AutoML, and H2O.ai. Each tool is used for different purposes, and choosing the right one depends on the task you are trying to accomplish. For example, TensorFlow is one of the most popular tools for deep learning, while AutoML… Continue reading Which Artificial Intelligence tools is most used?
Month: January 2023
Norwegian conversational AI platform
Boost.ai is an end-to-end conversational AI platform that enables organizations to quickly create, deploy, and manage virtual assistants for their customers. The platform makes use of natural language processing (NLP) and natural language understanding (NLU) to understand customer queries and respond accurately. It also uses self-learning AI to reduce development time and enhance customer communication.… Continue reading Norwegian conversational AI platform
Using cgroups in Linux
Cgroups (abbreviated from control groups) is a Linux kernel feature that limits, accounts for, and isolates the resource usage of a collection of processes. Cgroups allow you to allocate resources — such as CPU time, system memory, network bandwidth, or combinations of these resources — among user-defined groups of processes. In order to use cgroups… Continue reading Using cgroups in Linux
New Linux kernel 6.0
The latest Linux kernel is 6.0 and it brings an assortment of performance improvements, new hardware support, security fixes, and the usual grab-bag of file-system tweaks. This includes support for Intel’s fourth generation Xeon server chips “Sapphire Rapids”, and their 13th generation “Raptor Lake” core chips. AMD provides a kernel graphics driver for their RDNA… Continue reading New Linux kernel 6.0
Your tool box with Kotlin
When programming in Kotlin, the tool box should include an Integrated Development Environment (IDE) such as IntelliJ IDEA, Atom, Visual Studio Code, Sublime Text, or Eclipse IDE. Additionally, you should have Gradle and Maven as build systems to build software from Kotlin code, as well as access to various libraries and frameworks like Spring, JetBrains,… Continue reading Your tool box with Kotlin