Goto

Collaborating Authors

 Learning Management


Machine Learning Course - Online Training Provider

#artificialintelligence

Machine learning (ML) is a type of artificial intelligence (AI) that allows software applications to become more accurate at predicting outcomes without being explicitly programmed to do so. Machine learning algorithms use historical data as input to predict new output values.


Online Learning for Mixture of Multivariate Hawkes Processes

arXiv.org Artificial Intelligence

Online learning of Hawkes processes has received increasing attention in the last couple of years especially for modeling a network of actors. However, these works typically either model the rich interaction between the events or the latent cluster of the actors or the network structure between the actors. We propose to model the latent structure of the network of actors as well as their rich interaction across events for real-world settings of medical and financial applications.


Online Learning for Non-monotone Submodular Maximization: From Full Information to Bandit Feedback

arXiv.org Artificial Intelligence

In this paper, we revisit the online non-monotone continuous DR-submodular maximization problem over a down-closed convex set, which finds wide real-world applications in the domain of machine learning, economics, and operations research. At first, we present the Meta-MFW algorithm achieving a $1/e$-regret of $O(\sqrt{T})$ at the cost of $T^{3/2}$ stochastic gradient evaluations per round. As far as we know, Meta-MFW is the first algorithm to obtain $1/e$-regret of $O(\sqrt{T})$ for the online non-monotone continuous DR-submodular maximization problem over a down-closed convex set. Furthermore, in sharp contrast with ODC algorithm \citep{thang2021online}, Meta-MFW relies on the simple online linear oracle without discretization, lifting, or rounding operations. Considering the practical restrictions, we then propose the Mono-MFW algorithm, which reduces the per-function stochastic gradient evaluations from $T^{3/2}$ to 1 and achieves a $1/e$-regret bound of $O(T^{4/5})$. Next, we extend Mono-MFW to the bandit setting and propose the Bandit-MFW algorithm which attains a $1/e$-regret bound of $O(T^{8/9})$. To the best of our knowledge, Mono-MFW and Bandit-MFW are the first sublinear-regret algorithms to explore the one-shot and bandit setting for online non-monotone continuous DR-submodular maximization problem over a down-closed convex set, respectively. Finally, we conduct numerical experiments on both synthetic and real-world datasets to verify the effectiveness of our methods.


Heterogeneous Line Graph Transformer for Math Word Problems

arXiv.org Artificial Intelligence

This paper describes the design and implementation of a new machine learning model for online learning systems. We aim at improving the intelligent level of the systems by enabling an automated math word problem solver which can support a wide range of functions such as homework correction, difficulty estimation, and priority recommendation. We originally planned to employ existing models but realized that they processed a math word problem as a sequence or a homogeneous graph of tokens. Relationships between the multiple types of tokens such as entity, unit, rate, and number were ignored. We decided to design and implement a novel model to use such relational data to bridge the information gap between human-readable language and machine-understandable logical form. We propose a heterogeneous line graph transformer (HLGT) model that constructs a heterogeneous line graph via semantic role labeling on math word problems and then perform node representation learning aware of edge types. We add numerical comparison as an auxiliary task to improve model training for real-world use. Experimental results show that the proposed model achieves a better performance than existing models and suggest that it is still far below human performance. Information utilization and knowledge discovery is continuously needed to improve the online learning systems.


How to Start a Career in AI

#artificialintelligence

How do I start a career as a deep learning engineer? What are some of the key tools and frameworks used in AI? How do I learn more about ethics in AI? Everyone has questions, but the most common questions in AI always return to this: how do I get involved? Cutting through the hype to share fundamental principles for building a career in AI, a group of AI professionals gathered at NVIDIA's GTC conference in the spring offered what may be the best place to start. Each panelist, in a conversation with NVIDIA's Louis Stewart, head of strategic initiatives for the developer ecosystem, came to the industry from very different places. But the speakers -- Katie Kallot, NVIDIA's former head of global developer relations and emerging areas; David Ajoku, founder of startup aware.ai;


Time Series Analysis Real World Projects in Python

#artificialintelligence

If anyone has questions about which course may work best for them, please feel free to contact or message me. I will teach you the real-world skills necessary to stand out from the crowd. Hardly it can be 8-10 hours.. Professionally, I am a Data Scientist having experience of 7 years in finance, E-commerce, retail and transport. From my courses you will straight away notice how I combine my own experience to deliver content in a easiest fashion. To sum up, I am absolutely passionate about Data Analytics and I am looking forward to sharing my own knowledge with you!


4 ways artificial intelligence will shape the future of learning technology

#artificialintelligence

With the rapid pace of innovation continually disrupting business models, and in many cases entire industries, how will online learning keep up to provide the relevant courseware for today's and tomorrow's workforce? This will be essential for economic growth and to support a thriving, college-educated workforce that's equipped with the very latest knowledge, ideas and technology. In the future, I believe that institutions at the forefront of online education will be recognized via several capabilities which will have digitally transformed today's EdTech market. They will include a powerful combination of omni-channel learning pathways, cognitive courseware, virtual counselors and AI-enabled course development and grading. These innovations, underpinned by artificial intelligence (AI), will help to provide students the ultimate choice in their courseware – including up-to-the-minute courses on high-interest/high-growth subject matter – as well as highly-innovative digital services that support them every step of the way to help maximize their success and personal objectives.


7 FREE Math Courses for Data Science on Udacity

#artificialintelligence

Are you looking for FREE Math Courses for Data Science? If yes, then this article is for you. In this article, you will find the 7 FREE Math Courses on Udacity for Data Science. These free courses will help you to learn statistics, probability, linear algebra, and calculus. All courses are completely free.


Mitigating Biases in Student Performance Prediction via Attention-Based Personalized Federated Learning

arXiv.org Artificial Intelligence

Traditional learning-based approaches to student modeling generalize poorly to underrepresented student groups due to biases in data availability. In this paper, we propose a methodology for predicting student performance from their online learning activities that optimizes inference accuracy over different demographic groups such as race and gender. Building upon recent foundations in federated learning, in our approach, personalized models for individual student subgroups are derived from a global model aggregated across all student models via meta-gradient updates that account for subgroup heterogeneity. To learn better representations of student activity, we augment our approach with a self-supervised behavioral pretraining methodology that leverages multiple modalities of student behavior (e.g., visits to lecture videos and participation on forums), and include a neural network attention mechanism in the model aggregation stage. Through experiments on three real-world datasets from online courses, we demonstrate that our approach obtains substantial improvements over existing student modeling baselines in predicting student learning outcomes for all subgroups. Visual analysis of the resulting student embeddings confirm that our personalization methodology indeed identifies different activity patterns within different subgroups, consistent with its stronger inference ability compared with the baselines.


Coursera –Problem Solving Using Computational Thinking 2021-11

#artificialintelligence

Description Problem Solving Using Computational Thinking is a training course on computer thinking and the process of solving physical problems with software solutions and programming, published by Corsara Training Academy. One of the misconceptions about computers and computer systems is that they are thought of. Computers can not think like humans, but it is possible to set some commands for the computer and then teach the computer how to do these commands. The process of determining the command for the computer and specifying the steps to execute it is called programming. Before starting the programming and coding process, programmers must be familiar with exactly the commands and goals of their software and then express them in the form of comprehensible commands for the computer.