Implementing Neural Networks in Javascript
Neural networks provide the possibility to solve complicated non linear problems. They can be used in various areas such as signal classification, forecasting timeseries and pattern recognition. A neural network is a model inspired by the human brain and consists of multiple connected neurons. For getting a deeper understanding, I recommend checking out Neural Networks and Deep Learning. Within the last years, multiple Javascript frameworks were developed that can help you to create, train and use Neural Networks for different purposes.
May-23-2017, 10:31:35 GMT