 Your new post is loading...
|
Scooped by
Shiwon Cho
|
The R core group has quickly followed up with a patch to R version 3.
|
Scooped by
Shiwon Cho
|
Light Table is a new interactive IDE that lets you modify running programs and embed anything from websites to games. It provides the real time feedback we need to not only answer questions about our code, but to understand how our programs really work.
|
Scooped by
Shiwon Cho
|
On 30 April 1993 CERN published a statement that made World Wide Web technology available on a royalty free basis, allowing the web to flourish]
|
Scooped by
Shiwon Cho
|
Tree methods such as CART (classification and regression trees) can be used as alternatives to logistic regression. It is a way that can be used to show the probability of being in any hierarchical group.
|
Scooped by
Shiwon Cho
|
One great thing about applying machine learning at Preact is working with fresh data. In the world of academic research, data is stale: learning algorithms are tested against monolithic reference datasets and each new algorithm picks up the same old sledgehammer and tries send the same old weight up to the same old bell. However, when algorithms are applied to new data it needs to be massaged into a form suitable for analysis in a process called feature extraction.
|
Scooped by
Shiwon Cho
|
Apache OpenNLP is a Java machine learning toolkit for natural language processing (NLP). It supports the most common NLP tasks.
|
Scooped by
Shiwon Cho
|
Architects look at thousands of buildings during their training, and study critiques of those buildings written by masters. In contrast, most software developers only ever get to know a handful of large programs well—usually programs they wrote themselves—and never study the great programs of history. As a result, they repeat one another's mistakes rather than building on one another's successes.
|
Scooped by
Shiwon Cho
|
This video looks at how Big Data is handled from the Large Hadron Collider (LHC).
|
Scooped by
Shiwon Cho
|
hawtio is a lightweight and modular HTML5 web console for managing your Java stuff
|
Scooped by
Shiwon Cho
|
|
Scooped by
Shiwon Cho
|
Clang implements the entirety of the C++11 language standard. The following features have been implemented since the release of Clang 3.2, along with our plans for "C++1y".
|
Scooped by
Shiwon Cho
|
|
Scooped by
Shiwon Cho
|
|
|
Scooped by
Shiwon Cho
|
Nina Zumel and I ( John Mount ) have been working very hard on producing an exciting new book called “Practical Data Science with R.” The book has now entered Manning Early Access Progr...
|
Scooped by
Shiwon Cho
|
The history of computer data storage, in pictures
|
Scooped by
Shiwon Cho
|
To mark the 20th anniversary of the World Wide Web being released to the public, CERN is recreating the world's first website.
|
Scooped by
Shiwon Cho
|
The MS Open Tech team has been spending quite a bit of time testing the latest build of Redis for Windows (available for download from the MS Open Tech Github repo). As we approach completion of our test plan, we thought we’d share some very promising results.
|
Scooped by
Shiwon Cho
|
CMake is a cross-platform, open-source build system. A special file named “toolchain” is required for cross-compilation, and this file should define all tools (compiler, linker, libraries, etc.) needed for building an application. To invoke Cmake with the toolchain file, use the following command-line option:
|
Scooped by
Shiwon Cho
|
O'Reilly has published a number of Open Books--books with various forms of open copyright--over the years. The reasons for opening copyright, as well as the specific license agreements under which ...
|
Scooped by
Shiwon Cho
|
Earlier this month we blogged about Harvard Professors Gary King and Stuart Shieber providing advice to graduate students about open access, dissertations, and journal publishing. The importance of open access publishing is increasingly recognized by students, faculty and scholars in statistics. Perhaps less well understood is how such open access resources are managed and sustained.
|
Scooped by
Shiwon Cho
|
RestComm is a Communications Platform to rapidly build voice and text messaging applications, using your existing web development skills. The RestComm team is very excited to present a FINAL release for the 1.0.0 branch. The platform has had two years to mature and we are proud to present it to the community. This release will empowe...
|
Scooped by
Shiwon Cho
|
Here is the typical “Big” data architecture, that covers most components involved in the data pipeline.
|
Scooped by
Shiwon Cho
|
The FreeBSD Foundation is pleased to announce that Pawel Jakub Dawidek has been awarded a development grant to further improve the Capsicum framework. The grant is jointly funded by Google's Open Source Programs Office.
|
Scooped by
Shiwon Cho
|
Spreading a workload across multiple processors, coupled with various software recovery techniques, provides a highly available environment and enhances overall RAS (Reliability, Availability, and Serviceability) of the environment. Benefits include faster recovery from unplanned outages, as well as minimal effects of planned outages on the end user.
|
Scooped by
Shiwon Cho
|
Redis is a very cool open-source key-value store that can add instant value to your Hadoop installation. Since keys can contain strings, hashes, lists, sets and sorted sets, Redis can be used as a front end to serve data out of Hadoop, caching your ‘hot’ pieces of data in-memory for fast access when they are needed again. By using a Java client called Jedis, you can ingest and retrieve data with Redis. Combining this simple client with the power of MapReduce will let you write and read data to and from Redis in parallel.
|