WOLFRAM

Wolfram Language

Education & Academic

Gardening à la Gardner

When looking through the posts on Wolfram Community, the last thing I expected was to find exciting gardening ideas. The general idea of Ed Pegg's tribute post honoring Martin Gardner, "Extreme Orchards for Gardner," is to find patterns for planting trees in configurations with constraints like "25 trees to get 18 lines, each having 5 trees." Most of the configurations look like ridiculous ideas of how to plant actual trees. For example:
Computation & Analysis

Protecting NHS Patients with the Wolfram Language

The UK's National Health Service (NHS) is in crisis. With a current budget of just over £100 billion, the NHS predicts a £30 billion funding gap by 2020 or 2021 unless there is radical action. A key part of this is addressing how the NHS can predict and prevent harm well in advance and deliver a "digital healthcare transformation" to their frontline services, utilizing vast quantities of data to make informed and insightful decisions. This is where Wolfram comes in. Our UK-based Technical Services Team worked with the British NHS to help solve a specific problem facing the NHS---one many organizations will recognize: data sitting in siloed databases, with limited analysis algorithms on offer. They wanted to see if it was possible to pull together multiple data sources, combining off-the-shelf clinical databases with the hospital trusts' bespoke offerings and mine them for signals. We set out to help them answer questions like "Can the number of slips, trips and falls in hospitals be reduced?"
Education & Academic

Launching Wolfram|Alpha Open Code

Note added 09/29/2021: Some information regarding Wolfram Cloud products described in this post may be outdated. Please visit https://www.wolfram.com/cloud to learn more. Code for Everyone Computational thinking needs to be an integral part of modern education—and today I’m excited to be able to launch another contribution to this goal: Wolfram|Alpha Open Code. Every day, millions […]

Computation & Analysis

Edit Your NaNoWriMo Novel with the Wolfram Language

If you're like many of us at Wolfram, you probably know that November was National Novel Writing Month (NaNoWriMo). Maybe you even spent the past few weeks feverishly writing, pounding out that coming-of-age story about a lonely space dragon that you've been talking about for years. Congratulations! Now what? Revisions, of course! And we, the kindly Wolfram Blog Team, are here to get you through your revisions with a little help from the Wolfram Language.
Computation & Analysis

New in the Wolfram Language: FeatureExtraction

Two years ago, we introduced the first high-level machine learning functions of the Wolfram Language, Classify and Predict. Since then, we have been creating a set of automatic machine learning functionalities (ClusterClassify, DimensionReduction, etc.). Today, I am happy to present a new function called FeatureExtraction that deals with another important machine learning task: extracting features from data. Unlike Classify and Predict, which follow the supervised learning paradigm, FeatureExtraction belongs to the unsupervised learning paradigm, meaning that the data to learn from is given as a set of unlabeled examples (i.e. without an input -> output relation). The main goal of FeatureExtraction is to transform these examples into numeric vectors (often called feature vectors). For example, let's apply FeatureExtraction to a simple dataset:
Current Events & History

Celebrating Gottfried Leibniz on the 300th Anniversary of His Death

Today is the 300th anniversary of the death of Gottfried Leibniz, a man whose work has had a deep influence on what we do here at Wolfram Research. He was born July 1, 1646, in Leipzig, and died November 14, 1716, in Hanover, which was, at the time, part of the Holy Roman Empire. I associate his name most strongly with my time learning calculus, which he invented in parallel with Isaac Newton. But Leibniz was a polymath, and his ideas and influence were much broader than that. He invented binary numbers, the integral sign and an early form of mechanical calculator.
Announcements & Events

The 2016 Wolfram One-Liner Competition Winners

Could you fit the code for a fully functional game of Pong into a single tweet? One that gives you more points the more you take your chances in letting the "ball" escape? Philip Maymin did, and took first prize with that submission in the One-Liner Competition held at this year's Wolfram Technology Conference. Participants in the competition submit 128 or fewer tweetable characters of Wolfram Language code to perform the most impressive computation they can dream up. We had a bumper crop of entries this year that showed the surprising power of the Wolfram Language. You might think that after decades of experience creating and developing with the Wolfram Language, we at Wolfram Research would have seen and thought of it all. But every year our conference attendees surprise us. Read on to see the amazing effects you can achieve with a tweet of Wolfram Language code.

Honorable Mention

Amy Friedman: "The Song Titles" (110 characters)

Education & Academic

My Wolfram Tech Conference 2016 Highlights

Here are just a handful of things I heard while attending my first Wolfram Technology Conference: "We had a nearly 4-billion-time speedup on this code example." "We've worked together for over 9 years, and now we're finally meeting!" "Coding in the Wolfram Language is like collaborating with 200 or 300 experts." "You can turn financial data into rap music. Instead, how about we turn rap music into financial data?" As a first-timer from the Wolfram Blog Team attending the Technology Conference, I wanted to share with you some of the highlights for me---making new friends, watching Wolfram Language experts code and seeing what the Wolfram family has been up to around the world this past year.
Leading Edge

Less Than Five Lines of Code

Software engineer and longtime Mathematica user Chad Slaughter uses the Wolfram Language to facilitate interdepartmental communication during software development. While most programming languages are designed to do one thing particularly well, developers like Slaughter often find that the Wolfram Language is more versatile: "With traditional C++, in order to develop a program, it's going to take several hundred lines of code to do anything interesting. With Mathematica, I can do something interesting in less than five lines of code."