Giter Site home page Giter Site logo

ai-python-connect's Introduction

머신러닝/딥러닝을 위한 Python

강의개요

본 강의는 머신러닝, 딥러닝을 배우기 위해 기본적으로 이해해야하는 Python을 다룹니다. 빠른 시간 내에 Python 기초 문법을 복습하고 머신러닝, 딥러닝의 근간을 이루는 Numpy, Pandas와 친숙해지고 싶은 분에게 추천합니다. 참고 - 머신러닝/딥러닝을 위한 Python

강의정보

강의구성

Chapter 0 - Environment setup

Package installation
conda create -n ml_python python=3.5
conda install numpy seaborn scikit-learn jupyter
conda install nltk gensim matplotlib

Chapter 1 - Pythonic Code

Chapter 2 - Numpy section

  • Numpy overview
  • ndarray
  • Handling shape
  • Indexing & Slicing
  • Creation functions
  • Opertaion functions
  • Array operations
  • Comparisons
  • Boolean & fancy Index
  • Numpy data i/o
  • Assignment: Numpy in a nutshell

Chapter 3 - Pandas section

  • Pandas overview
  • Series
  • DataFrame
  • Selection & Drop
  • Dataframe operations
  • lambda, map apply
  • Pandas builit-in functions
  • Lab Assignment: Build a matrix
  • Groupby I
  • Groupby II
  • Casestudy
  • Pivot table & Crosstab
  • Merg & Concat
  • Database connection & Persistance

Chapter 4 - OOP section

  • Objective oriented programming overview
  • Objects in Python
  • Lab: Note and Notebook
  • OOP characteristics
  • Decorators, Static And Class Methods
  • Abstract Classes

Chapter 5 - Linear regression

  • Linear regression overview
  • Cost functions
  • Linear Equality
  • Gradient descent approach
  • Linear regression wtih gradient descent
  • Linear regression wtih Numpy
  • Multivariate linear regression models
  • Multivariate linear regression with NumPy
    • Regularization - L1 and L2
  • Implementation of generalization with NumPy
  • Linear regression with sklearn

Chapter 6 - Logistic regression

  • Logistic regression overview
  • Sigmoid function
  • Cost function
  • Logistic regression implementation with Numpy
  • Maximum Likelihood estimation
  • Regularization problems
  • Logistic regresion with sklearn
  • Softmax fucntion for Multi-class classification
  • Cross entropy loss function
  • Softmax Logistic Regression
  • Performance measures for classification

References

ai-python-connect's People

Contributors

blissray avatar heumsi avatar hyoenju avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ai-python-connect's Issues

asterisk_ex.py 예제 관련 질문입니다.

AI-python-connect/codes/ch_1/pythonic_code/asterisk_ex.py

에서 마지막 예제인

def asterisk_test(a, b, c, d, e=0):
    print(a, b, c, d, e)


data = {"d":1 , "c":2, "b":3, "f"=56}
asterisk_test(10, **data)

에러가 나는데,
"f"=56"e":56이 되어야 하는것 아닌가요?

invalid syntax error

image

Experienced syntax error on the following line. Any suggestions on how to resolve this problem?
위와 같은 syntax error를 겪어서 Run이 안 되고 있습니다. 해당 문제를 해결하기 위해 어떻게 해야하나요?

*Additional Question/추가 질문:
Made a "news" folder and a "news_data" sub-folder within the "news" folder. Is this correct according to the sample code, or did I do something wrong?
"news" 폴더 내 "news_data" 폴더를 만들어 기사들을 저장해놓고 Run 중 오류가 발생했습니다. 해당 폴더링 순서상 잘못된 부분이 있었나요?

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.