Goto

Collaborating Authors

 Media


r/MachineLearning - [D] Can AIs "like" music or art like we do, or would that require general intelligence?

#artificialintelligence

I saw a cool take yesterday, that we listen to music because it's a meaningful (it has patterns) adversarial example to our neural network. If we humans fit a good model of the world through exploration (I think the free energy principle says something like that? I don't totally get it), then we need to have incentives to find examples that counter our model, since that's the way we improve. Maybe art in general exploit something like that. Except some art is more simply explained because it just exploits things that help us/our genes survive (beautiful bodies, green sceneries).


A Futuristic Reality: Harnessing The Power Of The Three Layers Of Machine Learning

#artificialintelligence

Google Assistant can draw on voice command, as seen here at the Google I/O conference in 2018, with the help of machine learning techniques. Artificial intelligence systems powered by machine learning have been creating headlines with applications as varied as making restaurant reservations by phone, sorting cucumbers, and distinguishing chihuahuas from muffins. Media buzz aside, many fast-growing startups are taking advantage of machine learning (ML) techniques like neural networks and support vector machines to learn from data, make predictions, improve products, and enhance business decisions. Unfortunately "machine learning theater" โ€“ companies pretending to use the technology to make theirs seem more sophisticated for a higher valuation โ€“ is also on the rise. Undeniably, ML is transforming businesses and industries, with some more likely to benefit than others.


IBM Releases AI-Powered Anomaly Detection Capabilities to Mitigate Supply Chain Disruptions

#artificialintelligence

Gartner Supply Chain Executive Summit -- IBM (NYSE: IBM) today launched Business Transactional Intelligence (BTI), an AI-powered solution that offers anomaly detection and visualization capabilities for mitigating supply chain disruptions and accelerating data-driven decision making. BTI, part of IBM's Supply Chain Business Network, enables companies to garner deeper insights into supply chain data to help them better manage, for example, order-to-cash and purchase-to-pay interactions. The technology does this, in part, using machine learning to identify volume, velocity and value-pattern anomalies in supply chain documents and transactions. Machine learning is a method used to teach artificial intelligence how to learn from data, spot patterns and make decisions on its own. This enables companies to discover potential issues faster and resolve them before they escalate and impact the business.


Hey Siri, turn on 'The Voice' for my Vizio TV

USATODAY - Tech Top Stories

Sure, Siri can open Netflix for you and search for a George Clooney movie, but only if you spring $179 to $199 for the Apple TV accessory streamer. Now, Apple's personal assistant can turn on the TV, change the channel and find a specific TV show, on certain newer TVs from Vizio, Samsung, Sony and LG. It's part of a radical rethink on Apple's part to bring Apple outside of the ecosystem, and onto mainstream television sets. Samsung pushed out Apple's AirPlay features on new smart TVs that began shipping May 13. AirPlay lets you mirror what's on your device.


If facial recognition is good enough for Taylor Swift, is it good enough for you?

USATODAY - Tech Top Stories

In this Oct. 31, 2018, file photo, a man, who declined to be identified, has his face painted to represent efforts to defeat facial recognition during a protest at Amazon headquarters over the company's facial recognition system, "Rekognition," in Seattle. San Francisco is on track to become the first U.S. city to ban the use of facial recognition by police and other city agencies. These days, with facial recognition technology, you've got a face that can launch a thousand applications, so to speak. Sure, you may love the ease of opening your phone just by facing it instead of tapping in a code. But how do you feel about having your mug scanned, identifying you as you drive across a bridge, when you board an airplane or to confirm you're not a stalker on your way into a Taylor Swift concert?


Canny AI: Imagine world leaders singing

#artificialintelligence

Deep Learning is really starting to establish itself as a major new tool in visual effects. Currently the tools are still in their infancy but they are changing the way visual effects can be approached. Instead of a pipeline consisting of modelling, texturing, lighting and rendering, these new approaches are hallucinating or plausibly creating imagery that is based on training data sets. Machine Learning, the superset of Deep Learning and similar approaches have had great success in image classification, image recognition and image synthesis. At fxguide we covered Synthesia in the UK, a company born out of research first published as Face2Face.


We need to embrace AI's humanity to unlock its creative promise

#artificialintelligence

As we consider AI's power, we seem to forget one central, indisputable fact: AI is a product of human interactions. You'd never guess this from reading the frequent headlines on the subject. Commentators see future AI as a kind of Skynet-style artificial general intelligence (AGI), where computer systems will not just beat someone at Go but will become the next Picasso or Drake or merciless cyber-overlords. Even Stanford's admirable attempt to bridge disciplinary gaps in the field of machine learning and computer intelligence, its new Institute for Human-Centered Artificial Intelligence, plays subtly into this fallacy that humans are somehow tangential to AI. Yet there can be no data without humans. There can be no training of models or analysis of results without humans.


r/artificial - Generate Game of Thrones Characters Using StyleGAN

#artificialintelligence

Ever wondered how Snapchat can age you, change your gender, or add makeup to your face? One way is through a nifty Deep Learning algorithm called "StyleGAN". Here's everything you need to know about it, all the code you need to implement it, and a sneak preview of what Danaerys and Jon Snow's kid might look like.


Machine Learning: Building Recommender Systems

#artificialintelligence

The scikit-learnthe library has functions that enable us to build these pipelines by concatenating various modules together. We just need to specify the modules along with the corresponding parameters. It will then build a pipeline using these modules that processes the data and trains the system. The pipeline can include modules that perform various functions like feature selection, preprocessing, random forests, clustering, and so on. In this section, we will see how to build a pipeline to select the top K features from an input data point and then classify them using an Extremely Random Forest classifier.


r/artificial - DeOldify: Fun Silent Movie Colorization Demo Reel [Based on Deep Learning]

#artificialintelligence

Yes it was because of MSE loss! I'm still new to deep learning and not familiar with GANs so I tried to do it with a traditional auto-encoder CNN and ended up with that result. I will check your work later when I'm free for sure, it sounds like an interesting read