Click here to Skip to main content
15,886,026 members
Everything / ANN

ANN

ANN

Great Reads

by Andrew Kirillov
The article demonstrates usage of ANNT library for creating fully connected ANNs and applying them to different tasks.
by Gamil Yassin
Types of Artificial Neural Networks
by KristianEkman
A C# object oriented Neural Network, trainer, and Windows Forms user interface for recognitions of hand-written digits.
by Gamil Yassin
Part 4 of a series of articles demonstrating .NET AI library from scratch

Latest Articles

by Serge Desmedt
A try it yourself guide to the basic math behind ADALINE perceptron
by KristianEkman
A C# object oriented Neural Network, trainer, and Windows Forms user interface for recognitions of hand-written digits.
by Andrew Kirillov
The article demonstrates usage of ANNT library for creating fully connected ANNs and applying them to different tasks.
by Gamil Yassin
Types of Artificial Neural Networks

All Articles

Sort by Score

ANN 

28 Sep 2018 by Andrew Kirillov
The article demonstrates usage of ANNT library for creating fully connected ANNs and applying them to different tasks.
8 Jan 2019 by KristianEkman
A C# object oriented Neural Network, trainer, and Windows Forms user interface for recognitions of hand-written digits.
17 Sep 2017 by Gamil Yassin
Part 4 of a series of articles demonstrating .NET AI library from scratch
20 Aug 2020 by Serge Desmedt
A try it yourself guide to the basic math behind ADALINE perceptron
13 Jun 2018 by AizazRizvi
Problem is solved. Problem was with the weights matrix copied from MATLAB. debugging mode saved my life. :)
3 Feb 2018 by CHill60
This is hardly a question that can get a "Quick Answer" ! You're going to have to do a lot more reading than just a few journals - here's a suggested starting point[^] for your research. Some other ideas are discussed here... Best software for training an ANN model ?[^]
13 Jun 2018 by AizazRizvi
Hello All, I am calculating values by using weights and bias from MATLAB trained ANN. trying to code a sigmoid simulation equation, but for some reason C# calculations vary too much than that of MATLAB. i.e. error is too high. I tried to check each step of the equation and found out the specific...
15 Jun 2023 by Apoorva 2022
I worked on a predictive (classification) model. I used Word2Vec to convert the data is textual columns to numeric, following which I ran the machine learning algorithms. I have the following doubts regarding the working of Word2Vec: What I...
15 Jun 2023 by Richard MacCutchan
See https://towardsdatascience.com/word2vec-explained-49c52b4ccb71[^].
3 Feb 2018 by J SATISH
I'm very new to ANN. I wanna learn ANN coding for my academic purposes. So please kindly help me to learn ANN coding. I have a basic knowledge of C, python and Matlab. What I have tried: I've read few research journals related to ANN.