|
|
|
|
|
by hota_mazi
3557 days ago
|
|
Neural networks are a good example where mutable structures are the only realistic choice. You're dealing with fully connected networks of millions of nodes, each of which needs to be updated multiple times for each layer at every pass. |
|