window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-JYLJ7J3717');

Prototyping Wiki

A B C D F G H I J K L M N O P Q R S T U V W X Y

Kubernetes

2025-01-24T14:50:10+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is Kubernetes? Kubernetes is a DevOps tool for containerization and as an open source tool, the Kubernetes container orchestration tool manages the deployment, scaling and management of containerized applications.

  • software library

Library

2023-12-22T10:05:11+01:00Tags: , , , , , , , , , , |

A library refers to a software library as a ready-made collection of code that can be used to perform general software development tasks. Libraries are essentially a collection of functions and procedures that can be called up by other software programs to execute certain functions.

  • LLAMA3 - KI Modell - Künstliche Intelligenz

LLAMA3 – AI model for natural language processing

2024-04-23T14:35:46+02:00Tags: , , , , , , , , , , , |

What is LLAMA3? LLAMA3 is a state-of-the-art artificial intelligence (AI) model for natural language processing. As an AI model, it is known for its ability to understand and generate human-like speech. LLAMA3 differs from its predecessors by its open-source availability and its efficient structure, which makes it possible to achieve high-quality performance with a smaller number of parameters.

Loops

2024-11-13T10:35:41+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , |

In computer science, a loop is a program structure that repeats a sequence of instructions until a certain condition is met.

  • Machine Learning - Künstliche Intelligenz

Machine Learning

2023-12-10T19:11:37+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , |

Machine learning is a branch of artificial intelligence (AI) that deals with the development of algorithms and models that enable computers to learn from experience and data, recognize patterns and make predictions without being explicitly programmed. The aim of machine learning is to enable computers to learn independently from data and extract information in order to master complex tasks. We explain which concepts are used to do this and how predictions can be made by adapting models to existing data.

Micro front end

2024-12-02T05:21:34+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

The micro frontend is a design pattern that uses the strengths and advantages of microservices to improve the user experience of a web frontend.

Microservices

2024-11-16T10:08:48+01:00Tags: , , , , , , , , , , , , , , , , |

Microservices are small, autonomous services that work together. The key to a good microservice architecture lies in the implementation of small and autonomous microservices.

  • Natural Language Processing - NLP

Natural Language Processing (NLP)

2025-01-24T15:57:08+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

Natural Language Processing (NLP) - a highly specialized subfield of artificial intelligence (AI) How do machines understand human language? Natural Language Processing is the key to bridging the gap between humans and machines

Go to Top