Goto

Collaborating Authors

 Instructional Material


Student Kits--Course 1 Intel AI Academy

@machinelearnbot

This course provides an overview of machine learning fundamentals on modern Intel architecture. The course is structured around 12 weeks of lectures and exercises. Each week requires three hours to complete. The exercises are implemented in Python*, so familiarity with the language is encouraged though not required (you can learn along the way).


UpGrad bets on AI for job creations, after Cambridge now partners with IIIT-B

@machinelearnbot

Few weeks after announcing a partnership with Cambridge Judge Business School, and earmarking Rs 200 crore for foraying into Southeast Asian Markets and the Middle East, UpGrad, the online higher education platform, has now announced a partnership with IIIT-Bangalore to launch PG Diploma programme in machine learning and artificial intelligence. The 11-month Post Graduate Diploma programme in machine learning and artificial intelligence (AI) is a rigorous and selective PG Diploma Programme which will enable learners in mastering concepts in Machine Learning and AI like classification algorithms, deep learning, natural language processing (NLP), reinforcement learning and graph models amongst others. "Colleges and Universities have in-depth knowledge of technical domains and the latest research happening in these domains. IIIT Bangalore brings a strong understanding of evolving areas like machine learning and AI. Hence such a collaboration will help us bring to the learners, the most recent developments in the field." The curriculum is developed by the IIIT-B faculty and leading industry professionals in Indian technology sector.


Encoder-Decoder Deep Learning Models for Text Summarization - Machine Learning Mastery

#artificialintelligence

This is a simpler problem than, say, full document summarization. The approach follows the general approach used for neural machine translation with an encoder and a decoder.


18. Information Theory of Deep Learning. Naftali Tishby

#artificialintelligence

Berlin, June 2017 The workshop aims at bringing together leading scientists in deep learning and related areas within machine learning, artificial intelligence, mathematics, statistics, and neuroscience. No formal submission is required. Participants are invited to present their recently published work as well as work in progress, and to share their vision and perspectives for the field.


"Hello World" equivalent to get into NLP? • r/learnmachinelearning

@machinelearnbot

A subreddit dedicated for learning machine learning. Feel free to share any educational resources of machine learning. Also, we are a beginner-friendly subreddit, so don't be afraid to ask questions! This can include questions that are non-technical, but still highly relevant to learning machine learning such as a systematic approach to a machine learning problem.


Why a Hedge Fund Started a Video Game Competition - Issue 54: The Unspoken

Nautilus

There's a weird way in which a hedge fund is a confluence of everything. There's the money of course--Two Sigma, located in lower Manhattan, manages over $50 billion, an amount that has grown 600 percent in 6 years and is roughly the size of the economy of Bulgaria. Then there are the people--financiers, philosophers, engineers--all applying themselves to unearthing inscrutable patterns that separate fortune from failure. And there is the science and engineering, much of it resting on a towering stack of data. In principle, almost any information about the real world can be relevant to a hedge fund. Employees, so the stories go, have camped out next to harbors noting down tanker waterlines, and in retail parking lots counting cars. This data then has to be standardized, synthesized, and made accessible to the people who place bets on the market.


TPL and NVIDIA's Deep Learning workshop a roaring success

#artificialintelligence

Hyderabad, 15th November 2017: Times Professional Learning recently conducted a Deep Learning Workshop at Hyderabad, in association with its technology partner NVIDIA. The one day workshop got a good response from the technology enthusiasts of Hyderabad. The instructor-led NVIDIA Deep Learning Institute (DLI) Master Class on deep learning helped students and professionals understand various aspects of Machine Learning and Artificial Intelligence (AI). NVIDIA Deep Learning Institute (NVDLI) focuses on an instructor-led training for developers, data scientists and researchers. It was the first among a series of workshops to be conducted all across India at major cities such as Mumbai, New Delhi, Chennai, Pune and Bengaluru.


Learn how to program for machine learning with Amazon's new Deeplens camera

#artificialintelligence

It may look like a mild-mannered home security camera, but Amazon's AWS DeepLens is anything but. Announced today at the AWS re:Invent 2017 conference, the $249 (£185/AU$330 converted) DeepLens video camera is designed to help train developers in deep learning programming techniques. April 14, 2018, is the projected date of availability on Amazon.com, Deep learning has become a catch-all term for the AI smarts that dominate today's smart home. It's what fuels Amazon's Alexa-enabled speakers, what makes them able to differentiate among various voices, and what makes facial recognition cameras able to distinguish you from your neighbor. And they're only getting smarter -- at least, that's Amazon's hope.


How machine learning creates new professions -- and problems

#artificialintelligence

Give us your feedback Thank you for your feedback. It is not often that a new profession springs up almost overnight. It is also unusual for many of the people who find their way into this new field to do it without the formal training provided by the normal institutions of higher education. Machine learning, as well as the allied field of data science, is developing in a way that looks unlike most other professional career paths that preceded it. It represents both one of the most promising employment opportunities of the next few years and a model for how people entering the workforce today adapt to changes in employment demands in future.


Getting Started with TensorFlow: A Machine Learning Tutorial

#artificialintelligence

Over time, TensorFlow has grown in popularity and is now being used by developers for solving problems using deep learning methods for image recognition, video detection, text processing like sentiment analysis, etc. Like any other library, you may need some time to get used to the concepts that TensorFlow is built on. And, once you do, with the help of documentation and community support, representing problems as data graphs and solving them with TensorFlow can make machine learning at scale a less tedious process. In TensorFlow, constants are created using the constant function which takes a few parameters: Value, dtype (data type), shape, name and (verify_shape) shape verification.