In the Artificial Intelligence Technology, mostly in the field of Natural Language Processing (NLP), Computer Linguistics and in other fields of Computer Science, The Edit Distance Method is a way of quantifying how dissimilar two text far from each other in char comparison by counting the minimum number of operations required to transform one string into the other. Edit distances find…
In this post, we will try to explain how to simulate a very simple artificial neural network in C++ and this is a good introduction to Artificial Intelligence Technologies. Artificial Intelligence is being widely explained well in Computer Science and many other…
In this post, we will try to explain what is A.I. and this is a good introduction to Artificial Intelligence Technologies. We will continue to give C++ examples about AI Technologies in AI Tech series. Artificial Intelligence is being widely explained well in Computer…
How To Import FANN Library For C++ Builder Windows Projects
December 26, 2020
This article is about to help you on implementing an Artificial Neural Network by using FANN Library developed by Steffen Nissen. It supports more than 20+ programming languages (http://leenissen.dk/fann/wp/language-bindings/) including Delphi and C++ Builder. You can reach full information and documentation here and you can download FANN source files from their web page…

