본문 바로가기

Industry 4.0

(96)
VScode 설치 및 설정 아래 사이트 접속한다 https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com 본인 pc환경에 맞게 다운로드 진행 * 설치 시 주의 사항 폴더에서 우측 클릭 시 Edit With VS Code 기능이 있으..
키움증권 OpenAPI 설치 홈페이지 접속 www3.kiwoom.com/nkw.templateFrameSet.do?m=m1408000000 키움증권-대한민국 주식시장 점유율 1위 www3.kiwoom.com 설치 완료 OpenAPI 설치 완료하게 되면 C 드라이브에 OpenAPI 폴더가 형성된다 OpenAPI 폴더 안에 KOAstudio 압축 파일을 풀어서 넣어준다 KOAStudioSA.exe 를 바탕화면에 바로가기를 만들어준다 실행화면 TR 은 요청해서 받아들이는 것 키움에서 실시간으로 보내주는 데이터를 읽어들임
키움증권 hts 설치 홈페이지 접속 www3.kiwoom.com/nkw.templateFrameSet.do?m=m1902050000 키움증권-대한민국 주식시장 점유율 1위 www3.kiwoom.com 원하는 버전으로 다운로드 설치 중 설치 완료 실행
Slack 설치 slack.com/intl/ko-kr/ 새 HQ에 오신 것을 환영합니다. Slack은 여러분의 팀과 소통할 새로운 방법입니다. 이메일보다 빠르고, 더 조직적이며, 훨씬 안전합니다. slack.com
Arduino ( 아두이노 ) 설치 아두이노 홈페이지 접속 https://www.arduino.cc/ Arduino - Home www.arduino.cc
파이참 설치 https://www.jetbrains.com/pycharm/download/ Download PyCharm: Python IDE for Professional Developers by JetBrains Download the latest version of PyCharm for Windows, macOS or Linux. www.jetbrains.com
kaggle 에서 Titanic data set 불러오기 www.kaggle.com Kaggle: Your Machine Learning and Data Science Community Kaggle is the world’s largest data science community with powerful tools and resources to help you achieve your data science goals. www.kaggle.com Titanic 검색 Data 에서 아래에 보면 Download All 을 클릭해서 .csv data set 을 내려받는다 import pandas as pd pd.read_csv(' 내려받은 csv 파일 위치 ')
Computer vision _학습을 위한 자원 도서 [Szeliski2011] Richard Szeliski, Computer Vision: Algorithms and Applications, Springer 컴퓨터 비전의 최신 주제를 거의 빠짐없이 다룬다. 실용적인 응용을 군데군데 제시하여 이론과 응용을 균형 있게 설명한다. 책의 원고 전체가 저자의 홈페이지에 공개되어 있다. 하지만 알고리즘의 기초 원리부터 체계적으로 공부해야 하는 초보자를 위한 입문서로는 부족한 면이 있다. [Sonka2008] Milan Sonka, Vaclav Hlavac, and Roger Boyle, Image Processing, Analysis, and MachineVision, 3rd Edition, Thomson 초보자용 입문서로 적당하다. Matlab 코드를 담은..