Git Product home page Git Product logo

machine_learning's Introduction

Machine_Learning

https://fliphtml5.com/hkuy/lcvv/basic https://fliphtml5.com/hkuy/bdgq

1. 기계학습 파이썬, 실제 예제분류, 지도학습

교과서 중 수업 범위 : 121 page

Chapter 1

  1. 구글 드라이브에 MlClass 라는 폴더 만들기

  2. 구글 코랩 실행,

File메뉴에서 rename 을 이용해서 chap1.ipynb 으로 이름 변경

바로 한글 표시 기능 설치

!sudo apt-get install -y fonts-nanum

!sudo fc-cache -fv

!rm ~/.cache/matplotlib -rf

런타임 메뉴에서 런타임 다시 시작 선택

  1. 코드로 다음을 실행하여 구글 드라이브 연결

from google.colab import drive

drive.mount('/content/gdrive')

4 구글 드라이브로 이동

cd /content/gdrive/MyDrive/MlClass

  1. 깃헙 다운로드

!git clone https://github.com/rickiepark/introduction_to_ml_with_python

cd introduction_to_ml_with_python/

ls

  1. 필요 패키지 설치

pip install numpy scipy scikit-learn matplotlib pandas pillow graphviz

  1. 문제 없는지 체크

from preamble import *

  1. 다른 창에서 구글 드라이브에서 예제 파일을 오른 클릭하여 코랩에서 열기

  2. 수업들으면서 하나씩 복사해서 실행하면서 실습 진행

  • 중간에 timeout 되면 reconnect 해서 이용.

Chapter 2 부터

  1. 새 노트북 실행

File메뉴에서 rename 을 이용해서 chap2.ipynb 으로 이름 변경

바로 한글 표시 기능 설치치

!sudo apt-get install -y fonts-nanum

!sudo fc-cache -fv

!rm ~/.cache/matplotlib -rf

런타임 메뉴에서 런타임 다시 시작 선택

  1. 코드로 다음을 실행하여 구글 드라이브 연결

from google.colab import drive

drive.mount('/content/gdrive')

3 구글 드라이브로 이동

cd /content/gdrive/MyDrive/MlClass/introduction_to_ml_with_python/

ls

  1. 필요 패키지 설치

pip install numpy scipy scikit-learn matplotlib pandas pillow graphviz

  1. 문제 없는지 체크

from preamble import *

  1. 다른 창에서 구글 드라이브에서 예제 파일을 오른 클릭하여 코랩에서 열기

  2. 수업들으면서 하나씩 복사해서 실행하면서 실습 진행


[참고 사이트]

Distance Formula : http://hleecaster.com/ml-distance-formula/

Logistic Regression : https://eunsukimme.github.io/ml/2019/10/22/Logistic-Regression/

서포트 벡터 머신 : http://hleecaster.com/ml-svm-concept/

============================================

2. 비지도 학습과 데이터 전처리

교과서 중 수업 범위 : 175 ~ 201, 225 ~ 248

Chapter 3.

Chapter 2 와 동일

machine_learning's People

Contributors

katebrighteyes avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.