Education
Shipware rolls out proprietary machine-learning software
San Diego-based parcel consultancy Shipware LLC said this week it has introduced proprietary machine-learning software, Krystal AI. The company said this offering will augment operations and optimize carrier pricing by providing its customers with insights and data points culled through a combination of factors. "Krystal AI is the culmination of tens of thousands of data points and hundreds of years of carrier pricing expertise," said Rob Martinez, Shipware president and CEO, in an interview. "Driven by'next generation' needs of high volume shippers, the tool has been many years in the making." In terms of the benefits Krystal AI provides shippers, Martinez said it dynamically rates actual shipping data given theoretical inputs โ like a specific improvement in a series of accessorial charges, or an improve dimensional divisor, lower minimum charge, rate cap to GRI's, etc.
Want to be a data scientist? Learn these languages
Take a closer look, and instead of desirable curves (or bulging muscles), you'll see an ecosystem of hundreds of sources of data, dozens of formats of data, scores of programming languages, bundles of Big Data tools, and about a thousand pairs of expectant eyes of stakeholders from business and C-suite leadership hoping you'll unveil the hidden code of humanity by crunching some numbers. Now that we have a reality check in place, let's give some props to the data scientist, for once. These data wizards are able to turn numbers that mean nothing into figures that mean a lot. The modern enterprise, whatever its core product may be, doesn't exist without producing a lot of data, every day. No wonder, data scientist jobs have shown tremendous growth, both in numbers as well as average pay rates, in the past few years.
Applied AI with DeepLearning Coursera
About this course: By enrolling in this course you agree to the End User License Agreement as set out in the FAQ. Once enrolled you can access the license in the Resources area This course, Applied Artificial Intelligence with DeepLearning, is part of the IBM Advanced Data Science Certificate which IBM is currently creating and gives you easy access to the invaluable insights into Deep Learning models used by experts in Natural Language Processing, Computer Vision, Time Series Analysis, and many other disciplines. We'll learn about the fundamentals of Linear Algebra and Neural Networks. Keras and TensorFlow are making up the greatest portion of this course. We learn about Anomaly Detection, Time Series Forecasting, Image Recognition and Natural Language Processing by building up models using Keras one real-life examples from IoT (Internet of Things), Financial Marked Data, Literature or Image Databases.
Google Unit Partners Shanghai's Fudan University on AI Development
A subsidiary of Google has entered a two-year partnership with Fudan University, the leading university in China's eastern Shanghai municipality, with a focus on emerging technologies such as artificial intelligence. Google China's Education Cooperation Division support Fudan's curriculum related to emerging science and technology, online news outlet The Paper reported, adding that the pair will jointly build a laboratory as well as an exchange center to boost interaction between students in China and the US. Google's China-based education unit has been working with schools in the country since 2006, covering undergraduate, higher vocational education and secondary schools. The projects supported include joint scientific research, curriculum construction, teacher training and information technology education for middle school students. AI is a key focus of Google's development in China.
Applied Machine Learning in Python Coursera
This course will introduce the learner to applied machine learning, focusing more on the techniques and methods than on the statistics behind these methods. The course will start with a discussion of how machine learning is different than descriptive statistics, and introduce the scikit learn toolkit through a tutorial. The issue of dimensionality of data will be discussed, and the task of clustering data, as well as evaluating those clusters, will be tackled. Supervised approaches for creating predictive models will be described, and learners will be able to apply the scikit learn predictive modelling methods while understanding process issues related to data generalizability (e.g. The course will end with a look at more advanced techniques, such as building ensembles, and practical limitations of predictive models.
Rethinking the way we learn -- Role of AI in education
We unwittingly encounter AI in our daily life, in simple form observed in spelling correction to more complex form as in personalized content consumption. Our world as we know it, is running on artificial intelligence. Siri manages our calendars, Facebook suggests our friends, Computers trade our stocks. We have cars that park themselves, and air traffic control is almost fully automated. So, virtually every field has benefited from advances in artificial intelligence.
How AI Will Transform Education & Why Now is the Time to Start Preparing for It
I want to offer a few considerations about what I consider the inevitable transformation of education by artificial intelligence, but to do so, I'm going to first invite you into my childhood and early college years for a moment. It might not seem related to AI, but if you bear with me, I promise to offer you a few important and incredibly relevant considerations, as well as an important challenge and invitation. Mr. Bently was an extraordinary teacher. Many others faced far greater challenges to be sure, but suffice it to say that when I went to school, it was not easy to set aside worries and concerns from outside of school enough to get the most out of what happened in most of my classes. Nonetheless, when I walked up to the room to enter Mr. Bentley's class, he consistently greeted me and every other student at the door. As he wished us each a good morning, he also paid attention to the little things and deliberately said something that made each of us keenly aware that he cared about us and noticed us.
Artificial intelligence used to mark exam papers
Whereas artificial intelligence is being used in some countries to mark multiple choice questions, China is experimenting with machine intelligence to mark essays. According to the South China Morning Post, technology has been developed to interpret the general logic and meaning of the text. The platform can then undertake human-like judgment into an essay's overall quality. The platform can then assign a grade to the essay and also provide recommended for improvement, selecting categories such as writing style, sentence structure and overall theme. At present the application of artificial intelligence in Chinese schools is assisting an assessment by a teacher and not removing the teacher from the equation.
The Externalities of Exploration and How Data Diversity Helps Exploitation
Raghavan, Manish, Slivkins, Aleksandrs, Vaughan, Jennifer Wortman, Wu, Zhiwei Steven
Online learning algorithms, widely used to power search and content optimization on the web, must balance exploration and exploitation, potentially sacrificing the experience of current users for information that will lead to better decisions in the future. Recently, concerns have been raised about whether the process of exploration could be viewed as unfair, placing too much burden on certain individuals or groups. Motivated by these concerns, we initiate the study of the externalities of exploration - the undesirable side effects that the presence of one party may impose on another - under the linear contextual bandits model. We introduce the notion of a group externality, measuring the extent to which the presence of one population of users impacts the rewards of another. We show that this impact can in some cases be negative, and that, in a certain sense, no algorithm can avoid it. We then study externalities at the individual level, interpreting the act of exploration as an externality imposed on the current user of a system by future users. This drives us to ask under what conditions inherent diversity in the data makes explicit exploration unnecessary. We build on a recent line of work on the smoothed analysis of the greedy algorithm that always chooses the action that currently looks optimal, improving on prior results to show that a greedy approach almost matches the best possible Bayesian regret rate of any other algorithm on the same problem instance whenever the diversity conditions hold, and that this regret is at most $\tilde{O}(T^{1/3})$. Returning to group-level effects, we show that under the same conditions, negative group externalities essentially vanish under the greedy algorithm. Together, our results uncover a sharp contrast between the high externalities that exist in the worst case, and the ability to remove all externalities if the data is sufficiently diverse.
Deep Curiosity Search: Intra-Life Exploration Improves Performance on Challenging Deep Reinforcement Learning Problems
Stanton, Christopher, Clune, Jeff
Traditional exploration methods in RL require agents to perform random actions to find rewards. But these approaches struggle on sparse-reward domains like Montezuma's Revenge where the probability that any random action sequence leads to reward is extremely low. Recent algorithms have performed well on such tasks by encouraging agents to visit new states or perform new actions in relation to all prior training episodes (which we call across-training novelty). But such algorithms do not consider whether an agent exhibits intra-life novelty: doing something new within the current episode, regardless of whether those behaviors have been performed in previous episodes. We hypothesize that across-training novelty might discourage agents from revisiting initially non-rewarding states that could become important stepping stones later in training. We introduce Deep Curiosity Search (DeepCS), which encourages intra-life exploration by rewarding agents for visiting as many different states as possible within each episode, and show that DeepCS matches the performance of current state-of-the-art methods on Montezuma's Revenge. We further show that DeepCS improves exploration on Gravitar (another difficult, sparse-reward game) and performs well on the dense-reward game Amidar. Surprisingly, DeepCS doubles A2C performance on Seaquest, a game we would not have expected to benefit from intra-life exploration because the arena is small and already easily navigated by naive exploration techniques. In one run, DeepCS achieves a maximum training score of 80,000 points on Seaquest, higher than any methods other than Ape-X. The strong performance of DeepCS on these sparse- and dense-reward tasks suggests that encouraging intra-life novelty is an interesting, new approach for improving performance in Deep RL and motivates further research into hybridizing across-training and intra-life exploration methods.