character recognition using NuralNetwork or PRT toolbox
    5 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    mamata
 le 20 Juin 2014
  
    
    
    
    
    Réponse apportée : Dr Oluleye Babatunde
 le 8 Juil 2014
            I am interested in character recognition. please suggest which approach should I follow:
1 patternnet of Neural Network Toolbox 2 feedforwardnet of Neural Network Toolbox 3 PRT toolbox
0 commentaires
Réponse acceptée
  Greg Heath
      
      
 le 21 Juin 2014
        patternnet for classification and pattern-recognition
fitnet for regression and curve-fitting
Both call feedforwardnet which NEVER has to be explicitly called.
Search the NEWSGROUP and ANSWERS for relevant posts on character recognition.
Hope this helps.
Thank you for formally accepting my answer
Greg
0 commentaires
Plus de réponses (1)
  Dr Oluleye Babatunde
 le 8 Juil 2014
         Both are good. You must identify the classinformation and the actual features set in the dataset.
 You will need these infom to train the network
i.e net = train (net, features, classinfo)
0 commentaires
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


