본문 바로가기 메뉴 바로가기

미선's Blog

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

미선's Blog

검색하기 폼
  • 분류 전체보기 (376)
    • 공부한다 (0)
      • 2021년 (0)
      • 밥줄 (0)
    • 프로그래밍 (182)
      • 자바 (0)
      • spring (3)
      • 파이썬 (9)
      • script언어 (11)
      • WEB (23)
      • Android (101)
      • OS (16)
    • 데이터관리 (36)
      • 딥러닝 (9)
      • BlockChain (18)
    • 금융 (4)
    • 이모저모 (152)
      • IT 이모저모 (94)
      • 인물 (7)
      • 프로젝트 관련자료 (7)
    • 임시작업장 (0)
  • 방명록

데이터관리 (36)
Building Machine Learning Systems with Python

한국어판 개정판을 보고 있다. 번역이 개똥이다..어처구니가 없다.. 심지어 오타도 넘 많다..이걸 봐도 되는건지..ㅠㅠ 인터넷에 돌아다니는 원문 pdf를 꼭 참조!!! 파이썬 라이브러리 Numpy : 다차원배열 최적화 Scipy : 수치연산 matplotlib : 고급 그래프 apt-get install python3-matplotlib scikit-lean http://scikit-learn.org/stable/install.html matplotlib 그림에서 한글입력하기, 그림 크기 조절하기 http://freeprog.tistory.com/88 sudo apt-get install build-essential python3-dev python3-setuptools python3-numpy pyth..

데이터관리/딥러닝 2016. 2. 23. 22:06
페르마의 마지막정리

[위키백과] 페르마의 마지막 정리

데이터관리/딥러닝 2016. 2. 23. 16:44
CNN ; Convolutional Neural Network

참고 CS231n: Convolutional Neural Networks for Visual Recognition [UFLDL Tutorial]Convolutional Neural Network Deep learning – Convolutional neural networks and feature extraction with Python NVIDIA CES 2016 News Summary

데이터관리/딥러닝 2016. 2. 23. 15:37
Private vs Public Blockchains

Private vs Public Blockchains: Night vs Day http://cointelegraph.com/news/private-public-blockchain

데이터관리/BlockChain 2016. 2. 23. 15:16
앨런 튜링 Alan Turing

영국의 수학자 Turing Machines L8: Introduction to Turing Machines and Computations Busy Beaver Turing Machines - Computerphile on computable numbers with an application to the entscheidungsproblem [IDG News Service]“세상 모든 컴퓨터의 시작” ‘튜링 머신’ 발명가 수학자 앨런 튜링의 업적 Turing Machine

데이터관리/딥러닝 2016. 2. 23. 14:24
제임스 커프너 (James Kuffner)

Imagining a Cloud-enabled Shakey - James Kuffner, Google Research 참고 구글의 새 로봇 수장, 제임스 커프너는 누구인가

데이터관리/딥러닝 2016. 2. 22. 14:51
ANN ; Artificial Neural Network ; 인공신경망

인공신경망은 1940년대에 이미 개발된 방법 선형 맞춤(linear fitting)과 비선형 변환(nonlinear transformation or activation)을 반복해 쌓아올린 구조 영상처리, 인공지능, 제어 등 다양한 분야에 적용 최적화 알고리즘 역전파(back propagation) 방법 제프리 힌톤(Geoffrey Hinton) 데이터의 전처리과정(pre-training) 2006년의 논문, A fast learning algorithm for deep belief nets 인공신경망의 각 층을 먼저 비지도 학습방법(unsupervised learning)을 통해 잘 손질해주고, 그렇게 전처리한 데이터를 여러 층 쌓아올려 인공신경망 최적화를 수행하면 훌륭한 결과를 만들어 낼 수 있다. 참..

데이터관리/딥러닝 2016. 2. 22. 14:19
Softfork, Hardfork

