artificial intelligence - Does a neural network require binary inputs? -


संभव डुप्लिकेट:

क्या अनिवार्य है कि तंत्रिका नेटवर्क केवल इनपुट के रूप में द्विआधारी मान लेगा?

नहीं वे बाइनरी आउटपुट तक सीमित नहीं हैं, जब तक कि आप सक्रियण के लिए एक चरण फ़ंक्शन का उपयोग नहीं कर रहे हैं।

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -