2018의 게시물 표시

Publish to my blog (weekly)

nthought :: 자기강화와 GAN: 부족한 정답세트를 극복하는 방법 Semi-supervised 중에 하나인 active learning (다른 의미로 사용되는 경우도 있음)도 일종의 앙상블 방법인데, 두개의 다른 learner가 서로 다른 결과를 예측하면 어느 예측이 맞는지 사람에게 확인받아서 모호한 케이스에 대해서 정답세트를 추가하는 방식이다. [IT열쇳말] GAN(생성적 적대 신경망) GAN은 주로 이미지 생성에 활용된다. 실제 이미지를 학습해 거짓 이미지를 만들어낸다. Posted from Diigo . The rest of my favorite links are here .

Publish to my blog (weekly)

시계열 데이터 | Microsoft Docs 센서 데이터 시계열 데이터는 시간별로 구성된 값 집합 응용 프로그램 원격 분석 데이터 클릭 스트림 데이터 주가 기록 추세 실시간 경고 예측 모델링 시간이 데이터를 보거나 분석하기 위한 가장 의미 있는 축 데이터베이스에 대한 업데이트보다는 삽입으로 처리 시계열 데이터는 분산형 또는 꺾은선형 차트로 보면 가장 잘 표시 ...

Publish to my blog (weekly)

Structs and Interfaces — An Introduction to Programming in Go | Go Resources (c *Circle) “receiver” Person Person anonymous fields Person a.Person.Talk() a.Talk() The is-a relationship In our case both Rectangle and Circle have area methods which return float64 s so both types implement the Shape interface. ...

Publish to my blog (weekly)

Uploading file in an isomorphic ReactJS app | BigBinary Blog In an isomorphic app, the server sends a fully-formed HTML to the browser. This is typically done for SEO, performance and code maintainability. Posted from Diigo . The rest of my favorite links are here .

Publish to my blog (weekly)

Build a Microservices Architecture for Microbrews With Spring Boot - DZone Java failover and resiliency Microservices make change less expensive too. It can also be a good idea when you have a large team working on a single product. Your project can likely be broken up into components that can function independently of one another. Once components can function independently, they can be built, tested, and deployed independently. This gives an organization and its teams the agility to develop and deploy very quickly. “Do one thing and do it well” You shouldn’t start with a microservices architecture. Instead, begin with a monolith, keep it modular, and split it into mi...

Publish to my blog (weekly)

Building a semantic graph in Neo4j – Jesús Barrasa A DatatypeProperty describes an attribute in Neo4j A Class defines a category which in Neo4j exists as a node label each of the individual key-value pairs in both nodes or relationships an ObjectProperty describes a relationship in Neo4j DatatypeProperties  (describing neo4j attributes) ObjectProperties  (describing relationships) And Now for Something Completely Different: Using OWL with...

Publish to my blog (weekly)

온톨로지 - 위키백과, 우리 모두의 백과사전 어떤 관심 분야를 개념화하기 위해 명시적으로 정형화한 명세서 공유된 개념의 정형화된 명세 인스턴스 클래스 관계 속성 이름을 실질적인 형태 같은 표현의 개체가 어떠한 경우에는 클래스가 되었다가 다른 경우에는 인스턴스가 될 수 있다. 성질, 성향 hasSize ...

Publish to my blog (weekly)

What is Ethereum? — Ethereum Homestead 0.1 documentation asset-registries, voting, governance, and the internet of things Posted from Diigo . The rest of my favorite links are here .

Publish to my blog (weekly)

How do Artificial Neural Networks learn? - CodeProject recap State again as a summary; recapitulate.요약하다noun재생타이어, 요점의 반복verb재생시키다, 타이어를 재생시키다, ...의 요점을 되풀이하다 reminiscent Tending to remind one of something.연상시키는adjective옛날을 회상하는, 추억에 잠기는, 생각나게 하는noun추억을 말하는 사람 Posted from Diigo . The rest of my favorite links are here .

Publish to my blog (weekly)

reactjs - how to use setProps in react.js - Stack Overflow You're not supposed to do that. Posted from Diigo . The rest of my favorite links are here .

Publish to my blog (weekly)

How to write highly readable React code — 10 coding style tips ponder 숙고하다verb숙고하다, 생각하다 Posted from Diigo . The rest of my favorite links are here .