프린이씨롯메

프린이씨롯메

  • 분류 전체보기 (256)
    • 선형대수학 (0)
    • 자료구조 (20)
    • 알고리즘 (48)
    • 신호및시스템 (10)
    • 영상신호처리 (1)
    • 머신러닝 (8)
    • RF시스템 (3)
    • Computer Vision (16)
    • 로봇 내비게이션 (1)
    • Deep Learning (21)
    • Active Learning (1)
    • 3D Vision (18)
      • Nerd's NeRF (2)
      • NeRF with Real-World (14)
      • Urban Scene Reconstruction (5)
    • 3D Object Detection (3)
    • View Synthesis (38)
    • Diffusion (14)
    • text-to-3D (18)
    • Human Pose Estimation (0)
    • Robotics (14)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

프린이씨롯메

컨텐츠 검색

태그

PAPER 자료구조 해시 브루트 브루트포스 백준 RF시스템 코딩테스트 포스 알고리즘 논문 머신러닝 R-CNN 프로그래머스 컴퓨터 컴퓨터비전 비전 machinelearning Python 파이썬

최근글

댓글

공지사항

아카이브

machine(1)

  • [머신러닝] Support Vector Machine

    import numpy as np import pandas as pd import matplotlib.pyplot as plt from sklearn import datasets from sklearn.preprocessing import StandardScaler from sklearn.svm import SVC from sklearn.model_selection import train_test_split plt.close("all") iris=datasets.load_iris() X=iris["data"][50:150, (2, 3)] Y=iris["target"][50:150] scaler=StandardScaler() scaler.fit(X) X_std=scaler.transform(X) [X_tr..

    2020.09.20
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바