Click here to Skip to main content
15,885,366 members
Articles / Artificial Intelligence / Neural Networks

Basis of Neural Networks in Visual Basic .NET

Rate me:
Please Sign up or sign in to vote.
4.96/5 (18 votes)
8 Sep 2015CPOL14 min read 49K   32  
Basics of implementing a neural network in VB.NET
In this article, you will learn how to implement a neural network in VB.NET, namely, a model which is capable of processing input data and adjusting its internal mechanics to learn to produce a desired result.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Italy Italy
Working in IT since 2003 as Software Developer for Essetre Srl, a company in Northern Italy.
I was awarded in 2014, 2015 and 2016 with Microsoft MVP, for Visual Studio and Development Technologies expertise. My technology interests and main skills are in .NET Framework, Visual Basic, Visual C# and SQL Server, but i'm proficient in PHP and MySQL also.

Comments and Discussions