지으니어스

지으니어스

  • 분류 전체보기 (49)
    • R study (3)
      • Time series (1)
      • Multivariate Analysis (2)
    • AI & Data Science (6)
      • Machine Learning (1)
      • Deep Learning (5)
    • 이것저것 (1)
    • Coding Test (39)
      • Python (20)
      • MySQL (14)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

지으니어스

컨텐츠 검색

태그

딥러닝 MySQL Python 이미지분류 ResNet CNN 코테 densityplot #stripplot #다변량 결측값대치 #다중대치 #R #aggr #mice #marginplot 데이터리안 #데이터분석가 #통계 #세미나 #데이터분석 다변량 #r #svd #이미지 SQL 알고리즘 텐서플로우 이코테 MachineLearning #ML #DT #DecisionTree #의사결정나무 #머신러닝 #통계 #python #분류 #classification 프로그래머스 timeseries #시계열 #평활법 #비선형회귀평활 #loess #loess평활 파이썬 자율주행

최근글

댓글

공지사항

아카이브

Coding Test/Python(20)

  • [Python] 프로그래머스 / 해시 / sort 다중정렬 / 하나의 리스트에서 문자 비교 / 이진수 나타내기

    def solution(data, col, row_begin, row_end): answer = [] mod = 0 result = [] data.sort(key = lambda x : (x[col-1], -x[0])) # 정렬 for i in range(row_begin, row_end+1): for j in data[i-1]: mod += j%i answer.append(format(mod, '04b')) for k, l in zip(answer, answer[1:]): for a in range(len(k)): if k[a]==l[a]: result.append("0") else: result.append("1") return int(''.join(result), 2) 이런식으로 하고 고쳐보다가 답..

    2024.03.04
  • [Python] 프로그래머스 / 해시 / 베스트앨범 / dictionary에서 key에 따른 value 더하기

    https://school.programmers.co.kr/learn/courses/30/lessons/42579 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr def solution(genres, plays): answer = [] dic1 = {} # genre, index, play 저장 dic2 = {} # genre별 총 play 수 for idx, (genre, play) in enumerate(zip(genres, plays)): if genre not in dic1: dic1[genre] = [(idx, play)] # index와 play..

    2024.03.04
이전
1 2 3 4
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바