- Machine Learning for Data Mining
- Jesus Salcedo
- 137字
- 2021-06-24 14:50:24
Disadvantages of neural networks
Good models come at the cost of a few disadvantages:
- They take time to train: Neural networks do take a long time to train; they are generally slower than a linear regression model or a decision tree model, as these basically just do one pass on the data, while, with neural networks, you actually go through many, many iterations.
- The best solution is not guaranteed: You're not guaranteed to find the best solution. This also means that, in addition to running a single neural network through many iterations, you'll also need to run it multiple times using different starting points so that you can try to get closer to the best solution.
- Black boxes: As we discussed earlier, it is hard to decipher what gave a certain output and how.
推薦閱讀
- 大數(shù)據(jù)技術(shù)基礎(chǔ)
- 網(wǎng)上沖浪
- Getting Started with Clickteam Fusion
- 程序設(shè)計(jì)語(yǔ)言與編譯
- VB語(yǔ)言程序設(shè)計(jì)
- AWS Administration Cookbook
- 現(xiàn)代傳感技術(shù)
- 塊數(shù)據(jù)5.0:數(shù)據(jù)社會(huì)學(xué)的理論與方法
- Kubernetes for Serverless Applications
- Grome Terrain Modeling with Ogre3D,UDK,and Unity3D
- PostgreSQL 10 Administration Cookbook
- MCGS嵌入版組態(tài)軟件應(yīng)用教程
- R Data Analysis Projects
- 空間機(jī)器人
- Linux Shell Scripting Cookbook(Third Edition)