Deep Learning
AI hype doesn't stop Trulia from using new analytics tools
Trulia has rolled out deep learning and AI-based features on its site over the course of the last few years, with more advanced features coming online more recently. The most straightforward is its recommendation engine, which matches users with properties likely to fit their preferences. There is also a customer engagement model that assesses web data to determine the type and frequency of communication that users prefer. Then, there are the more complex models that are closer to AI. A natural language generation model automatically creates text for neighborhood descriptions on the site. One of the most advanced AI features is a computer vision model.
To Compete With New Rivals, Chipmaker Nvidia Shares Its Secrets
Five years ago, Nvidia was best known as a maker of chips to power videogame graphics in PCs. Then researchers found its graphics chips were also good at powering deep learning, the software technique behind recent enthusiasm for artificial intelligence. The discovery made Nvidia into the preferred seller of shovels for the AI gold rush that's propelling dreams of self-driving cars, delivery drones and software that plays doctor. The company's stock-market value has risen 10-fold in three years, to more than $100 billion. That's made Nvidia and the market it more-or-less stumbled into an attractive target.
To Compete With New Rivals, Chipmaker Nvidia Shares Its Secrets
Five years ago, Nvidia was best known as a maker of chips to power videogame graphics in PCs. Then researchers found its graphics chips were also good at powering deep learning, the software technique behind recent enthusiasm for artificial intelligence. The discovery made Nvidia into the preferred seller of shovels for the AI gold rush that's propelling dreams of self-driving cars, delivery drones and software that plays doctor. The company's stock-market value has risen 10-fold in three years, to more than $100 billion. That's made Nvidia and the market it more-or-less stumbled into an attractive target.
Monitoring and Checkpointing in TensorFlow
In our last post we gave a basic introduction to TensorFlow 1.0. What we want to do now is take our foundation and move it forward. One of the most important parts of deep learning is understanding what is going on while the code is running. As our problems get more complicated and our datasets get larger, training time can go from minutes to days. If we've picked a model with poor hyper-parameters or just a bad model in general, we don't want to have to wait hours to make an adjustment to our model.
Top 10 Videos on Machine Learning in Finance
This'Top 10' list has been created on the basis of best content, and not exactly the number of views. I have also taken special care to walk you through the world of ML in Finance in a gentle, step-by-step manner. To get you motivated, we first begin with talks on the various applications of ML in Finance. Then, to enable access to free financial data, is a video detailing various sources for the latter. To get your hands dirty, we then move on to R and Python tutorials for specific financial use cases.
Learning Deep Learning. A tutorial on KNIME Deeplearning4J Integration
The aim of this blog post is to highlight some of the key features of the KNIME Deeplearning4J (DL4J) integration, and help newcomers to either Deep Learning or KNIME to be able to take their first steps with Deep Learning in KNIME Analytics Platform. With a little bit of patience, you can run the example provided in this blog post on your laptop, since it uses a small dataset and only a few neural net layers. However, Deep Learning is a poster child for using GPUs to accelerate expensive computations. Fortunately DL4J includes GPU acceleration, which can be enabled within the KNIME Analytics Platform. If you don't happen to have a good GPU available, a particularly easy way to get access to one is to use a GPU-enabled KNIME Cloud Analytics Platform, which is the cloud version of KNIME Analytics Platform.
An Introduction to Machine Learning DigitalOcean
Machine learning is a subfield of artificial intelligence (AI). The goal of machine learning generally is to understand the structure of data and fit that data into models that can be understood and utilized by people. Although machine learning is a field within computer science, it differs from traditional computational approaches. In traditional computing, algorithms are sets of explicitly programmed instructions used by computers to calculate or problem solve. Machine learning algorithms instead allow for computers to train on data inputs and use statistical analysis in order to output values that fall within a specific range.
Intel unveils an AI chip that mimics the human brain
Intel has been exploring neuromorphic tech for awhile, and even designed a chip in 2012. Instead of logic gates, it uses "spiking neurons" as a fundamental computing unit. Those can pass along signals of varying strength, much like the neurons in our own brains. They can also fire when needed, rather than being controlled by a clock like a regular processor. Intel's Loihi chip has 1,024 artificial neurons, or 130,000 simulated neurons with 130 million possible synaptic connections.
Deep Learning vs Structured Learning
I am interested in the differences between using large, deep learning networks vs Probabilistic graphical models (PGMs), like Random Field models, for structured learning (e.g. on images, or labels of arbitrary graphs on surfaces, etc...). For instance, what areas/fields/problems would one or the other be preferred? Are there theoretical guarantees for one vs another? How can they be used together (e.g. in papers like this)? I have heard lately that deep learning (i.e.
You better explain yourself, mister: DARPA's mission to make an accountable AI
The US government's mighty DARPA last year kicked off a research project designed to make systems controlled by artificial intelligence more accountable to their human users. The Defense Advanced Research Projects Agency, to give this $2.97bn agency its full name, is the Department of Defense's body responsible for emerging technology for use by the US armed forces. Significantly, it was DARPA's early funding of packet-switching network the Advanced Research Projects Agency Network (ARPANET) more than 40 years ago that helped bring about the internet. The field of AI has made great strides in the last several years, thanks to developments in machine learning algorithms and deep learning systems based on artificial neural networks (ANNs).