Galvanize will teach students how to use IBM Watson APIs with new machine learning course

 As part of IBM’s annual InterConnect conference in Las Vegas, the company is announcing a new machine learning course in partnership with workspace and education provider Galvanize to familiarize students with IBM’s suite of Watson APIs. These APIs simplify the process of building tools that rely on language, speech and vision analysis. Going by the admittedly clunky name IBM… Read More Continue reading Galvanize will teach students how to use IBM Watson APIs with new machine learning course

Google Machine Learning Made Simple(r)

If you’ve looked at machine learning, you may have noticed that a lot of the examples are interesting but hard to follow. That’s why [Jostmey] created Naked Tensor, a bare-minimum example of using TensorFlow. The example is simple, just doing some straight line fits on some data points. One example shows how it is done in series, one in parallel, and another for an 8-million point dataset. All the code is in Python.

If you haven’t run into it yet, TensorFlow is an open source library from Google. To quote from its website:

TensorFlow is an open source software library

…read more

Continue reading Google Machine Learning Made Simple(r)

Google makes it easier for companies to transfer data to its cloud

 On stage today at Google’s Cloud Next conference, the company announced a series of new tools to assist users with data preparation and integration. The updates bolster both the power and agility of Google Cloud for businesses. The first of these releases is the new private beta of Google Cloud Dataprep. Dataprep makes the data preparation process more visual. The tool includes… Read More Continue reading Google makes it easier for companies to transfer data to its cloud

IBM adds support for Google’s Tensorflow to its PowerAI machine learning framework

shutterstock ibm PowerAI is IBM’s machine learning framework for companies that use servers based on its Power processors and NVIDIA’s NVLink high-speed interconnects that allow for data to pass extremely quickly between the processor and the GPU that does most of the deep learning calculations. Today, the company announced that PowerAI now supports Google’s popular Tensorflow machine… Read More Continue reading IBM adds support for Google’s Tensorflow to its PowerAI machine learning framework

TensorFlow Robot Recognizes Objects

Children can do lots of things that robots and computers have trouble with. Climbing stairs, for example, is a tough thing for a robot. Recognizing objects is another area where humans are generally much better than robots. Kids can recognize blocks, shapes, colors, and extrapolate combinations and transformations.

Google’s open-source TensorFlow software can help. It is a machine learning system used in Google’s own speech recognition, search, and other products. It is also used in quite a few non-Google projects. [Lukas Biewald] recently built a robot around some stock pieces (including a Raspberry Pi) and enlisted TensorFlow to allow the …read more

Continue reading TensorFlow Robot Recognizes Objects