Clasificación automática de plantas monocotiledóneas y dicotiledóneas usando minería de datos

This research project, it describes based on a web application development within the two data mining techniques comparison, such as: logistic regression and SVM (support vector machine). For this case study, it was performed the field research, where was got the images for the database creation wit...

Cur síos iomlán

Sábháilte in:
Sonraí bibleagrafaíochta
Príomhchruthaitheoir: Cayambe Cajo, Fabian Rolando (author)
Formáid: bachelorThesis
Teanga:spa
Foilsithe / Cruthaithe: 2022
Ábhair:
Rochtain ar líne:http://repositorio.utc.edu.ec/handle/27000/9176
Clibeanna: Cuir clib leis
Níl clibeanna ann, Bí ar an gcéad duine le clib a chur leis an taifead seo!
_version_ 1863503492110352384
author Cayambe Cajo, Fabian Rolando
author_facet Cayambe Cajo, Fabian Rolando
author_role author
collection Repositorio Universidad Técnica de Cotopaxi
dc.contributor.none.fl_str_mv Cantuña Flores, Karla Susana
dc.creator.none.fl_str_mv Cayambe Cajo, Fabian Rolando
dc.date.none.fl_str_mv 2022-12-06T20:09:50Z
2022-12-06T20:09:50Z
2022-03
dc.format.none.fl_str_mv 80 páginas
application/pdf
dc.identifier.none.fl_str_mv Fabián Rolando Cayambe Cajo (2022); Clasificación automática de plantas monocotiledóneas y dicotiledóneas usando minería de datos. UTC. Latacunga. 80 p.
PI-002086
http://repositorio.utc.edu.ec/handle/27000/9176
dc.language.none.fl_str_mv spa
dc.publisher.none.fl_str_mv Ecuador: Latacunga: Universidad Técnica de Cotopaxi (UTC)
dc.rights.none.fl_str_mv http://creativecommons.org/licenses/by-nc-sa/3.0/ec/
info:eu-repo/semantics/openAccess
dc.source.none.fl_str_mv reponame:Repositorio Universidad Técnica de Cotopaxi
instname:Universidad Técnica de Cotopaxi
instacron:UTC
dc.subject.none.fl_str_mv REGRESIÓN LOGÍSTICA
SMV
MINERÍA DE DATOS
MONOCOTILEDÓNEA Y DICOTILEDÓNEA
SISTEMAS COMPUTACIONALES
dc.title.none.fl_str_mv Clasificación automática de plantas monocotiledóneas y dicotiledóneas usando minería de datos
dc.type.none.fl_str_mv info:eu-repo/semantics/publishedVersion
info:eu-repo/semantics/bachelorThesis
description This research project, it describes based on a web application development within the two data mining techniques comparison, such as: logistic regression and SVM (support vector machine). For this case study, it was performed the field research, where was got the images for the database creation with 353 records. Into web application development is collected data, such as: area, perimeter, centroid and type (monocotyledonous and dicotyledonous), these data are used in the two aforementioned algorithms training and learning process; since it is useful for automatic classification. For the prototype development was used the image segmentation, morphological operations for the leaf recognition and subsequently, it is extracted the same attributes, said attributes are saved in a cvs, what used two models, through the functions model = LogisticRegression () and clf = SVC(kernel="rbf").fit(X_train, y_train), to get as a result, the plant classification, this can be (monocotyledonous and dicotyledonous). At the end, it gives a classification validation accuracy in the monocotyledonous and dicotyledonous plant with logistic 97.75% regression and in 73.03%SVM, whose shows that the data mining technique with the least error is logistic regression.
eu_rights_str_mv openAccess
format bachelorThesis
id UTC_5c6659330f8fe54cf1c8bf27f2e41f1b
identifier_str_mv Fabián Rolando Cayambe Cajo (2022); Clasificación automática de plantas monocotiledóneas y dicotiledóneas usando minería de datos. UTC. Latacunga. 80 p.
PI-002086
instacron_str UTC
institution UTC
instname_str Universidad Técnica de Cotopaxi
language spa
network_acronym_str UTC
network_name_str Repositorio Universidad Técnica de Cotopaxi
oai_identifier_str oai:repositorio.utc.edu.ec:27000/9176
publishDate 2022
publisher.none.fl_str_mv Ecuador: Latacunga: Universidad Técnica de Cotopaxi (UTC)
reponame_str Repositorio Universidad Técnica de Cotopaxi
repository.mail.fl_str_mv .
repository.name.fl_str_mv Repositorio Universidad Técnica de Cotopaxi - Universidad Técnica de Cotopaxi
repository_id_str 0
rights_invalid_str_mv http://creativecommons.org/licenses/by-nc-sa/3.0/ec/
spelling Clasificación automática de plantas monocotiledóneas y dicotiledóneas usando minería de datosCayambe Cajo, Fabian RolandoREGRESIÓN LOGÍSTICASMVMINERÍA DE DATOSMONOCOTILEDÓNEA Y DICOTILEDÓNEASISTEMAS COMPUTACIONALESThis research project, it describes based on a web application development within the two data mining techniques comparison, such as: logistic regression and SVM (support vector machine). For this case study, it was performed the field research, where was got the images for the database creation with 353 records. Into web application development is collected data, such as: area, perimeter, centroid and type (monocotyledonous and dicotyledonous), these data are used in the two aforementioned algorithms training and learning process; since it is useful for automatic classification. For the prototype development was used the image segmentation, morphological operations for the leaf recognition and subsequently, it is extracted the same attributes, said attributes are saved in a cvs, what used two models, through the functions model = LogisticRegression () and clf = SVC(kernel="rbf").fit(X_train, y_train), to get as a result, the plant classification, this can be (monocotyledonous and dicotyledonous). At the end, it gives a classification validation accuracy in the monocotyledonous and dicotyledonous plant with logistic 97.75% regression and in 73.03%SVM, whose shows that the data mining technique with the least error is logistic regression.En el presente proyecto de investigación, describe el desarrollo de una aplicación web basada en la comparación de dos técnicas de minería de datos tales como: regresión logística y SVM (máquina de vector de soporte). Para este caso de estudio se realizó la investigación de campo, donde se obtuvieron las imágenes para la creación de la base de datos con 353 registros. En el desarrollo de la aplicación web se recopila los datos como: área, perímetro, centroide y el tipo (monocotiledónea y dicotiledónea), estos datos son utilizados en el proceso de entrenamiento y aprendizaje de los dos algoritmos anteriormente mencionados; ya que es de utilidad para la clasificación automática. Para el desarrollo del prototipo se utilizó la segmentación de imágenes, operaciones morfológicas para el reconocimiento de la hoja y posteriormente se extrae los atributos de las mismas, dichos atributos son guardados en un cvs, el cual se utilizó dos modelos mediante las funciones model= LogisticRegression() y clf = SVC(kernel="rbf").fit(X_train, y_train), para obtener cómo resultado la clasificación de la planta esta puede ser (monocotiledónea y dicotiledónea) , finalmente nos da una precisión de validación de la clasificación en la planta monocotiledónea y dicotiledóneas con regresión logística un 97.75% y en SVM un 73.03%, lo que muestra que la técnica de minería de datos con menor error es de la regresión logística.Ecuador: Latacunga: Universidad Técnica de Cotopaxi (UTC)Cantuña Flores, Karla Susana2022-12-06T20:09:50Z2022-12-06T20:09:50Z2022-03info:eu-repo/semantics/publishedVersioninfo:eu-repo/semantics/bachelorThesis80 páginasapplication/pdfFabián Rolando Cayambe Cajo (2022); Clasificación automática de plantas monocotiledóneas y dicotiledóneas usando minería de datos. UTC. Latacunga. 80 p.PI-002086http://repositorio.utc.edu.ec/handle/27000/9176spahttp://creativecommons.org/licenses/by-nc-sa/3.0/ec/info:eu-repo/semantics/openAccessreponame:Repositorio Universidad Técnica de Cotopaxiinstname:Universidad Técnica de Cotopaxiinstacron:UTC2022-12-07T08:01:18Zoai:repositorio.utc.edu.ec:27000/9176Institucionalhttp://repositorio.utc.edu.ec/Universidad públicahttps://www.utc.edu.ec/..Ecuador...opendoar:02026-04-26T03:41:26.473092Repositorio Universidad Técnica de Cotopaxi - Universidad Técnica de Cotopaxitrue
spellingShingle Clasificación automática de plantas monocotiledóneas y dicotiledóneas usando minería de datos
Cayambe Cajo, Fabian Rolando
REGRESIÓN LOGÍSTICA
SMV
MINERÍA DE DATOS
MONOCOTILEDÓNEA Y DICOTILEDÓNEA
SISTEMAS COMPUTACIONALES
status_str publishedVersion
title Clasificación automática de plantas monocotiledóneas y dicotiledóneas usando minería de datos
title_full Clasificación automática de plantas monocotiledóneas y dicotiledóneas usando minería de datos
title_fullStr Clasificación automática de plantas monocotiledóneas y dicotiledóneas usando minería de datos
title_full_unstemmed Clasificación automática de plantas monocotiledóneas y dicotiledóneas usando minería de datos
title_short Clasificación automática de plantas monocotiledóneas y dicotiledóneas usando minería de datos
title_sort Clasificación automática de plantas monocotiledóneas y dicotiledóneas usando minería de datos
topic REGRESIÓN LOGÍSTICA
SMV
MINERÍA DE DATOS
MONOCOTILEDÓNEA Y DICOTILEDÓNEA
SISTEMAS COMPUTACIONALES
url http://repositorio.utc.edu.ec/handle/27000/9176