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
  • 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!

  • Serialisierung

Serialization – How does serialization of data work?

2023-12-23T11:00:24+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , |

In computer science, serialization is the mapping of structured data to a sequential form of representation.

  • Single Stepping Attacke - Cybercrime - IT-Security

Single-Stepping Attack – Cyberattacks made easy to understand!

2024-11-26T15:27:01+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , |

Focus on single-stepping attacks: This advanced attack method makes it possible to analyze programs step by step and expose specific vulnerabilities. In episode 18 of our Rock the Prototype podcast, you will also find out how such attacks can undermine even state-of-the-art protection mechanisms such as hardware security modules (HSM) and secure enclaves. We explain cyber attacks and teach you the basics of IT security in an easy-to-understand way. Find out more about IT security now!

  • Sortieralgorithmen - Der Sortieralgorithmus bei der Programmierung

Sorting algorithms

2023-12-07T14:16:43+01:00Tags: , , , , , , , , , , , , |

Sorting algorithms are a set of algorithmic methods that arrange items in a collection or list in a specific order, often numerically or alphabetically. We provide you with an easy-to-understand explanation and clear illustrations of the complexity of sorting algorithms.

  • Styleguide für Digitale Medien und digitale Formate

Styleguide

2023-12-23T09:45:11+01:00Tags: , , , , , , , , , , , , , , , , , , |

A style guide is a description of defined design principles. Style guides can be defined for different design objectives. Everything you need to know about style guides...

Go to Top