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
Ra Re
  • Refresh Token

Refresh Token

2024-07-11T15:51:41+02:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is a refresh token? Refresh tokens are essential components of modern authentication systems and an indispensable element in protocols such as OAuth 2.0 to enable the secure management of access rights to web resources. Find out more about how Refresh Token works and its life cycle...

  • Deep Reinforcement Learning in Aktion: Ein 3D-Modell eines neuronalen Netzwerks mit leuchtenden Knoten, die durch pulsierende Linien verbunden sind, welche die Flüsse von Aktionen und Aktivierungen symbolisieren. Das neuronale Netzwerk interagiert mit einer simulierten Umgebung, dargestellt durch ein Schachbrett und Spielfiguren, die den Lernprozess und die Entscheidungsfindung des Agents in Echtzeit veranschaulichen.

Reinforcement Learning

2025-01-26T18:51:25+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

Reinforcement learning is a branch of machine learning that trains agents to make optimal decisions by interacting with their environment. Reinforcement learning is used in autonomous vehicles, robotics, games such as AlphaGo and AlphaZero and the optimization of resources in energy systems.

Release

2024-11-13T16:07:20+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

A release is a defined software version of an application. A software release is therefore a software version defined for users with a defined range of functions and maturity level. An initial software release generally represents the first generation of a new or improved software application.

  • REST API - Representational State Transfer API

REST API (Representational State Transfer API)

2025-03-10T11:08:24+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is a REST API? An overview of the strengths and weaknesses of REST APIs and everything you need to know about REST architecture...

  • Retrieval-Augmented Generation - RAG

Retrieval Augmented Generation (RAG) – using AI models effectively

2024-03-30T10:36:37+01:00Tags: , , , , , , , , , , , , |

What is Retrieval Augmented Generation (RAG)? Retrieval-Augmented Generation (RAG) is an advanced AI technique in AI language modeling based on the integration of external information sources to improve and augment answer generation. A RAG system combines the comprehensive knowledge capacities of a Large Language Model (LLM) with the ability to obtain specific information from an external knowledge repository. This AI method allows the model to generate answers based not only on its internally trained knowledge, but also on current, specific and extensive external data. Find out more now!

Go to Top