DelphiRAD Studio

How To Build a Digit Classifier In Tensorflow

MNIST – Modified National Institute of Standards and Technology is the crucible of a comprehensive computer vision database. Since its release in 1999, MNIST’s classic dataset of handwritten pictures has been accepted as the foundation for benchmarking classification algorithms. Image source: researchgate.net Most of the time, learners start by classifying digits given by MNIST.
Read more
C++Code

5 New Posts About C, C++, And Python

Hello C++ Developers. In today’s round-up of recent posts on LearnCPlusPlus.org, we have 5 new C and C++ posts with some very simple examples that can be used with a modern C++ Compiler that supports C++17. We also dabble a little with Python too, just for good…
News

Machine Learning and Artificial Intelligence [Webinar]

Machine Learning and Artificial Intelligence rocketed from the realm of science fiction becoming the most talked about topics in the tech and business world. Machine Learning (ML) is a subset of the computer science discipline of Artificial Intelligence (AI). Artificial Intelligence refers to the intelligence exhibited by machines capable of carrying out tasks that usually require human…
Read more
CodeDelphiRAD Studio

Machine Learning: 5 Ways To Use ML in your Windows Apps

How do I start using Machine Learning in Windows? Machine learning isn’t just for the cloud, or run locally in a web browser or command prompt. Microsoft is bringing it to PCs in the latest Windows 10 release. For example, Microsoft provides Python’s WinRT to create Windows Machine Learning applications, and ONNX (Open Neural Network Exchange) format, an open standard for sharing trained…
Read more
DelphiNews

Python for Delphi Developers (2-Part Webinar)

Why would a Delphi developer want to add Python to their toolbelt? It is all about library access and scriptability. The open-source Python4Delphi (P4D) library by Kiriakos Vlahos, author of the popular PyScripter Python IDE, allows you as a Delphi developer to leverage the…