ANN (Artificial Neural Network) code
128 次查看(过去 30 天)
显示 更早的评论
Can you help me? i want to use ANN for classification blood type, there are 4 outputs that I expect, A, B, AB an O
can you give me a example code for ANN? thanks
0 个评论
回答(3 个)
Ameer Hamza
2020-4-29
You need to create ANN for the classification problem. You can find similar example using app provided in deep learning toolbox: https://www.mathworks.com/help/deeplearning/gs/classify-patterns-with-a-neural-network.html
David Willingham
2022-5-26
Deep Learning networks, like LSTM's (Long Short Term Memory), could also be used to solve this problem. This example Sequence Classification Using Deep Learning highlights how to predict categorical outputs from input sequences.
0 个评论
Sidra
2023-3-26
AoA ..... sir i want to use ANN on buger fisher equation..can you give me a example code for ANN ?thankx
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!