일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
- Today
- In Total
목록분류 전체보기 (552)
A Joyful AI Research Journey🌳😊
Develop a Python method change(amount) that for any integer amount in the range from 24 to 1000 returns a list consisting of numbers 5 and 7 only, such that their sum is equal to amount. For example, change(28) may return [7, 7, 7, 7], while change(49) may return [7, 7, 7, 7, 7, 7, 7] or [5, 5, 5, 5, 5, 5, 5, 7, 7] or [7, 5, 5, 5, 5, 5, 5, 5, 7]. To solve this quiz, implement the method change(a..
Modify the code considered in the lectures to find out the number of solutions to the 8 queens puzzle. For example, as was explained in the videos, for the 4 queens puzzle there are 2 solutions. import itertools as it def is_solution(perm): for (i1, i2) in it.combinations(range(len(perm)),2): if abs(i1-i2)==abs(perm[i1]-perm[i2]): return False return True assert(is_solution([1,3,0,2]) == True) a..
Question There are some books on the table. If you group them by 3, you get some number of full groups and 2 books remain; if you group them by 4, you get some number of full groups and 3 books remain; if you group them by 5, you get some number of full groups and 4 books remain. What is the number of books on the table, if it is less than 100? Solution Using the Chinese Remainder Theorem: N (Pr..
Question Person A has an unlimited number of 7-florin coins, person B has an unlimited number of 13-florin coins. How A can pay 5 florins to B? 7x - 13y = 5 2*A - B = D 2*7 - 13 = 1 So let's find a multiple to get our goal and it's 5 because 5 x D or (5x1) is 5. Now let's multiply each value. 14 - 13 = 1 14*5 - 13*5 = 5 70 - 65 = 5 x = 70 / 7 = 10 y = 65 / 13 = 5 ∴ x = 10, y = 5
https://product.kyobobook.co.kr/detail/S000000719010 영어과학논문 100% 쉽게쓰기 | 김형순 - 교보문고 영어과학논문 100% 쉽게쓰기 | product.kyobobook.co.kr 이 책은 학부 시절 처음 영어 논문을 쓸 때 상당히 도움을 받은 책인데, 왜 절판인지 모르겠다. 완전 핵심만 요약해서 넣은 책이다 보니, 짧은 기간에 정말 큰 도움을 받았다. 제일 도움이 된 점은 동양인과 서양인의 사고 방식 차이 때문에 이러한 차이들이 글쓰기, 문장 구조, 논문 작성에서 아주 크게 나타난다는 내용이다. 이걸 내가 직접 체험해봐서 정말 공감이 갔다. 귀국할 때 무게 때문에 책을 버렸는데, 정말 운 좋게 중고책으로 다시 보게 되었다. 과거 영어 논문을 쓸 때 여러 정보..
https://dev.to/github/stop-struggling-with-terminal-commands-github-copilot-in-the-cli-is-here-to-help-4pnb?mc_cid=db3e25ef04&mc_eid=ae5697df8a Getting Started with GitHub Copilot in the CLI🚀 If you've ever used the terminal, you know the struggle of trying to remember a command, the fear of... dev.to
ChatGPT, OpenAI The evolution of the data analyst role to include machine learning (ML) and deep learning (DL) capabilities has been gradual, influenced by the rapid advancements in artificial intelligence and data science. While pinpointing an exact year for this shift is challenging due to the variable pace of change across industries and regions, we can observe some key trends: Rise of Big Da..
https://omgroute.com/entry/다녀도-괜찮은-회사인지-구분하는-방법 다녀도 괜찮은 회사인지 구분하는 방법 입사나 이직을 준비한다면 회사에 대한 분석이 필요하다. 우리는 취업이나 이직을 준비하면서 다양한 이유나 목적을 가지고 회사를 선택하여 입사하게 됩니다. 그 이유가 연봉이나 근무 환경, OMGROUTE.COM 성과에 대한 부분을 서로 인정해줍니다. 개인의 업무적인 능력이나 성과를 동료끼리 솔직하게 인정하는 분위기가 있다면 좋은 회사의 특징입니다. 자신의 성과나 능력을 동료에게 인정받는다는 것은 굉장한 동기부여가 됩니다. 이는 자신이 정당한 평가를 받고 있다고 생각하게 되며 동료의 성과에도 너그러워지는 것입니다. 또한 더 열심히 하자라고 생각하고 업무적으로 더욱 노력하게 될 것입니다. ..
LinkedIn 백종화 페이지: [DBR]조직문화 파괴하는 ‘나르시시스트 리더’ 퇴출시켜라 | 댓글 10 ◆ 나르시스트 리더는 나쁜 문화를 만들고, 인격적으로 성숙한 리더는 좋은 문화를 만듭니다. ① 기업 혁신과 조직 행동 분야의 세계적 석학 중 한 명인 찰스 오라일리 스탠퍼드대 경영대학원 kr.linkedin.com 리더를 발탁할 때는 아래 10가지 요소들에 대해서 생각해 볼 수 있어야 합니다. 1) 말과 행동이 일치하는 리더 2) 자신보다 구성원을, 자신의 팀보다 회사를, 회사보다 고객을, 고객보다 사회를 위하는 의사결정을 하는 리더 3) 감사함과 미안함을 함께 표현하는 리더 4) 자신보다 구성원의 성공을 더 앞세우는 리더 5) 모르는 것을 모른다고 인정하고, 실수와 실패를 솔직하게 드러내는 리더 6..
ChatGPT, OpenAI In the field of artificial intelligence, a foundation model is defined as a type of large-scale machine learning model that is pre-trained on an extensive and diverse dataset, usually encompassing a wide variety of topics, contexts, or modalities. These models are characterized by their ability to learn general representations that can be adapted or fine-tuned for a wide range of..
ChatGPT, OpenAI For research in computer vision, a subfield of Artificial Intelligence (AI) focusing on enabling machines to interpret and understand visual data from the world, all three areas – computer science, mathematics, and statistics – play vital roles, but their importance can be contextualized as follows: Computer Science: This is highly critical in computer vision. It provides the fou..
The famous blog posts by Tim Urban discussing the AI revolution can be accessed through the following links: "The AI Revolution: The Road to Superintelligence" (January 22, 2015): This article, which is the first part of a two-part series, delves into the evolution and future potential of artificial intelligence, exploring the concept of superintelligence and its implications. You can read it on..
ChatGPT, OpenAI "Learning from Data" and "Learning to Learn," also known as Meta-Learning, are related but distinct concepts in the field of machine learning and AI: Learning from Data: This is the fundamental concept of machine learning, where an AI model is trained to make predictions or decisions based on data. The model learns patterns, relationships, and structures from a dataset and uses t..
When I took lectures about AI, there were statements suggesting that many jobs, including in fields like coding, law, journalism, advertising, marketing, stock trading, and graphic design, could soon be replaced by AI due to its ability to recognize and work with patterns. This is largely due to the advanced capabilities of AI models in identifying and interpreting patterns in data, a process in..
ChatGPT, OpenAI Modeling in AI is indeed similar to modeling in statistics and data analysis, but there are key differences in their objectives, complexity, and methods: Objective: Statistical and Data Analysis Modeling: These models are primarily focused on understanding relationships between variables, testing hypotheses, and making inferences. For example, a statistical model might be used to..