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

採用された回答

Image Analyst
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
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.
primrose khaleed
primrose khaleed 2014 年 5 月 18 日
thanks Image Analyst...but i see some of your answer in NN is very good and clear...Greg no answer me(i dont know )...if you have any links or books can help me plz see=nd it,....thaaaaaaaaaaaaaank you very very much

サインインしてコメントする。

その他の回答 (1 件)

Greg Heath
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
  4 件のコメント

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by