what is the weight of the instance in Perceptron neural network?
what is the weight of the instance in Perceptron neural network?
I want to build Perceptron neural network in python. I read the java code of it that used in Weka, but I didn't understand what is the weight of the current instance. they used it in the learning rate and getting the error of the network.
Kindly can anyone know what it is mean?
1 Answer
1
It may help to re-phrase your title to better understand your question. Take a look at this quick guide on how to implement perceptrons in Python. And also consider this book, which covers Machine Learning (a lot of neural network topics) for Python in great depth. These are Python resources, but I've found that understanding Machine Learning is a lot easier starting out in Python. Consider learning the basics in Python, and then uncover the methods to do it in Java. Just my 2 cents.
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.