Programming2 [intel] AI-based Medical Data Analysis Competition: 3rd Place / AI 기반 의료데이터분석 경진대회 참여후기(인텔코리아 주관) After I decided to pursue a Data Science major, I realized the importance of gaining competition experience. Therefore, I took on the role of team leader and participated in the AI-based Medical Data Analysis Competition. 데이터 사이언스 학부로의 전과를 결심한 이후, 경진대회의 필요성을 느껴서 처음으로 경진대회에 참여하였다. 팀 리딩을 해보는 경험 또한 쌓고 싶어서 팀장/팀대표로 참여하였다. Competition Themes 1. MRI Diffusion Image Model Generation and Accuracy Improve.. 2024. 4. 13. Programming with "return": Getting Started with Python and C / 파이썬과 C에서의 "return" What is the return value in Python and C? I will explore this concept using both Python and C. C와 파이썬 각각에서 return이란 무엇일까? 오늘은 해당 개념에 대해 설명해보고자 한다. Basic function of the "return" The fundamental function of the 'return' statement is to return a value from a function. I will initially explain this concept using Python. return의 기본적인 기능은 값을 반환해주는(뱉어주는) 것이다. 먼저 파이썬을 이용해 설명해보겠다. i=0 def test(x): i=x*1.. 2024. 3. 18. 이전 1 다음