Consensus Rule Changes Blockchain Rule Update Process Softfork A softfork is a change to the bitcoin protocol wherein only previously valid blocks/transactions are made invalid. Since old nodes will recognise the new blocks as valid, a softfork is backward-compatible. This kind of fork requires only a majority of the miners upgrading to enforce the new rules. [wiki]Softfork 관련 BIP [BIP16] Pay to..

데이터관리/BlockChain 2016. 2. 19. 18:05
Cryptocurrency

Bitcoin Cryptocurrency Crash Course with Andreas Antonopoulos - Jefferson Club Dinner Meetup

데이터관리/BlockChain 2016. 2. 18. 17:58
Proof of work

Bitcoin - Proof of work

데이터관리/BlockChain 2016. 2. 18. 17:49
ECDSA ; Hash function

Elliptic Curve Digital Signature Algorithm offers a variant of the Digital Signature Algorithm (DSA) which uses elliptic curve cryptography. Bitcoin - Cryptographic hash function Bitcoin - Digital Signatures [FIPS PUB 186-4] Digital Signature Standard (DSS)

데이터관리/BlockChain 2016. 2. 18. 17:31
[BIP44] Multi-Account Hierarchy for Deterministic Wallets

bips / bip-0044.mediawiki BIP: 44 Title: Multi-Account Hierarchy for Deterministic Wallets Author: Marek Palatinus Pavol Rusnak Status: Draft Type: Standards Track Created: 2014-04-24 Path level m / purpose' / coin_type' / account' / change / address_index 관련 BIP [BIP32] Hierarchical Deterministic Wallets [BIP47] Reusable Payment Codes for Hierarchical Deterministic Wallets

데이터관리/BlockChain 2016. 2. 18. 14:44
[BIP32] Hierarchical Deterministic Wallets

bips / bip-0032.mediawiki BIP: 32 Title: Hierarchical Deterministic Wallets Author: Pieter Wuille Status: Final Type: Informational Created: 2012-02-11 hierarchical deterministic wallets (or "HD Wallets") can be shared partially or entirely with different systems, each with or without the ability to spend coins. secp256k1 Andreas Antonopoulos on Bitcoin Wallet Encryption 참고자료 Deterministic Walle..

데이터관리/BlockChain 2016. 2. 18. 14:28
[BIP47] Reusable Payment Codes for Hierarchical Deterministic Wallets

bips / bip-0047.mediawiki BIP: 47 Title: Reusable Payment Codes for Hierarchical Deterministic Wallets Author: Justus Ranvier Status: Draft Type: Informational Created: 2015-04-24 Payment codes an extended public key and associated metadata which is associated with a particular identity/account 관련 BIP [BIP32] Hierarchical Deterministic Wallets [BIP43] Purpose Field for Deterministic Wallets [BIP..

데이터관리/BlockChain 2016. 2. 18. 14:24
금융관련

Bitcoin Revolution In Zimbabwe Attracts Attention of Stanford University [Iyke Aru 2016-02-18 01:20 PM] 기사 링크 Argentine President & Richard Branson Discuss Bitcoin '링크(Linq) 나스닥이 비상장 주식 거래 플랫폼인 '링크(Linq)'에 블록체인 기술을 도입

데이터관리/BlockChain 2016. 2. 17. 17:36
이전 1 2 3 다음
이전 다음
최근에 올라온 글
최근에 달린 댓글
TAG
  • Android
  • chrome
  • html5
  • IT
  • 인물
  • IT 신문스크랩
  • google I/O
  • 이클립스
  • Head First jQuery
  • 환경설정
  • Tools
  • Java
  • 오라클
  • SQLite
  • 안드로이드
  • 애플
  • oracle
  • App Widgets
  • 블록체인
  • WAC
  • jQuery
  • 신문스크랩
  • Bitcoin
  • Spring
  • head first python
  • UML
  • Eclipse
  • WebView
  • Spring 3
  • OS
more
Total
Today
Yesterday

Blog is powered by Tistory / Designed by Tistory

티스토리툴바