Based on this wiki : a convolutional neural network (CNN, or ConvNet) is a class of deep neural network, most commonly applied to analyze visual imagery. They are also known as shift invariant or space invariant artificial neural networks (SIANN).
Convolutional Neural Network? That sounds complicated! Is it?
Good news, DeepAI.org has provided an API to access, so we can quickly build…
CNC Monitor: An Ultimate Platform For Collecting And Digitizing Data From Machines Is Powered By Delphi
March 5, 2021
Fully developed in Delphi, the CNC Monitor is a platform (mobile and Web) that collects and digitizes Data from CNC machining machines (Works with CNC) homogeneously, even with different technologies, such as: CNC command manufacturers ( Siemens, Mazak, Brother, Haas…
Remarkable Application For Ventilation Devices Is Made In Delphi
February 20, 2021
Ventilation Xpress is a selection of Daikin ventilation devices and it is built in Delphi. According to the developer, “Selection tool for ventilation devices (VAM, VKM). The selection is based on given supply/extract airflows (including fresh up), and given ESP of the…
Convert Java Class Files and .jar Archive Files into Delphi Modules Using the Java4Delphi Tool
September 14, 2020
Intro
Java4Delphi converter tool helps to convert Java .class files and Java .jar archives to Delphi .pas files. So, Java classes and libraries can be used from Delphi projects easily.
Java4Delphi by WINSOFT is a commercial tool and gives all the functionalities when you get a license. All the source code of JNI and Delphi4Java units will be included in it.
The best thing about this tool…
Portuguese translation of Delphi in Healthcare, Fighting the Corona Pandemic
Delphi na área de saúde, combatendo à pandemia do coronavírus
Quando uma crise como a pandemia do coronavírus atinge a sociedade, ela afeta todos os aspectos da vida humana. Isso limitou…
Spanish translation of Delphi in Healthcare, Fighting the Corona Pandemic
Delphi en la atención de la salud, contra la pandemia del coronavirus
Cuando una crisis como la pandemia del coronavirus azota a la sociedad, impacta en todos los aspectos de la vida humana. Ha…
Delphi in Healthcare, Fighting the Corona Pandemic
April 26, 2020
Delphi in Healthcare, Fighting the Corona Pandemic
When a crisis like the coronavirus pandemic hits society, it affects every aspect of human life. It has severely limited our ability to travel and interact with family and loved ones, it has changed how we interact with the community we live in – and last but not least, how we interact with customers and maintain a livelihood. For many…
Class Implementing Two Interfaces with Duplicate Method Names
November 26, 2019
Delphionly supports single inheritance. A Delphi class can only descend from a single parent class, but a Delphi class can implement multiple interfaces.
type
TAthlete = class(THuman, IWalker, IJumper)
The TAthlete descends from the THuman parent class (which…
Introducing Inline Variables in the Delphi Language
November 8, 2018
The coming 10.3 version of Delphi introduces a very handy feature to the language, local inline variables with local scope and type inference.
The Delphi language in 10.3 has a fairly core change in the way it allows far more flexibility in the…
Offline Capable Cross Platform Delphi 10.2 FireMonkey Client Code For Android, iOS, macOS, And Windows
September 5, 2018
The RAD Server Field Service Template provides an end to end field service application template for routing appointments, managing parts, and user administration. It is made up of a REST server module, a desktop client, and a cross platform mobile client. The template can give you a head start in building your own field service solutions. This blog post is about the offline capable mobile client…