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 J K L M N O P R S U V Y
  • Adapter Pattern - Adapter Entwurfsmuster Programmieren lernen

Adapter Pattern

2023-12-10T19:27:22+01:00Tags: , , , , , , , , , |

The Adapter Pattern is a structural design pattern for software that allows objects with incompatible interfaces to work together. It converts the interface of a class into another interface so that this API then meets the functional requirements and is easily maintainable without changing the source code of the original class. The properties of the Adapter Pattern are always very useful when an API to be adapted is not within the sphere of influence of the software to be changed.

  • KI Frameworks - Libraries fuer Kuenstliche Intelligenz

AI Frameworks

2023-12-16T10:14:26+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

AI frameworks are collections of software libraries, tools and guidelines that are specifically designed for the development of artificial intelligence (AI) are designed. Such frameworks provide developers with a structured starting point with a powerful AI environmentin which they can develop and implement algorithms for machine learning (ML), deep learning, natural language processing (NLP) and other AI-related technologies. Top 10 AI frameworks, Types of AI frameworks, Technological aspects of AI frameworks Application areas and use cases of AI frameworks

  • Artificial Intelligence Act - AI Act der EU

Artificial Intelligence Act – All the facts about the EU’s AI Act

2024-03-18T12:07:19+01:00Tags: , , , , , , , , , , , , , , , , , , , , |

What is the EU's Artificial Intelligence Act - AI Act for short? The Artificial Intelligence Act (AI Act) is the world's first binding law regulating artificial intelligence (AI). The AI Act was adopted by the European Commission on March 13, 2024, after being introduced as a legislative proposal in April 2021. The AI Act is thus part of a broader European Union (EU) AI strategy that aims to harness the potential of AI while minimizing risks, maximizing opportunities, combating discrimination and ensuring transparency in the use of AI technologies.

Authentication

2023-10-13T11:40:19+02:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

Authentication is a multi-step process in identity management. Authentication in an IT system implements IT security functions that are realized by various security services and components.

  • Bootstrapping in der Softwareentwicklung

Bootstrapping

2023-12-15T16:09:26+01:00Tags: , , , , , , , , , , , , , , , , , , , |

What is bootstrapping? Bootstrapping is the technical way in which a software stack is defined, i.e. how an application is configured and started. Bootstrapping is therefore a typical deployment process.

  • Bridge-Pattern Konzept in der Softwareentwicklung - Softwarearchitektur Pattern

Bridge pattern

2023-12-22T08:04:55+01:00Tags: , , , , , , , , |

The bridge pattern is a design pattern for software that serves to decouple an abstraction from your implementation so that both software components can be changed independently of each other without influencing each other. Bridge patterns are useful tools for creating flexible, modular and easy-to-maintain systems.

  • ChatGPT - KI Modelle zur Sprachverarbeitung

ChatGPT

2023-12-29T10:55:35+01:00Tags: , , , , , , , , , , , , , , , , , |

ChatGPT is currently the most powerful AI in the form of a state-of-the-art language processing model, developed by OpenAI, based on the GPT architecture (Generative Pre-trained Transformer). As a variant of the GPT-3 and later the GPT-4 family, this AI model is characterized by its ability to generate human-like texts and respond to a variety of inputs in natural language. AI models are trained using machine learning and a large amount of text data to understand and mimic the patterns and nuances of human language. Artificial intelligence (AI) and AI applications are now extremely diverse, ranging from answering questions and creating content to complex discussions on a wide range of topics.

  • Clustering Algorithmus - Algorithmen zum Clustern von Daten

Clustering algorithm

2023-12-08T09:52:05+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , |

Would you like to know what a clustering algorithm is? Find out what the clustering algorithm is and what you can use it for. We explain how a clustering algorithm works in pseudocode.

  • Cybercrime - Cyberkriminalität

Cybercrime

2024-02-22T08:29:47+01:00Tags: , , , , , , , , , |

What is cybercrime? Cybercrime refers to illegal activities that are carried out using the internet or other forms of digital communication. This includes a variety of cybercrimes such as cyber fraud, cyber theft of digital identities, the spread of malware, unauthorized access to data and systems, and attacks on network infrastructures. Cybercrime uses digital technologies as a means to an end. Find out more now!

Go to Top