0%


Macalester WikiBrain development team, Summer 2013

Brief Introduction

WikiBrain’s busy thinking up its first public release. Please be patient while we fine tune our APIs and complete our documentation. Ask us questions at the WikiBrain google group!

The WikiBrain Java library enables researchers and developers to incorporate state-of-the-art Wikipedia-based algorithms and technologies in a few lines of code.

If you’d like to cite WikiBrain, please use: Sen, Shilad, Toby Jia-Jun Li, WikiBrain Team, and Brent Hecht. “WikiBrain: Democratizing computation on Wikipedia.” In Proceedings of The International Symposium on Open Collaboration, p. 27. ACM, 2014. [pdf]

阅读全文 »

RxJava 到底是什么? 一个词:异步。

RxJava 在 GitHub 主页上的自我介绍是 “a library for composing asynchronous and event-based programs using observable sequences for the Java VM”(一个在 Java VM 上使用可观测的序列来组成异步的、基于事件的程序的库)。这就是 RxJava ,概括得非常精准。

RxJava 好在哪? 一个词:简洁。

阅读全文 »

I’m working on a little photography website for my Dad and thought it would be neat to extract color information from photographs. I tried a couple of different approaches before finding one that works pretty well. This approach uses k-means clustering to cluster the pixels in groups based on their color. The center of those resulting clusters are then the “dominant” colors. k-means is a great fit for this problem because it is (usually) fast. It has the caveat of requiring you to specify up-front how many clusters you want – I found that it works well when I specified around 3.

阅读全文 »

From zero to One
From 1 to 2,3,…
Innovation, Smart, Efficient

In AI’s eye, there are no apps but positions and intents…
Fetch data–>Analyze data–>Create data

visit aisee.me , know more…

阅读全文 »

Read –> Write
Copy –> Refactor –> Innovate
Record –> Using –> Deepen –> Systemize
For every problem, Try your Best to Find Three Solvable Ways

  1. Learn the Basic Concepts and Framework of Android/Java/Linux/Computer.
  2. Read Code Following the Time Sequence.
  3. Read the Official Code Comments , API Docs, Sample Apps.
  4. Migrate and Optimize the Codes to Your Code Repositories.
阅读全文 »