i want to enter the images into neural network from my database....how to do that
3 views (last 30 days)
Show older comments
primrose khaleed
on 16 May 2014
Commented: primrose khaleed
on 20 May 2014
hi , i have dataset that consist of 20 image of two different cars, i want to enter this image into neural network how can do that??? i resize the image into 200x200 ...i want to enter the images into neural network from my database....how to do that ...the images of my project like this
0 Comments
Accepted Answer
Image Analyst
on 17 May 2014
There is a database toolbox (which I don't have) that is used to communicate with database programs:
Database Toolbox™ provides an app and functions for exchanging data between relational databases and MATLAB®. You can use SQL commands to read and write data or use the Database Explorer app to interact with a database without using SQL.
The toolbox supports ODBC-compliant and JDBC-compliant databases, including Oracle®, MySQL®, Sybase®, Microsoft® SQL Server®, and Informix®. You can apply simple and advanced conditions to database queries from MATLAB. The toolbox lets you access multiple databases simultaneously within a single MATLAB session and enables segmented import of large data sets.
3 Comments
Image Analyst
on 18 May 2014
I thought you mean a real, actual database. If you're not using a database, then you can use just an ordinary folder of image files or mat files. I know virtually nothing about Neural Networks so you'll have to wait for Greg to see this and answer.
More Answers (1)
Greg Heath
on 19 May 2014
I'm not sure what your problem is.
You can search the NEWSGROUP and ANSWERS for many classification examples.
The current function for classification and pattern-recognition is patternnet. However, you can still use the obsolete function newpr.
Use the commands help and doc to access documentation examples
Otherwise, just search posts using the function names. For example,
greg patternner
greg newpr
Hope this helps.
Thank you for formally accepting my answer
Greg
4 Comments
See Also
Categories
Find more on Image Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!