다음 포스팅은 "XAI 설명가능한 인공지능, 인공지능을 해부하다" 책을 읽고 정리한 내용을 포스팅합니다. 1. XAI란? - 설명 가능한 의사 결정 체계 - 1975년 처음 등장 - 부정확한 추론 과정을 확률적으로 모델링하는 방법 -> 이 규칙을 기반으로 조건부 확률 근삿값(Rule-based conditional probabiity approximation) 방식 개발, 의사 결정 과정을 확률적이고 체계적으로 정돈하는 방식 - 설명가능한 인공지능은 2004년이 되서야 "XAI(Explainable Aritificial Intelligence)"라는 전문용어로 자리 잡음 - 반렌트, 피셔, 만쿠소가 제시 - "컴퓨터 시스템이나 인공지능 시스템은 복잡해지는 반면에 그것들의 자기 설명 기능에는 발전이 없다!..
- 항상 헷갈려서 정의... 1. 벡터란? - 수학에서는? Vector Space의 원소가 바로 벡터 - 벡터 공간의 종류가 엄청 다양하기 때문에 물리적 직관을 함부로 적용하기 힘듬 - 함수들로 이루어진 벡터공간도 존재하며, 벡터 공간으로 이루어진 벡터 공간도 존재 2. 백터의 내적(vector inner product) - dot product = scalar product - 효율 2.1 속성(property) - Commutative - Distributive over vector addiction - Bilinear - Scalar multiplication - Orthogonal - No cancellation - Product Rule 2.2 Application to the law of co..
0. Introduction Ethereum(이더리움)? = 스마트 계약을 수행할 수 있는 분산형 플랫폼 이때 스마트 계약이란? 고장, 검열, 부정이나 제 3자에 의한 방해가 전혀없이 프로그래밍 대로 동작하는 app Ether - 이더리움은 "ether"이라는 단위 사용 - 가장 작은단위 "wei", 1ether은 10wei Gas - Ether은 송금과 계약을 실행하기 위해서는 수수료와 이더리움 지불 필요 -> Gas 1. Geth - Geth = go-ethereum - Go 언어로 만들어진 클라이언트 1. https://www.slideshare.net/xyrho123/blockchain-study3-geth
MODOPT MODOPT, Method, NMODE, FREQB, FREQE, Cpxmod, Nrmkey, ModType, BlockSize, --, --, --, FREQMOD Specifies modal analysis options. = 고유진동수 구하기 damped = 감쇠 = 마찰고려 undamped = 비감쇠 = 마찰 고려 x Method - Mode-extraction method to be used for the modal analysis. LANB Block Lanczos LANPCG PCG Lanczos SNODE Supernode modal solver SUBSP Subspace algorithm UNSYM Unsymmetric matrix DAMP Damped system QRDAM..
edition.cnn.com/2020/05/27/politics/hong-kong-pompeo-certification/index.html Pompeo says Hong Kong is no longer autonomous from China, jeopardizing billions of dollars in trade Secretary of State Mike Pompeo said he certified to Congress Wednesday that Hong Kong no longer enjoys a high degree of autonomy from China -- a decision that could result in the loss of Hong Kong's special trading statu..
1. 배열 Person[] public people uint[] memory result = new uint[](3) 2. 랜덤문자 생성 keccak256("aaaa") 3. 형변환 uint a = 5; uint b = 6; uint8 c = a*uint8(b) 3.1 uint 3.2 캐스팅 - uint32(uint256 변수) 4. 이벤트 5. Address 0x0cE446255506E92DF41614C46F1d6df9Cc969183 6. Mapping - 솔리디티 Storage에서 구조화된 데이터를 저장하는 또다른 방법, 오직 상태변수로만 선언 - 기본적으로 키 - 값(key - value) 저장소로 데이터를 저장하고 검색하는데 이용됨 - key는 실제로 저장되지 않고 키의 keccak256 해시값이..
1. 사이트 들어가기 https://www.dothome.co.kr/index.php 닷홈 - 호스팅은 닷홈 닷홈은 무제한 웹호스팅, 무료호스팅, 도메인, 홈페이지빌더, 무제한메일, SSL보안인증서, 서버호스팅, 코로케이션 서비스를 제공하고 있습니다. www.dothome.co.kr 2. FileZilla 설치하기 https://filezilla-project.org/download.php?type=client Download FileZilla Client for Windows (64bit) Download FileZilla Client for Windows (64bit) The latest stable version of FileZilla Client is 3.47.2.1 Please select th..
seduction - Casanova was a famous 18th century seducer, whose name has become a synonym of seduction. - The seduction from plastic surgery clinics are luring many students and parents to knock on their doors like never before. discontentedly 불평을 품고 = in a way that shows someone feels unhappy because they are not satisfied with something: proprietor =a person who owns a particular type of busines..
베이즈 정리 => “사전확률로부터 사후확률을 구할 수 있다” 베이즈 정리의 기본 베이즈 통계학은 조건부 확률관한 법칙인 베이즈 정리를 기본으로 둔다. 토머시스 베이즈, 알려지지 않은 사 전 분포에 관측값을 쌓아가면서 확실함을 더해가는 과정에 관심을 두고 연구 사건 A와 B가 있을 때, 사건 B가 일어난 것을 전제로 한 사건 A의 조건부 확률을 구하고 싶다고 하자. 그런데 지금 알고 있는 것은 사건 A가 일어난 것을 전제로 한 사건 B의 조건부 확률, A의 확률, B의 확률 뿐이다. 그럴 때, 원래 구하고자 했던 '사건 B가 일어난 것을 전제로 한 사건 A의 조건부 확률'은 다음과 같이 구할 수가 있다