Goto

Collaborating Authors

 Genre


How the Logistic Regression Model Works in Machine Learning

#artificialintelligence

In this article, we are going to learn how the logistic regression model works in machine learning. The logistic regression model is one member of the supervised classification algorithm family. The building block concepts of logistic regression can be helpful in deep learning while building the neural networks. Logistic regression classifier is more like a linear classifier which uses the calculated logits (score) to predict the target class. If you are not familiar with the concepts of the logits, don't frighten. We are going to learn each and every block of logistic regression by the end of this post.


How Google, Amazon, and Facebook would look if they had started in the age of AI

#artificialintelligence

In the past few years, artificial intelligence has come into its own, and lots of companies are grafting it onto their core businesses, marrying AI with search, ecommerce, social networking, cybersecurity -- you name it. But what if those businesses had started out in an age of AI and had integrated it into their products from the very beginning? Peter Relan addressed this speculative question for us at our MobileBeat 2017 conference this week. Relan is a well-known entrepreneur who started the YouWeb incubator, which spawned startups such as mobile gaming companies OpenFeint and CrowdStar. Now he's CEO of Got It and an investor in the popular gaming chat app Discord. Relan's Got It is a new kind of search engine, and it uses AI to locate human experts who can answer your questions in a personalized way. He thinks this will yield better results, and it's an example of the kind of business that is better because it was born in the AI boom. VentureBeat: What if Google, Amazon, and Facebook had started with AI algorithms a long time ago, before they got hip to this subject more recently? Peter, why don't you talk about that for us?


Using Artificial Intelligence for Mental Health

#artificialintelligence

"How are you doing today?" "What's going on in your world right now?" "How do you feel?" These might seem like simple questions a caring friend would ask. However, in the present day of mental health care, they can also be the start of a conversation with your virtual therapist. Innovative technology is offering new opportunities to millions of Americans affected by different mental health conditions. Advancements in artificial intelligence (AI) are bringing psychotherapy to more people who need it.


[Discussion] Machine Learning study group • r/MachineLearning

#artificialintelligence

The format is intentionally not dependent on every member regularly attending--shit happens, people get busy. In our case, questions from every skill level are great, but a beginner monopolizing the discussion ruins it for everyone else and makes it much harder to keep experts engaged. The format is intentionally not dependent on every member regularly attending--shit happens, people get busy. In our case, questions from every skill level are great, but a beginner monopolizing the discussion ruins it for everyone else and makes it much harder to keep experts engaged.


AI Age Career Advice: Behavioral Science!

#artificialintelligence

The iconic scene in "The Graduate" when, amid the hubbub of a cocktail party, Benjamin Braddock is given profound career advice summed up in the single emphatic word "Plastics!" was reflected in real life a few weeks ago on stage at the Business Marketing Association's (BMA's) Masters of B2B Marketing Conference. If a career in plastics was a virtual guarantee of success in the 1960s or 1970s, what is the equivalent for the age of artificial intelligence -- i.e., 2017 onward? The BMA moment was precipitated by an audience question put to Jon Iwata, IBM's senior vice president, marketing and communications, after his presentation about the imminent impact of AI on marketing, in general, and of Watson, in particular. The query: "Knowing what you now know about data and artificial intelligence, what would you do differently if you were starting your career today?" Iwata paused long enough to get some sympathy chuckles from the audience, since in that pause you could nearly see the smoke rising, as my grandpa used to say.


Predicting Flights Delay Using Supervised Learning, Logistic Regression

@machinelearnbot

In this post, we'll use a supervised machine learning technique called logistic regression to predict delayed flights. But before we proceed, I like to give condolences to the family of the the victims of the Germanwings tragedy. Note: This is a common data set in the machine learning community to test out algorithms and models given it's publicly available and have sizable data. In this blog, we will look at small sample snapsot(2201 flights in January 2004). In another post, we can explore using Big Data technologies such as Hadoop MapReduce or Spark machine learning libraries to do large scale predictive analytics and data mining.


Google Cloud Platform Big Data and Machine Learning Fundamentals Coursera

#artificialintelligence

About this course: This 1-week accelerated on-demand course introduces participants to the Big Data and Machine Learning capabilities of Google Cloud Platform (GCP). It provides a quick overview of the Google Cloud Platform and a deeper dive of the data processing capabilities. At the end of this course, participants will be able to: • Identify the purpose and value of the key Big Data and Machine Learning products in the Google Cloud Platform • Use CloudSQL and Cloud Dataproc to migrate existing MySQL and Hadoop/Pig/Spark/Hive workloads to Google Cloud Platform • Employ BigQuery and Cloud Datalab to carry out interactive data analysis • Choose between Cloud SQL, BigTable and Datastore • Train and use a neural network using TensorFlow • Choose between different data processing products on the Google Cloud Platform Before enrolling in this course, participants should have roughly one (1) year of experience with one or more of the following: • A common query language such as SQL • Extract, transform, load activities • Data modeling • Machine learning and/or statistics • Programming in Python Google Account Notes: • You'll need a Google/Gmail account and a credit card or bank account to sign up for the Google Cloud Platform free trial (Google is currently blocked in China).


50 Important Things You Need to Know About Data Science

@machinelearnbot

According to IBM, the world generates 2.5 quintillion bytes of data every day. A decent chunk of those quintillion bytes is made up of people asking the experts how to break into and excel in the dynamic, lucrative field of data science. An even larger chunk of those bytes consists of convoluted, contradicting answers to that question. This is, on one hand, a great thing. Multiple prominent data science innovators are out there giving you free advice on your most pressing questions, backed up by years of their experience and training.



Spectrum Estimation from Samples

arXiv.org Machine Learning

We consider the problem of approximating the set of eigenvalues of the covariance matrix of a multivariate distribution (equivalently, the problem of approximating the "population spectrum"), given access to samples drawn from the distribution. The eigenvalues of the covariance of a distribution contain basic information about the distribution, including the presence or lack of structure in the distribution, the effective dimensionality of the distribution, and the applicability of higher-level machine learning and multivariate statistical tools. We consider this fundamental recovery problem in the regime where the number of samples is comparable, or even sublinear in the dimensionality of the distribution in question. First, we propose a theoretically optimal and computationally efficient algorithm for recovering the moments of the eigenvalues of the population covariance matrix. We then leverage this accurate moment recovery, via a Wasserstein distance argument, to show that the vector of eigenvalues can be accurately recovered. We provide finite--sample bounds on the expected error of the recovered eigenvalues, which imply that our estimator is asymptotically consistent as the dimensionality of the distribution and sample size tend towards infinity, even in the sublinear sample regime where the ratio of the sample size to the dimensionality tends to zero. In addition to our theoretical results, we show that our approach performs well in practice for a broad range of distributions and sample sizes.