Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
Увы, с математикой у меня всегда было туго,
По хорошему говоря, НС должна работать с тремя видами данных:
правила (они же — верные данные, они же — факты);
ограничения (они же — неверные данные);
исключения (ведь из каждого правила есть исключения, да?)
What is a disadvantage of an Artificial Neural Network?
local minima
generalization/overfitting
hard to interpret
Neural nets perform very well on difficult, non-linear domains, where it becomes more and more difficult to use Decision trees, or Rule induction systems, which cut the space of examples parallel to attribute axes. They also perform slightly better on noisy domains.
One of disadvantages in using Neural nets for data mining, is a slow learning process, compared top for example Decision trees. This difference can very easily be several orders of magnitude (100-10000).
Another disadvantage is that neural networks do not give explicit knowledge
representation in the form of rules, or some other easily interpretable form. The model is implicit, hidden in the network structure and optimized weights, between the nodes.


Антинейроны и обучение на ошибках