SPE
Machine Learning Investment Analyst - Unique Implementation - TheAiPost
Several machine learning based investment models are already deployed and functioning. Some of them focus on technical analysis and apply investment models based upon daily fluctuations in the market. Having the ability to observe patterns, provide quick feedback, and adjust course, these algorithms take positions, and exit from positions, while accumulating trading profits and simultaneously learning from each transaction. Then there are other models that are based upon the fundamentals of the stock. The one that I found of great interest is the one developed by SignalFire.
Flipboard on Flipboard
Humans may live longer and longer, but eventually we all grow old and die. This leads to a simple question: Is there an intrinsic maximum limit to human lifespan or not? There are two equally simple answers. Either there is a limit or there isn't. Soft pretzels are one of the best things to come out of concession stands, but homemade pretzels are a million times better.
Google Translate Gets a Deep-Learning Upgrade
Googles engineers recently delivered a Google Translate upgrade that harnesses the popular artificial intelligence technique known as deep learning. Google has launched a Google Translate upgrade utilizing enhanced deep-learning techniques to produce more accurate translations. The neural machine translation system considers the entire sentence as one unit to be translated. The system relies on a recurrent neural network algorithm consisting of layered nodes, and a network of eight layers acts as the encoder and transforms the input into a list of vectors representing all possible meanings of each word. The second eight-layer network acts as the decoder and generates the translation one word at a time. Meanwhile, an attention network connects the encoder and decoder by directing the decoder to refer back to certain weighted vectors.
Clarifai Attempting to Democratize Deep Learning - AI Trends
ARTIFICIAL INTELLIGENCE CAN do remarkable things, like recognize faces on social networks, instantly translate speech from one language to another, and identify commands barked into a smartphone. But it also can do stupid things, like label an African-American couple "gorillas." The artificial intelligence underpinning Google Photos did just that last year. The platform uses deep neural networks to identify images in your photo collection. These networks of hardware and software, modeled after the network of neurons in your brain, learn to recognize objects, animals, and faces by analyzing many millions of pre-labeled photos.
A nobel for molecular motors, Sarepta's return to normalcy, & machine learning in biotech
The Nobel Prize in Chemistry this morning went to Jean-Pierre Sauvage, J. Fraser Stoddart and Bernard L. Feringa for breakthroughs in designing molecular machines. Their insights on building tiny motors -- 1,000 times thinner than a strand of hair -- have led to molecular robots that can pluck out and connect individual amino acids. They can also be used for drug delivery. And there's more to come: The Nobel committee said the molecular motor is about as advanced at this stage as the electric motor was in the 1830s, "when researchers proudly displayed various spinning cranks and wheels in their laboratories without having any idea that they would lead to electric trains, washing machines, fans, and food processors." The miniscule machinery honored today will likely be used in the future to build an array of sensors, energy storage systems, and even new material.
Adversarial Validation, Explained
Many data science competitions suffer from a test set being markedly different from a training set (a violation of the "identically distributed" assumption). It is then difficult to make a representative validation set. We propose a method for selecting training examples most similar to test examples and using them as a validation set. The core of this idea is training a probabilistic classifier to distinguish train/test examples. In part one, we inspect the ideal case: training and testing examples coming from the same distribution, so that the validation error should give good estimation of the test error and classifier should generalize well to unseen test examples.
Confusion matrix - Wikipedia, the free encyclopedia
In the field of machine learning and specifically the problem of statistical classification, a confusion matrix, also known as an error matrix,[4] is a specific table layout that allows visualization of the performance of an algorithm, typically a supervised learning one (in unsupervised learning it is usually called a matching matrix). Each column of the matrix represents the instances in a predicted class while each row represents the instances in an actual class (or vice-versa).[2] The name stems from the fact that it makes it easy to see if the system is confusing two classes (i.e. It is a special kind of contingency table, with two dimensions ("actual" and "predicted"), and identical sets of "classes" in both dimensions (each combination of dimension and class is a variable in the contingency table). If a classification system has been trained to distinguish between cats, dogs and rabbits, a confusion matrix will summarize the results of testing the algorithm for further inspection.
Dendrite: A Technology Stack for Collaborative Kevin Bacon-ing
As mentioned before, we like working with graphs because the mathematical construct inherently captures relationships that matter. But to move beyond theorems and proofs -- to effectively use graphs in the real world -- we need ways to store and analyze them within a team environment. So how does our Dendrite open source project address that challenge? In short, it ties together modified versions of leading open source technologies, adds a base capability for graph collaboration, and uses a web interface to drive it all. To understand how we got here, it helps to have a notion of how we work.