분류 전체보기350 [리트코드/SQL] 19. Sales Person (607) 👉https://leetcode.com/problems/sales-person/description/?envType=study-plan&id=sql-i Sales Person - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 🤔 문제 분석 1) Write an SQL query to report the names of all the salespersons who did not have any orders related to the company with the .. 코딩테스트/리트코드 SQL 2022. 12. 18. [리트코드/SQL] 18. Rising Temperature (197) 👉https://leetcode.com/problems/rising-temperature/description/?envType=study-plan&id=sql-i Rising Temperature - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 🤔 문제 분석 1) Write an SQL query to find all dates' Id with higher temperatures compared to its previous dates (yesterday). 2.. 코딩테스트/리트코드 SQL 2022. 12. 18. [리트코드/SQL] 17. Article Views I (1148) 👉 https://leetcode.com/problems/article-views-i/description/?envType=study-plan&id=sql-i Article Views I - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 🤔 문제 분석 1) Write an SQL query to find all the authors that viewed at least one of their own articles. 2) Return the result tabl.. 코딩테스트/리트코드 SQL 2022. 12. 18. [리트코드/SQL] 16. Customer Who Visited but Did Not Make Any Transactions (1581) 👉https://leetcode.com/problems/customer-who-visited-but-did-not-make-any-transactions/description/?envType=study-plan&id=sql-i Customer Who Visited but Did Not Make Any Transactions - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 🤔 문제 분석 1) Write an SQL query to find the IDs of t.. 코딩테스트/리트코드 SQL 2022. 12. 18. [리트코드/SQL] 15. Combine Two Tables (175) 👉https://42-snoopy.tistory.com/entry/%EB%A6%AC%ED%8A%B8%EC%BD%94%EB%93%9CSQL-14-Second-Highest-Salary-176 Second Highest Salary - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.... leetcode.com 🤔 문제 분석 1) Write an SQL query to report the first name, last name, city, and state of each person in .. 코딩테스트/리트코드 SQL 2022. 12. 18. [리트코드/SQL] 14. Second Highest Salary (176) 👉https://leetcode.com/problems/second-highest-salary/?envType=study-plan&id=sql-i Second Highest Salary - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 🤔 문제 분석 1) Write an SQL query to report the second highest salary from the Employee table. If there is no second highest salary,.. 코딩테스트/리트코드 SQL 2022. 12. 16. [리트코드/SQL] 13. Tree node (608) 👉https://leetcode.com/problems/tree-node/description/?envType=study-plan&id=sql-i Tree Node - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 🤔 문제 분석 1) Write an SQL query to report the type of each node in the tree. Each node in the tree can be one of three types: "Leaf": if the n.. 코딩테스트/리트코드 SQL 2022. 12. 16. [리트코드/SQL] 12. Rearrange Products Table (1795) 👉https://leetcode.com/problems/rearrange-products-table/description/?envType=study-plan&id=sql-i Rearrange Products Table - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 🤔 문제 분석 1) Write an SQL query to rearrange the Products table so that each row has (product_id, store, price)... 코딩테스트/리트코드 SQL 2022. 12. 16. [리트코드/SQL] 11. Employees With Missing Information (1965) 👉https://leetcode.com/problems/employees-with-missing-information/?envType=study-plan&id=sql-i Employees With Missing Information - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 🤔 문제 분석 1) Write an SQL query to report the IDs of all the employees with missing information. The inf.. 코딩테스트/리트코드 SQL 2022. 12. 16. [TIL] 20221214(수) 나는 오늘 무엇을 했는가? 1. AIS 7기 수업(오늘코드 박조은 강사님, 파이썬) - 형태소 분석기, 시퀀스 방식의 인코딩, RNN 찍먹 ✨ 1105번 실습의 목적 시퀀스 방식에 대해 알아보자! BOW, TF-IDF 방식과 시퀀스 방식의 차이를 알아보자! ✨ 실습흐름 Tokenizer 인스턴스를 생성 fit_on_texts와 word_index를 사용하여 key value로 이루어진 딕셔너리를 생성 texts_to_sequences를 이용하여 text 문장을 숫자로 이루어진 리스트로 변경 마지막으로 pad_sequences를 이용하여 리스트의 길이를 통일화 ✨ Tokenizer 각 텍스트를 일련의 정수 또는 단어 수에 따라 각 토큰의 계수가 이진일 수 있는 벡터로 변환하여 말뭉치를 벡터화할 수 있는 클.. 복습 및 회고/TIL 2022. 12. 14. [TIL] 20221213(화) 나는 오늘 무엇을 했는가? 1. AIS 7기 수업(오늘코드 박조은 강사님, 파이썬) - TF-IDF, TfidfVectorizer, CountVectorizer ✨ 단어 빈도 1️⃣ TF(단어 빈도, Term Frequency) 특정한 단어가 문서 내에 얼마나 자주 등장하는지를 나타내는 값 이 값이 높을 수록 문서에서 중요하다고 할 수 있지만 단어 자체가 문서군 내에 자주 사용되는 경우, 그 단어가 흔하게 등장한다는 의미 2️⃣ DF(문서 빈도, document frequency) 특정 단어가 등장한 문서의 수 단어 자체가 문서군 내에서 자주 사용되는 경우, 그 단어가 흔하게 등장한다는 것을 의미 3️⃣ IDF(역문서 빈도, inverse documnet frequency) DF의 역수로 DF에 반비례하.. 복습 및 회고/TIL 2022. 12. 13. [TIL] 20221211(일) 나는 오늘 무엇을 했는가? 1. 포켓몬 이미지 분류 2. 해커랭크 SQL 6문제 3. 데이콘 청경채 예측 나는 오늘 무엇을 느꼈는가? 청경채 데이터를 다루는데.. feature는 분 단위의 데이터로 되어있고 target은 일 단위의 데이터로 되어있어서 이를 맞춰주는 과정이 까다로웠다. 지금까지 계속 캐글이나 데이콘에 올라온, train과 test로 잘 나뉘어진 데이터로만 하다가 다루기 까다로울 수 있는 데이터를 접하니까 전처리만으로도 상당 시간이 소요되었다. 현업에서 만날 데이터는 깔끔한 데이터보다 깔끔하지 않은 데이터의 비율이 훨씬 많은텐데 이런 데이터를 많이 접해보는 것도 좋을 것 같다. 총 공부시간 5시간 26분 35초 복습 및 회고/TIL 2022. 12. 11. 이전 1 ··· 12 13 14 15 16 17 18 ··· 30 다음