Academic literature on the topic 'Kaggle'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Kaggle.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Kaggle"
Сикулер, Денис Валерьевич. "RESOURCES PROVIDING DATA FOR MACHINE LEARNING AND TESTING ARTIFICIAL INTELLIGENCE TECHNOLOGIES." Информационные и математические технологии в науке и управлении, no. 2(22) (June 25, 2021): 39–52. http://dx.doi.org/10.38028/esi.2021.22.2.004.
Full textAl-Taie, Mohammed Zuhair, Naomie Salim, and Adekunle Isiaka Obasa. "Successful Data Science Projects: Lessons Learned from Kaggle Competition." Kurdistan Journal of Applied Research 2, no. 3 (August 27, 2017): 40–49. http://dx.doi.org/10.24017/science.2017.3.18.
Full textLee, Chaehyeon, Jaehyeop Choi, and Heechul Jung. "Deep Learning-based Bengali Handwritten Grapheme Classification for Kaggle Bengali.AI Challenge." Journal of the Institute of Electronics and Information Engineers 57, no. 9 (September 30, 2020): 67–76. http://dx.doi.org/10.5573/ieie.2020.57.9.67.
Full textJinfeng, Gao, Sehrish Qummar, Zhang Junming, Yao Ruxian, and Fiaz Gul Khan. "Ensemble Framework of Deep CNNs for Diabetic Retinopathy Detection." Computational Intelligence and Neuroscience 2020 (December 15, 2020): 1–11. http://dx.doi.org/10.1155/2020/8864698.
Full textAssegie, Tsehay Admassu, R. Lakshmi Tulasi, and N. Komal Kumar. "Breast cancer prediction model with decision tree and adaptive boosting." IAES International Journal of Artificial Intelligence (IJ-AI) 10, no. 1 (March 1, 2021): 184. http://dx.doi.org/10.11591/ijai.v10.i1.pp184-190.
Full textBratholm, Lars A., Will Gerrard, Brandon Anderson, Shaojie Bai, Sunghwan Choi, Lam Dang, Pavel Hanchar, et al. "A community-powered search of machine learning strategy space to find NMR property prediction models." PLOS ONE 16, no. 7 (July 20, 2021): e0253612. http://dx.doi.org/10.1371/journal.pone.0253612.
Full textHan, Gyeong Jin, and Keuntae Cho. "PLS Path Modeling to Investigate the Relations between Competencies of Data Scientist and Big Data Analysis Performance : Focused on Kaggle Platform." Journal of Korean Institute of Industrial Engineers 42, no. 2 (April 15, 2016): 112–21. http://dx.doi.org/10.7232/jkiie.2016.42.2.112.
Full textKiehn, Moritz, Sabrina Amrouche, Paolo Calafiura, Victor Estrade, Steven Farrell, Cécile Germain, Vava Gligorov, et al. "The TrackML high-energy physics tracking challenge on Kaggle." EPJ Web of Conferences 214 (2019): 06037. http://dx.doi.org/10.1051/epjconf/201921406037.
Full textCarpita, Maurizio, Enrico Ciavolino, and Paola Pasca. "Exploring and modelling team performances of the Kaggle European Soccer database." Statistical Modelling 19, no. 1 (January 10, 2019): 74–101. http://dx.doi.org/10.1177/1471082x18810971.
Full textBen Taieb, Souhaib, and Rob J. Hyndman. "A gradient boosting approach to the Kaggle load forecasting competition." International Journal of Forecasting 30, no. 2 (April 2014): 382–94. http://dx.doi.org/10.1016/j.ijforecast.2013.07.005.
Full textDissertations / Theses on the topic "Kaggle"
Whitley, Michael Aaron. "Using statistical learning to predict survival of passengers on the RMS Titanic." Kansas State University, 2015. http://hdl.handle.net/2097/20541.
Full textStatistics
Christopher Vahl
When exploring data, predictive analytics techniques have proven to be effective. In this report, the efficiency of several predictive analytics methods are explored. During the time of this study, Kaggle.com, a data science competition website, had the predictive modeling competition, "Titanic: Machine Learning from Disaster" available. This competition posed a classification problem to build a predictive model to predict the survival of passengers on the RMS Titanic. The focus of our approach was on applying a traditional classification and regression tree algorithm. The algorithm is greedy and can over fit the training data, which consequently can yield non-optimal prediction accuracy. In efforts to correct such issues with using the classification and regression tree algorithm, we have implemented cost complexity pruning and ensemble methods such as bagging and random forests. However, no improvement was observed here which may be an artifact associated with the Titanic data and may not be representative of those methods’ performances. The decision trees and prediction accuracy of each method are presented and compared. Results indicate that the predictors sex/title, fare price, age, and passenger class are the most important variables in predicting survival of the passengers.
Kuvik, Michal. "Rozpoznávání druhu jídla s pomocí hlubokých neuronových sítí." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2019. http://www.nusl.cz/ntk/nusl-400878.
Full textGiunchi, Massimiliano. "Reti neurali per la segmentazione di immagini mediche." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2019.
Find full textNasr, Kamil. "Comparison of Popular Data Processing Systems." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-293494.
Full textDatabehandling definieras generellt som insamling och omvandling av data för att extrahera meningsfull information. Databehandling involverar en mängd processer som validering, sorteringssammanfattning, aggregering för att nämna några. Många analysmotorer lämnar idag för storskalig databehandling, nämligen Apache Spark, Apache Flink och Apache Beam. Var och en av dessa motorer har sina egna fördelar och nackdelar. I den här avhandlingsrapporten använde vi alla dessa tre motorer för att bearbeta data från kolmonoxidens dagliga sammanfattningsdataset för att bestämma utsläppsnivåerna per område och tidsenhet. Sedan jämförde vi prestandan hos dessa 3 motorer med olika mått. Resultaten visade att Apache Beam, även om det erbjuds större bekvämlighet när man skriver program, var långsammare än Apache Flink och Apache Spark. Spark Runner in Beam var den snabbaste löparen och Apache Spark var den snabbaste databehandlingsramen totalt.
Qi, Yi. "Artificial kagome spin ice." College Park, Md. : University of Maryland, 2008. http://hdl.handle.net/1903/8359.
Full textThesis research directed by: Dept. of Materials Science and Engineering. Title from t.p. of PDF. Includes bibliographical references. Published by UMI Dissertation Services, Ann Arbor, Mich. Also available in paper.
Leung, Anthony Chi Hin. "Actuation properties of kagome lattice structures." Thesis, University of Cambridge, 2007. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.613328.
Full textTan, Zhiming Darren. "Frustrated magnetism in the extended kagome lattice." Thesis, University of Oxford, 2014. http://ora.ox.ac.uk/objects/uuid:151fb421-198b-44b5-9f0d-8b35333f6450.
Full textO'Brien, Aroon. "Charge degrees of freedom on the kagome lattice." Doctoral thesis, Universitätsbibliothek Chemnitz, 2011. http://nbn-resolving.de/urn:nbn:de:bsz:ch1-qucosa-71860.
Full textSilva, Junior José Luiz Ferreira da. "Efeito Kondo e magnetismo em uma rede Kagome." reponame:Biblioteca Digital de Teses e Dissertações da UFRGS, 2012. http://hdl.handle.net/10183/53142.
Full textIn this work we study the Kondo Lattice model for the kagome lattice, in order to understand better the effects of geometrical frustration in heavy-fermion systems. In this context, we consider a mean field scheme valid for all the system’s phases. Firstly, we analyzed the nonmagnetic case. In this approximation the electron energies and spectral functions are reachable, then we use the density of states to calculate the occupations selfconsistently. Our results are qualitatively compared with previous works in other geometries. In the second part we introduce an approximation for magnestism, which takes into account the mean field scheme considered and the presence of geometrical frustration. Self-consistent calculations are done through the frequencies summation method. Our results show that the magnetism is supressed when the temperature is increased or the band filling deviates from half-filling. Besides, the coexistence of magnetic order and Kondo effect is not observable.
Pettigrew, Keith G. "Magnetic properties of the jarosites : model kagome antiferromagnets." Thesis, University of Edinburgh, 2002. http://hdl.handle.net/1842/15642.
Full textBooks on the topic "Kaggle"
Shi, Feng. Learn About Observed Frequencies in SPSS With Data From the Kaggle ML and Data Science Survey (2017). 1 Oliver's Yard, 55 City Road, London EC1Y 1SP United Kingdom: SAGE Publications Ltd., 2019. http://dx.doi.org/10.4135/9781526474872.
Full textCētankumār, Liṅgadahaḷḷi. Gōlibār gaurmeṇṭalli raitara kaggole. Beṅgaḷūru: Kārtik Eṇṭarpraises, 2007.
Find full textCētankumār, Liṅgadahaḷḷi. Gōlibār gaurmeṇṭalli raitara kaggole. Beṅgaḷūru: Kārtik Eṇṭarpraises, 2007.
Find full textLi︠u︡bich, Pavel. "Kagulʺ": Russkie pravoslavnye starovery. Kishinev: [publisher not identified], 2012.
Find full textBook chapters on the topic "Kaggle"
Fleischmann, Ulrich. "Kagame, Alexis." In Kindlers Literatur Lexikon (KLL), 1. Stuttgart: J.B. Metzler, 2020. http://dx.doi.org/10.1007/978-3-476-05728-0_4068-1.
Full textAwaga, Kunio, Nobuo Wada, Isao Watanabe, and Tamotsu Inabe. "Organic Kagome Antiferromagnets." In Magnetism: Molecules to Materials, 121–09. Weinheim, Germany: Wiley-VCH Verlag GmbH & Co. KGaA, 2003. http://dx.doi.org/10.1002/9783527620548.ch3a.
Full textGottwald, Clytus. "Kagel, Mauricio." In Komponisten Lexikon, 306–10. Stuttgart: J.B. Metzler, 2003. http://dx.doi.org/10.1007/978-3-476-05274-2_156.
Full textReich, Wieland. "Mauricio Kagel." In Kammermusikführer, 330–33. Stuttgart: J.B. Metzler, 1998. http://dx.doi.org/10.1007/978-3-476-03514-1_66.
Full textGottwald, Clytus. "Kagel, Mauricio." In Metzler Komponisten Lexikon, 392–97. Stuttgart: J.B. Metzler, 1992. http://dx.doi.org/10.1007/978-3-476-03421-2_157.
Full textGottwald, Clytus. "Zu Kagels akustischer Theologie." In Neue Musik als spekulative Theologie, 69–83. Stuttgart: J.B. Metzler, 2003. http://dx.doi.org/10.1007/978-3-476-02923-2_4.
Full textPodur, Justin. "The State Kagame Built." In America's Wars on Democracy in Rwanda and the DR Congo, 257–83. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-44699-4_12.
Full textIshizuka, Hiroaki. "Anomalous Hall Insulator in Kagome Ice." In Magnetism and Transport Phenomena in Spin-Charge Coupled Systems on Frustrated Lattices, 79–91. Tokyo: Springer Japan, 2015. http://dx.doi.org/10.1007/978-4-431-55663-3_6.
Full textMasolo, D. A. "Alexis Kagame and African socio-linguistics." In African Philosophy, 181–205. Dordrecht: Springer Netherlands, 1987. http://dx.doi.org/10.1007/978-94-009-3517-4_8.
Full textIshizuka, Hiroaki. "Thermally-Induced Phases on a Kagome Lattice." In Magnetism and Transport Phenomena in Spin-Charge Coupled Systems on Frustrated Lattices, 65–77. Tokyo: Springer Japan, 2015. http://dx.doi.org/10.1007/978-4-431-55663-3_5.
Full textConference papers on the topic "Kaggle"
Eren, Maksim Ekin, Nick Solovyev, Edward Raff, Charles Nicholas, and Ben Johnson. "COVID-19 Kaggle Literature Organization." In DocEng '20: ACM Symposium on Document Engineering 2020. New York, NY, USA: ACM, 2020. http://dx.doi.org/10.1145/3395027.3419591.
Full textEren, Maksim E., Nick Solovyev, Chris Hamer, Renee McDonald, Boian S. Alexandrov, and Charles Nicholas. "COVID-19 multidimensional kaggle literature organization." In DocEng '21: ACM Symposium on Document Engineering 2021. New York, NY, USA: ACM, 2021. http://dx.doi.org/10.1145/3469096.3474927.
Full textKainkaryam, S., C. Ong, S. Sen, and A. Sharma. "Crowdsourcing Salt Model Building: Kaggle-TGS Salt Identification Challenge." In 81st EAGE Conference and Exhibition 2019. European Association of Geoscientists & Engineers, 2019. http://dx.doi.org/10.3997/2214-4609.201901271.
Full textCHIMIDT, RAFAEL FABRI, and ERNEE KOZYREFF FILHO. "Análise exploratória de uma década de competições no Kaggle." In ENEGEP 2020 - Encontro Nacional de Engenharia de Produção. ENEGEP 2020 - Encontro Nacional de Engenharia de Produção, 2020. http://dx.doi.org/10.14488/enegep2020_tn_sto_344_1771_41218.
Full textQuaranta, Luigi, Fabio Calefato, and Filippo Lanubile. "KGTorrent: A Dataset of Python Jupyter Notebooks from Kaggle." In 2021 IEEE/ACM 18th International Conference on Mining Software Repositories (MSR). IEEE, 2021. http://dx.doi.org/10.1109/msr52588.2021.00072.
Full textFarag, Nadine, and Ghada Hassan. "Predicting the Survivors of the Titanic Kaggle, Machine Learning From Disaster." In the 7th International Conference. New York, New York, USA: ACM Press, 2018. http://dx.doi.org/10.1145/3220267.3220282.
Full textTauchert, Christoph, Peter Buxmann, and Jannis Lambinus. "Crowdsourcing Data Science: A Qualitative Analysis of Organizations’ Usage of Kaggle Competitions." In Hawaii International Conference on System Sciences. Hawaii International Conference on System Sciences, 2020. http://dx.doi.org/10.24251/hicss.2020.029.
Full textMangal, Ankita, and Nishant Kumar. "Using big data to enhance the bosch production line performance: A Kaggle challenge." In 2016 IEEE International Conference on Big Data (Big Data). IEEE, 2016. http://dx.doi.org/10.1109/bigdata.2016.7840826.
Full textNarayanan, Arvind, Elaine Shi, and Benjamin I. P. Rubinstein. "Link prediction by de-anonymization: How We Won the Kaggle Social Network Challenge." In 2011 International Joint Conference on Neural Networks (IJCNN 2011 - San Jose). IEEE, 2011. http://dx.doi.org/10.1109/ijcnn.2011.6033446.
Full textA. Noever, David, and Samantha E. Miller Noever. "Image Classifiers for Network Intrusions." In 9th International Conference of Security, Privacy and Trust Management (SPTM 2021). AIRCC Publishing Corporation, 2021. http://dx.doi.org/10.5121/csit.2021.110504.
Full textReports on the topic "Kaggle"
Saxena, Avadh. PT-Symmetric Kagome Lattices and Localization. Office of Scientific and Technical Information (OSTI), June 2017. http://dx.doi.org/10.2172/1363733.
Full text