Skip to content

dhrim/opensw_camp_2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

교육 목표

딥러닝 개념을 파악하고 실제 동작하는 딥러닝을 경험한다.


교육 상세 목표

  • 딥러닝의 개념을 이해한다.
  • 딥러닝으로 해결할 수 있는 문제를 이해한다.
  • 딥러닝에 적용하기 위한 데이터를 이해한다.
  • Keras로 구현한 딥러닝 코드를 파악하고 실행해 본다.
  • 딥러닝을 적용한 작업들을 파악한다.

대상

프로그래밍 경험이 없는 대학생


프로그램









딥러닝 활용을 위한 지식 구조

Environment
    jupyter
	colab
	usage
		!, %, run
    GCP virtual machine
linux
	ENV
	command
		cd, pwd, ls
		mkdir, rm, cp
		head, more, tail, cat
	util
		apt
		git, wget
		grep, wc, tree
		tar, unrar, unzip
	gpu
		nvidia-smi

python
	env
		python
			interactive
			execute file
		pip
	syntax
        variable
        data
            tuple
            list
            dict
            set
        loop
        if
        comprehensive list
        function
        class
	module
		import

libray
    numpy
        load
        op
        shape
        slicing
        reshape
        axis + sum, mean
    pandas
        load
        view
        to numpy
    matplot
        draw line graph
        scatter
        show image

Deep Learning
    DNN
        concept
            layer, node, weight, bias, activation
            cost function
            GD, BP
        data
            x, y
            train, validate, test
            shuffle
        learning curve : accuracy, loss
        tunning
            overfitting, underfitting
            regularization, dropout, batch normalization
            data augmentation
        Transfer Learning
    type
        supervised
        unsupervised
        reinforcement
    model
        CNN
            varnilla, VGG16
        RNN
        GAN
    task
        Classification
        Object Detection
        Generation
	Segmentation
	Pose Extraction
	Noise Removing
	Super Resolution
	Question answering
	Auto Captioning
        Anomaly Detection
    data type
        image
	sound
	attribute
	time series

TensorFlow/Keras
    basic frame
        data preparing
            x, y
            train, valid, test
            normalization
            ImageDataGenerator
        fit
        evaluate
        predict
    model
        activation function
        initializer
    tuning
        learning rate
        regularier
        dropout
        batch normalization
    save/load
    compile
        optimizer
        loss
        metric

About

2020년 공개SW 대학생 체험캠프

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published