Letteratura scientifica selezionata sul tema "Sentiment Analysis"
Cita una fonte nei formati APA, MLA, Chicago, Harvard e in molti altri stili
Consulta la lista di attuali articoli, libri, tesi, atti di convegni e altre fonti scientifiche attinenti al tema "Sentiment Analysis".
Accanto a ogni fonte nell'elenco di riferimenti c'è un pulsante "Aggiungi alla bibliografia". Premilo e genereremo automaticamente la citazione bibliografica dell'opera scelta nello stile citazionale di cui hai bisogno: APA, MLA, Harvard, Chicago, Vancouver ecc.
Puoi anche scaricare il testo completo della pubblicazione scientifica nel formato .pdf e leggere online l'abstract (il sommario) dell'opera se è presente nei metadati.
Articoli di riviste sul tema "Sentiment Analysis"
Haidar, Abdullah, e Putri Oktavia Rusadi. "A Sentiment Analysis: History of Islamic Economic Thought". Journal of Islamic Economics (JoIE) 2, n. 2 (31 ottobre 2022): 150–63. http://dx.doi.org/10.21154/joie.v2i2.5082.
Testo completoDatt, Jivat Singh. "SENTIMENT ANALYSIS USING CUSTOMER FEEDBACK". International Journal of Trendy Research in Engineering and Technology 07, n. 04 (2023): 09–13. http://dx.doi.org/10.54473/ijtret.2023.7402.
Testo completoLi, Jiangfeng, Ziyu Li, Xiaofeng Ma, Qinpei Zhao, Chenxi Zhang e Gang Yu. "Sentiment Analysis on Online Videos by Time-Sync Comments". Entropy 25, n. 7 (2 luglio 2023): 1016. http://dx.doi.org/10.3390/e25071016.
Testo completoLi, Fangtao, Minlie Huang e Xiaoyan Zhu. "Sentiment Analysis with Global Topics and Local Dependency". Proceedings of the AAAI Conference on Artificial Intelligence 24, n. 1 (5 luglio 2010): 1371–76. http://dx.doi.org/10.1609/aaai.v24i1.7523.
Testo completoGinabila, Ginabila, e Ahmad Fauzi. "Analisis Sentimen Terhadap Pemutar Musik Online Spotify Dengan Algoritma Naive Bayes dan Support Vector Machine". Jurnal Ilmiah ILKOMINFO - Ilmu Komputer & Informatika 6, n. 2 (20 luglio 2023): 111–22. http://dx.doi.org/10.47324/ilkominfo.v6i2.180.
Testo completoTittu T, Anoush, Rakshitha K, Nanditha TN, Sireya Rani M e Yukthi S R. "STOCK MARKET ANALYSIS". INTERANTIONAL JOURNAL OF SCIENTIFIC RESEARCH IN ENGINEERING AND MANAGEMENT 08, n. 01 (15 gennaio 2024): 1–10. http://dx.doi.org/10.55041/ijsrem28108.
Testo completoK. Divya e Mrs P. Menaka. "Twitter Sentiment Analysis". International Journal of Scientific Research in Computer Science, Engineering and Information Technology 11, n. 2 (15 marzo 2025): 1305–10. https://doi.org/10.32628/cseit25112465.
Testo completoKaruna, G., Pavuluri Anvesh, Chiranji Sharath Singh, Kommula Ruthvik Reddy, Praveen Kumar Shah e S. Siva Shankar. "Feasible Sentiment Analysis of Real Time Twitter Data". E3S Web of Conferences 430 (2023): 01045. http://dx.doi.org/10.1051/e3sconf/202343001045.
Testo completoQu, Saiying. "A Thematic Analysis of English and American Literature Works Based on Text Mining and Sentiment Analysis". Journal of Electrical Systems 20, n. 6s (29 aprile 2024): 1575–86. http://dx.doi.org/10.52783/jes.3076.
Testo completoSunil Kumar, V., Vedashree C.R e Sowmyashree S. "IMAGE SENTIMENTAL ANALYSIS: AN OVERVIEW". International Journal of Advanced Research 10, n. 03 (31 marzo 2022): 361–70. http://dx.doi.org/10.21474/ijar01/14398.
Testo completoTesi sul tema "Sentiment Analysis"
Kavaliauskas, Vytautas. "Nuomonių analizės taikymas komentarams lietuvių kalboje". Master's thesis, Lithuanian Academic Libraries Network (LABT), 2011. http://vddb.laba.lt/obj/LT-eLABa-0001:E.02~2011~D_20110615_130252-94422.
Testo completoIn past few years, more and more people started to express their views, beliefs and experiences on the Internet. This caused the emergence of a new research field, which includes opinion mining and sentiment analysis. Various business companies are actively interested in researches of this domain and seeing big potential for practical adaptation of the results. This Master Thesis covers the review of theoretical and practical results of opinion mining and sentiment analysis, including attempt of creating prototype system for opinion analysis of comments in Lithuanian. Also this study aims to identify problems related to adaptation of Lithuanian language in opinion mining and sentiment analysis system work. Finally, last part contains of the formulated guidance steps for development and improvement of the opinion mining and sentiment analysis.
Bao, Lingxian. "Sentiment induction for attention and lexicon regularized neural sentiment analysis: improving aspect-based neural sentiment analysis with lexicon enhancement, attention regularization and sentiment induction". Doctoral thesis, Universitat Pompeu Fabra, 2021. http://hdl.handle.net/10803/673363.
Testo completoLas redes neuronales profundas como enfoque integral carecen de flexibilidad y robustez desde el punto de vista de la aplicación, ya que no se puede ajustar fácilmente la red para solucionar un problema evidente, especialmente cuando no se dispone de nuevos datos de entrenamiento: por ejemplo, cuando el modelo predice sistemáticamente positivo al ver la palabra ”decepcionado”. Por otro lado, se hace menos hincapié en que es probable que el mecanismo de atención "se concentre demasiado” en partes concretas de una oración, mientras ignora posiciones que proporcionan información clave para juzgar la polaridad. En esta tesis, describimos un enfoque sencillo pero eficaz para aprovechar la información del léxico de modo que el modelo sea maás flexible y robusto. También exploramos el efecto de regularizar los vectores de atención para permitir que la red tenga un ”enfoque” más amplio en la secuencia de entrada. Además, tratamos de mejorar aún más el sistema que proponemos de análisis profundo de sentimiento con el soporte de léxico aplicando sobre el mismo la adaptación del anàlisis de sentimiento al dominio.
深度神经网络作为一种端到端的方法,从应用的角度来看缺乏灵 活性和鲁棒性。例如,当模型看到词语“失望”却始终预测正值时, 在没有新的训练数据的情况下,很难轻易地通过调整模型来解决问 题。另外,常用的注意力机制可能会“过度关注”句子的某些特定部 分,从而忽略能提供判断极性关键信息的位置;此情况在业界鲜有 提及。在本文中,我们描述一种简单却行之有效的方法将词典信息 与深度神经网络相结合,从而改进模型的灵活性及鲁棒性。我们亦 探索通过正则化注意力向量来抑制注意力机制“过度关注”的问题。 此外,我们尝试通过应用情感域自适应来进一步改进所提出的词典 增强型神经情感分析系统。
Erogul, Umut. "Sentiment Analysis In Turkish". Master's thesis, METU, 2009. http://etd.lib.metu.edu.tr/upload/12610616/index.pdf.
Testo completoCheng, Tai Wai David. "Corpus and sentiment analysis". Thesis, University of Surrey, 2007. http://epubs.surrey.ac.uk/2744/.
Testo completoNiccum, Cameron Michael. "Sentiment Analysis using Tensor2Tensor". OpenSIUC, 2018. https://opensiuc.lib.siu.edu/theses/2440.
Testo completoMelloncelli, Damiano. "Sentiment analysis in Twitter". Master's thesis, Alma Mater Studiorum - Università di Bologna, 2014. http://amslaurea.unibo.it/6592/.
Testo completoFilho, Pedro Paulo Balage. "Aspect extraction in sentiment analysis for portuguese language". Universidade de São Paulo, 2017. http://www.teses.usp.br/teses/disponiveis/55/55134/tde-05122017-140435/.
Testo completoA análise do sentimento orientada a aspectos é o campo de estudo que extrai e interpreta o sentimento, geralmente classificado como positivo ou negativo, em direção a algum alvo ou aspecto em um texto de opinião. Esta tese de doutorado detalha um estudo empírico de técnicas e métodos para extração de aspectos em análises de sentimentos baseadas em aspectos com foco na língua Portuguesa. Foram exploradas três diferentes abordagens: métodos baseados na frequências, métodos baseados na relação e métodos de aprendizagem de máquina. Em cada abordagem, este trabalho mostra um estudo comparativo entre um córpus para o Português e outro para o Inglês e as diferenças encontradas na aplicação destas abordagens. Além disso, o conhecimento linguístico mais rico também é explorado pelo uso de dependências sintáticas e papéis semânticos, levando a melhores resultados. Este trabalho resultou no estabelecimento de novos padrões de avaliação para a extração de aspectos em Português.
Gaudette, Lisa. "Compact features for sentiment analysis". Thesis, University of Ottawa (Canada), 2009. http://hdl.handle.net/10393/28295.
Testo completoAthar, Awais. "Sentiment analysis of scientific citations". Thesis, University of Cambridge, 2014. https://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.707942.
Testo completoSmith, Phillip. "Sentiment analysis of patient feedback". Thesis, University of Birmingham, 2017. http://etheses.bham.ac.uk//id/eprint/7406/.
Testo completoLibri sul tema "Sentiment Analysis"
Poria, Soujanya, Amir Hussain e Erik Cambria. Multimodal Sentiment Analysis. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-95020-4.
Testo completoKahn, Michael N. Sentiment market analysis. Upper Saddle River, N.J: FTPress Delivers, 2010.
Cerca il testo completoNandal, Neha, Rohit Tanwar e Varun Sapra. Sentiment Analysis Unveiled. Boca Raton: CRC Press, 2025. https://doi.org/10.1201/9781003504832.
Testo completoXu, Hua. Multi-Modal Sentiment Analysis. Singapore: Springer Nature Singapore, 2023. http://dx.doi.org/10.1007/978-981-99-5776-7.
Testo completoLiu, Bing. Sentiment Analysis and Opinion Mining. Cham: Springer International Publishing, 2012. http://dx.doi.org/10.1007/978-3-031-02145-9.
Testo completoThelwall, Mike, e Helene Snee. How to Conduct Sentiment Analysis. 1 Oliver’s Yard, 55 City Road, London EC1Y 1SP United Kingdom: SAGE Publications, Ltd., 2022. http://dx.doi.org/10.4135/9781529607406.
Testo completoCeron, Andrea, Luigi Curini e Stefano M. Iacus. Social Media e Sentiment Analysis. Milano: Springer Milan, 2014. http://dx.doi.org/10.1007/978-88-470-5532-2.
Testo completoAhmad, Khurshid, a cura di. Affective Computing and Sentiment Analysis. Dordrecht: Springer Netherlands, 2011. http://dx.doi.org/10.1007/978-94-007-1757-2.
Testo completoPedrycz, Witold, e Shyi-Ming Chen, a cura di. Sentiment Analysis and Ontology Engineering. Cham: Springer International Publishing, 2016. http://dx.doi.org/10.1007/978-3-319-30319-2.
Testo completoKagan, Vadim, Edward Rossini e Demetrios Sapounas. Sentiment Analysis for PTSD Signals. New York, NY: Springer New York, 2013. http://dx.doi.org/10.1007/978-1-4614-3097-1.
Testo completoCapitoli di libri sul tema "Sentiment Analysis"
Silaparasetty, Vinita. "Sentiment Analysis". In Deep Learning Projects Using TensorFlow 2, 87–118. Berkeley, CA: Apress, 2020. http://dx.doi.org/10.1007/978-1-4842-5802-6_4.
Testo completoDominik, Hofer. "Sentiment Analysis". In Data Science – Analytics and Applications, 111–12. Wiesbaden: Springer Fachmedien Wiesbaden, 2017. http://dx.doi.org/10.1007/978-3-658-19287-7_17.
Testo completoZadrozny, Peter, e Raghu Kodali. "Sentiment Analysis". In Big Data Analytics Using Splunk, 255–82. Berkeley, CA: Apress, 2013. http://dx.doi.org/10.1007/978-1-4302-5762-2_14.
Testo completoL. Jockers, Matthew, e Rosamond Thalken. "Sentiment Analysis". In Text Analysis with R, 159–74. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-39643-5_14.
Testo completoLuo, Tiejian, Su Chen, Guandong Xu e Jia Zhou. "Sentiment Analysis". In Trust-based Collective View Prediction, 53–68. New York, NY: Springer New York, 2013. http://dx.doi.org/10.1007/978-1-4614-7202-5_4.
Testo completoBiagioni, Raoul. "Sentiment Analysis". In The SenticNet Sentiment Lexicon: Exploring Semantic Richness in Multi-Word Concepts, 7–16. Cham: Springer International Publishing, 2016. http://dx.doi.org/10.1007/978-3-319-38971-4_2.
Testo completoSarkar, Dipanjan. "Sentiment Analysis". In Text Analytics with Python, 567–629. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-4354-1_9.
Testo completoChen, Hsinchun. "Sentiment Analysis". In Dark Web, 171–201. New York, NY: Springer New York, 2011. http://dx.doi.org/10.1007/978-1-4614-1557-2_10.
Testo completoThelwall, Mike. "Sentiment Analysis". In The SAGE Handbook of Social Media Research Methods, 545–56. 1 Oliver's Yard, 55 City Road London EC1Y 1SP: SAGE Publications Ltd, 2016. http://dx.doi.org/10.4135/9781473983847.n32.
Testo completoKumar, Sunil. "Sentiment Analysis". In Python for Accounting and Finance, 265–300. Cham: Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-54680-8_17.
Testo completoAtti di convegni sul tema "Sentiment Analysis"
Aggrawal, Aditi, e Deepika Varshney. "Multimodal Sentiment Analysis: Perceived vs Induced Sentiments". In 2024 Silicon Valley Cybersecurity Conference (SVCC), 1–7. IEEE, 2024. http://dx.doi.org/10.1109/svcc61185.2024.10637377.
Testo completoRishu, Amanveer Singh e Sarvesh Tanwar. "Unveiling Sentiments: CNN-LSTM Based Social Media Sentiment Analysis". In 2024 Asia Pacific Conference on Innovation in Technology (APCIT), 1–5. IEEE, 2024. http://dx.doi.org/10.1109/apcit62007.2024.10673560.
Testo completoRathore, Saurabh Pratap Singh, Jayashree Patole, Geetali Tilak, ReenaMahapatra Lenka, Joe Cajetan Lopez e Priyanka. "Consumer Sentiment Analysis". In 2024 International Conference on Smart Devices (ICSD), 1–5. IEEE, 2024. http://dx.doi.org/10.1109/icsd60021.2024.10751293.
Testo completoKant, Shashi, Raushan Kumar Upadhyay, Palak Gupta, Raghav Tiwari e Honey Kumar. "Youtube Comments Sentiment Analysis". In 2024 1st International Conference on Advances in Computing, Communication and Networking (ICAC2N), 570–74. IEEE, 2024. https://doi.org/10.1109/icac2n63387.2024.10895870.
Testo completoxuyang, Wang, e shi haojun. "Attention fusion sentiment analysis with cross-modal sentiment augmentation". In Third International Conference on Machine Vision, Automatic Identification and Detection, a cura di Renchao Jin, 106. SPIE, 2024. http://dx.doi.org/10.1117/12.3036317.
Testo completoMedeiros, Murilo C., e Vinicius R. P. Borges. "Tweet Sentiment Analysis Regarding the Brazilian Stock Market". In VIII Brazilian Workshop on Social Network Analysis and Mining. Sociedade Brasileira de Computação - SBC, 2019. http://dx.doi.org/10.5753/brasnam.2019.6550.
Testo completoBu, Kun, e Kandethody Ramachandran. "Comparative Analysis of Sentiment in Original and Summarized Tweets: Leveraging Transformer Models for Enhanced NLP Insights". In 5th International Conference on Artificial Intelligence and Big Data (AIBD 2024). Academy & Industry Research Collaboration Center, 2024. http://dx.doi.org/10.5121/csit.2024.140404.
Testo completoThapa, Bipun. "Sentiment Analysis of Cyber Security Content on Twitter and Reddit". In 3rd International Conference on Data Mining and Machine Learning (DMML 2022). Academy and Industry Research Collaboration Center (AIRCC), 2022. http://dx.doi.org/10.5121/csit.2022.120708.
Testo completoTsiligaridis, John. "Approaches of Classification Models for Sentiment Analysis". In 5th International Conference on Advanced Natural Language Processing. Academy & Industry Research Collaboration Center, 2024. http://dx.doi.org/10.5121/csit.2024.141007.
Testo completoArora, Adwita, Krish Chopra, Divya Chaudhary, Ian Gorton e Bijendra Kumar. "Sentiment Analysis of Social Media Data on COVID-19". In 4th International Conference on Natural Language Processing and Machine Learning. Academy and Industry Research Collaboration Center (AIRCC), 2023. http://dx.doi.org/10.5121/csit.2023.130802.
Testo completoRapporti di organizzazioni sul tema "Sentiment Analysis"
Shellman, Stephen M., e Michael A. Covington. Automated Sentiment Analysis. Fort Belvoir, VA: Defense Technical Information Center, giugno 2009. http://dx.doi.org/10.21236/ada532194.
Testo completoChitla, Pravalika Ravikumar. Sentiment Analysis of Reviews. Ames (Iowa): Iowa State University, gennaio 2021. http://dx.doi.org/10.31274/cc-20240624-1275.
Testo completoHart, Laurel. The Linguistics of Sentiment Analysis. Portland State University Library, maggio 2013. http://dx.doi.org/10.15760/honors.19.
Testo completoHua, Tianyu. Machine learning for sentiment analysis: Opportunities and challenges. Ames (Iowa): Iowa State University, maggio 2022. http://dx.doi.org/10.31274/cc-20240624-974.
Testo completoVizmanos, Jana Flor, Sheila Siar, Jose Ramon Albert, Janina Luz Sarmiento e Angelo Hernandez. Like, Comment, and Share: Analyzing Public Sentiments of Government Policies in Social Media. Philippine Institute for Development Studies, dicembre 2023. http://dx.doi.org/10.62986/dp2023.33.
Testo completoVassilev, Apostol. BowTie – A deep learning feedforward neural network for sentiment analysis. Gaithersburg, MD: National Institute of Standards and Technology, aprile 2019. http://dx.doi.org/10.6028/nist.cswp.04222019.
Testo completoVassilev, Apostol. BowTie – A deep learning feedforward neural network for sentiment analysis. Gaithersburg, MD: National Institute of Standards and Technology, 2019. http://dx.doi.org/10.6028/nist.cswp.8.
Testo completoJain, Kavita. Analyzing customer reactions towards popular Airlines with Aspect-based Sentiment Analysis. Ames (Iowa): Iowa State University, gennaio 2021. http://dx.doi.org/10.31274/cc-20240624-210.
Testo completoAlonso-Robisco, Andrés, Andrés Alonso-Robisco, José Manuel Carbó, José Luis González, Ana Isabel Hernáez, José Luis González, Jorge Quintana e Javier Tarancón. Empowering financial supervision: a SupTech experiment using machine learning in an early warning system. Madrid: Banco de España, marzo 2025. https://doi.org/10.53479/39320.
Testo completoLiang, Xiao. Analyzing the Amazon Shopping Experience: A Sentiment Analysis Based on Natural Language Processing (NLP) and Model Comparison. Ames (Iowa): Iowa State University, maggio 2024. http://dx.doi.org/10.31274/cc-20240624-215.
Testo completo