i want to enter the images into neural network from my database....how to do that
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Image Analyst
2014-5-17
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 个评论
Image Analyst
2014-5-18
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.
更多回答(1 个)
Greg Heath
2014-5-19
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
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!