전체 글 69

Basic Computer

1. Computer OS Operating System, 운영체제 우리의 프로그램이 동작할 수 있는 구동 환경 Applications ---> Operating System ---> CPU + Memory (Software) | (Hardware) application은 OS에 의존적(Dependent) 2. File System OS에서 파일을 저장하는 트리구조 저장 체계 root Directory(Mac 기준)로부터 시작하는 트리구조로 되어있음(Window에서는 C drive가 기준) 파일의 기본 체계 : File vs Directory Directory - Folder 또는 Directory로 불림 - File과 다른 Directory를 포함할 수 있음 File - 파일명과 확장자로 식별됨(ex ..

CHAPTER 1 Stanford Design Thinking and ASEAN Startup

The Industrial Revolutions - 산업 혁명 : 기존의 생산 방식에서 혁명적인 변화가 일어나서 사회 구조, 정치역학적인 구조들이 바뀌게 되는 것 - Industry 1.0 : 증기기관(1784), 기계화 생산, 사람의 노동력을 기계로, 도시로 이동, 도시화 - Industry 2.0 : 전기.화학(1870), 대량 생산, 자동차 대중화, 공산품 발현 - Industry 3.0 : IT기술(1969),부분 자동화, 단순 반복 로봇, 생산 속도 UP - Industry 4.0 : 로봇 인공지능(Now), 자동 생산, cyber & physical system, Mass customization * Products have been becoming more complex, smarter, a..

Linearly independent & inverse of a square matrix

* Linearly independent라는 개념은 AI 알고리즘을 build up 하는데 있어서 상당히 중요!! Example A and B are two NxN matrices which are invertible. Show that: (AB)^(−1) =B^(−1)A^(−1) * 증명문제 Tip 1. 정의 이용하기 2. 가정이 잘못되었다고 설립한 뒤 그 결과가 모순됨을 보여주면 됨 여기서는 '1. 정의 이용하기'를 통해 해결해보자..! (AB) (B^(−1)A^(−1)) Is this equal to I(Identity matrix)? = A (B B^(−1)) A^(−1) = A I A^(−1) = A A^(−1) = I Thus: (AB)^(−1) =B^(−1)A^(−1) Linearly ind..