PyTorch

PyTorch ist ein populäres Open-Source-Framework für maschinelles Lernen und Deep Learning. Es wurde von Facebook AI Research entwickelt und bietet eine einfache und flexible Schnittstelle zum Entwerfen, Trainieren und Bereitstellen von neuronalen Netzwerken. Die wichtigsten Merkmale von PyTorch: 1. Tensoren

REST-API

Eine REST-API (Representational State Transfer Application Programming Interface) ist eine Art von API (Application Programming Interface), die auf dem REST-Architekturstil basiert. REST ist ein Architekturstil für die Entwicklung von Netzwerkanwendungen, der auf dem HTTP-Protokoll aufbaut und eine einfache und leichtgewichtige

c# Data Binding

Data Binding Example: https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.inotifypropertychanged?redirectedfrom=MSDN&view=netframework-4.8 Data Binding with Xamarin Forms: Data Binding with DataGridView https://docs.microsoft.com/de-de/dotnet/framework/winforms/controls/how-to-bind-data-to-the-windows-forms-datagridview-control

Mono unter Ubuntu installieren

Install Mono Offizelle Seite: https://www.mono-project.com/download/stable/#download-lin-ubuntu Add the Mono repository to your system sudo apt install gnupg ca-certificates sudo apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF echo „deb https://download.mono-project.com/repo/ubuntu stable-bionic main“ | sudo tee /etc/apt/sources.list.d/mono-official-stable.list sudo apt update Mono sudo apt install