It's possible to export a neural network as a function to use in excel?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
If it's possible, how I do that?
0 commentaires
Réponses (1)
BERGHOUT Tarek
le 4 Fév 2019
i didn' t done it before , but i know that it is possible ; you have weights matrices you can put each one of them in tables and biasis also; and identify a function that calculates the hidden layers then the activation functions.
you can get your weigth when you configure your network and after that type " net" in work space to see the names of weights matrices and baises, then import them to you excel file.
0 commentaires
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!