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…
Coins, wallets and the tale of very big numbers
It’s hard to miss the tidal wave of stories about cryptocurrency. The inexorable rise of BitCoin, Ethereum, and a whole stable of others, and the volatility where fortunes are made – and lost – has ensured…
The great thing about Delphi is that it makes the tough jobs really easy. For instance, take the task of controlling cloud servers. By using Windows App development tools like RAD Studio Delphi’s cross-platform Firemonkey FMX framework, you can actually EASILY write a…
Currency exchange rates are an interesting financial dataset similar to stock quotes and cryptocurrency datasets. For building solutions like software or a POS system for a currency exchange business, it is a necessary dataset and there are APIs online that give you easy access to this data. One API that is available is from ExchangeRatesAPI.io which is owned by apilayer (a sister company of…
Google Cloud offers a Natural Language API which allows a developer to take unstructured text as an input and utilize Google’s machine learning capabilities to derive insight from it. They have a number of different operations that can be performed on a piece of text…
I’ve been demonstrating complete, industry-ready RAD Server solutions. The Field Services Industry template, for example, includes REST endpoints to which the Field Service Admin and Field Service App connect. It stores its databases on the backend with…
Powerful Enterprise-Grade Medical Office Industry Template Source Code For Your Business
February 5, 2021
In the last few RAD Server posts, we have seen several industry templates that can be a headstart for your business. For instance, theField Services Industrytemplate and theHospitality Industrytemplate. Today, we will explore another complete and complex Nurses template.
RAD Server Nurses Demo– The connected nurses station showcases a common medical office…
Free Source Code: RAD Server Field Services Industry REST API Template Solution For Your Business
January 5, 2021
You can rapidly build and deploy services-based applications withRAD Server. And you get pre-built Docker images for RAD Server on Linux available from Docker Hub. This means you can deploy your services on Azure, AWS, Google Cloud, or on-premise.
There are…
Learn About Quickly Building REST Applications Using The Powerful RAD Server In Delphi/C++ Builder
October 28, 2020
Over a period of years lot of Web Architectural styles were introduced like, Pipe and filter, Uniform Pipe Filter and some hierarchical styles like client server, Client server stateless, cache, etc. But each style has equal strength and limitations which leads to a modern…
REST is one of the main models that has been described by Roy Fielding, one of the principal creators of the HTTP protocol, in his Ph.D. thesis and adopted as the model to be used in the evolution of the HTTP protocol architecture.
The Embarcadero REST Library isaccessiblefor all platforms, supported by Delphi. RESTRequest4Delphi is a wrapper around the built in components.
The…