딥러닝(3) - Backpropagation
Backpropagation
Backpropagation
1. 신경망 (Neural Network) 퍼셉트론이 가중치를 직접 수동으로 설정하는 작업을 했다는 한계가 있었는데 이를 해결할 방법이 바로 신경망이다. 딥러닝을 이야기할 때 ‘자동으로 알아서 학습하는’ 이라는 말을 많이 한다. 알아서 가중치 값을 설정하고 조정하는 것이 자...
1. 들어가기 전에 1.1. AI의 역사 1943년: 최초 신경망 모델 제안 1950년: 앨런 튜링이 튜링 테스트 제안 (첫 번째 AI 붐) 1950년대 후반 ~ 1970년대 전반 1956년 : 미국 다트머스의 학회에서 AI 이란 용어 처음 사용 ...
(macOS) Docker 설치 Install Docker Desktop on Mac https://docs.docker.com/docker-for-mac/install/
Eclipse 실행 Help -> Install New Software 선택 URL: http://ermaster.sourceforge.net/update-site/
1장. 이더리움이란 무엇인가? 이더리움?
1. Flutter https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
UI 목차 Introduction to widgets Building layouts Layouts in Flutter Tutorial Creating responsive apps Box ...
UI 목차 Introduction to widgets Building layouts Layouts in Flutter Tutorial Creating responsive apps Box ...
0. Why? 공홈에서 샘플 코드 실행 시 앱 빌드 전 하얀 splash 화면 몇초간 로딩 후 main으로 넘어감
Flutter는 UI가 XML 파일 등이 아닌 Code로 작성되므로 다른 프레임 워크와 다르다 widget은 Flutter UI의 기본 구성 블록
Error This application is not configured to build on the web. To add web support to a project, run `flutter create .`.
Error Flutter Android build 시 에러 Launching lib/main.dart on Android SDK built for x86 in debug mode... [!] Your app isn't using AndroidX. To avoid potent...
Minimum requirements Operating Systems: macOS (64-bit) Disk Space: 700 MB (does not include disk space for IDE/tools). Tools: Flutter depends on these...
Create 원하는 작업 폴더 새로 만들고 폴더 안으로 이동해서 새로운 git 저장소 만들기 $ cd 작업디렉토리 $ git init
1. 우선 .git 이 있는 프로젝트로 이동 $ cd myproj
1. 새로운 SSH 키 생성 SSH 키들은 기본적으로 사용자의 ~/.ssh 디렉토리에 저장됨 먼저 기존의 키들을 확인
1. 새로운 Git 저장소 만들기 원하는 작업 폴더 새로 만들고 폴더 안으로 이동해서 새로운 git 저장소 만들기 $ cd 작업디렉토리 $ git init
1. Jekyll Admin 플러그인 추가 Gemfile 파일 오픈해서 아래와 같이 추가
Error $ jekyll serve 원래는 이 명령을 통해 jekyll이 내장하고 있는 서버를 동작시키고 이를 로컬 PC(localhost:4000)에서 확인 가능한데, 에러 발생
Gem-based 테마 구조 assets, _layouts, _includes, _sass
Jekyll? jekyll은 Markdown (또는 Textile), Liquid, HTML & CSS 로 구성된 페이지를 repository 에 push 하면 포스팅이 가능하게 해준다.
Login $ mysql -u root -p Enter password:
Error ``` $ mysql.server start
MySQL Workbench - MySQL Dump ERROR 내용 MySQL Workbench에서 Data Export 시, Unknown table ‘column_statistics’ in information_schema (1109) Error 나오면서 실패
jupyter notebook 실행 $ cd /Users/<사용자계정>/anaconda/python.app -m notebook
Error 1 $ conda env create -f environment.yml ``` Preparing transaction: done Verifying transaction: done Executing transaction: done Invalid requirement: ‘...
0. 환경 node >= 8, npm >= 5 설치되어있는지 확인한다. $ npm version { npm: '6.4.1', ares: '1.15.0', cldr: '33.1', http_parser: '2.8.0', icu: '62.1', mo...
Setting 1. Homebrew update $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" xcode command line tool 없...
Rust 설치 $ curl https://sh.rustup.rs -sSf | sh
1. Rustup 설치 rustup: a command line tool for managing Rust versions and associated tools https://www.rust-lang.org/tools/
구성요소 session tmux 실행 단위, 여러개의 window로 구성됨 window 터미널 화면, session 내에서 탭처럼 사용할 수 있음 pane window 내에서 화면 분 status bar 화면 아래 표시되는 상태
Chrome
0. 목적 ECDSA 작동 방식, 알고리즘, 디지털 서명 확인 방법 및 그러한 서명을 위조하는 것이 불가능한 방법을 설명한다.
(mac) terminal 명령어
Error Python $ ./server.py Traceback (most recent call last): File "./server.py", line 7, in <module> s.bind((host, port)) # Bind to the p...