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 CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by