Goto

Collaborating Authors

 Learning Management


Neural Networks for Machine Learning Coursera

@machinelearnbot

This class is a great overview of the types of machine-learning models, and some of the history of how those models came into use. The fundamental explanations of complex ideas are generally excellent and very clear, but the practical equations that are necessary for implementations are difficult to understand for someone like me who is not used to reading abstract mathematical equations. Examples of equations that are worked out with explicit values are few and far between and this doesn't help. This makes the programming assignments exceptionally difficult even though the code they require is simple. Also, the amount of time required for this course is enormous, easily 10x what is predicted when there is a programming assignment.


Reinvent Your Career With Artificial Intelligence Skills

#artificialintelligence

Employees at all stages of their careers are challenged by the technological and socio-economical changes that are limiting the suitability of these employee's current skills and learning. Widening gap between the skills available and skills in demand is certainly alarming and you should not overlook a timely career advice. To brace yourself for a future-ready career you will require advanced technical training or specialized education. Dynamic re-skilling and learning on-the-go are keys to be successful in the competitive job market. Everybody is talking about Artificial Intelligence.


Review of Deeplearning.ai Courses โ€“ Towards Data Science

#artificialintelligence

I've found the review on the first three courses by Arvind N very useful in taking the decision to enroll in the first course, so I hope, maybe this can also be useful for someone else. Taking the five courses is very instructive. The content is well structured and good to follow for everyone with at least a bit of an understanding on matrix algebra. Some experience in writing Python code is a requirement. The programming assignments are well designed in general.


The Sound of Programming

Communications of the ACM

In the early days of digital computing, it was not uncommon to find a radio receiver tuned to a particular frequency (I don't recall which one, sigh) so that the RF emitted by the computer could be picked up and played through the radio. You could tell when a program went into a loop and sometimes you could tell roughly where a computation had reached by the sounds coming from the radio monitor. Fast-forward to the 21st century and we are seeking a different kind of sound: the sound of programming. Bootstrap Worlda has developed online courses in programming, among other subjects, but what makes Bootstrap World so memorable for me is that the team has focused heavily on accessibility. The programming environment is extremely friendly to screen readers so that a blind programmer can navigate easily through complex programs using keyboard navigation coupled with oral descriptions/renderings of the program text and structure.b


Learning Artificial Intelligence -- Formal Education or Online Self-learning

#artificialintelligence

Earlier I wrote about How to Reinvent Yout Career With AI Skills.This isn't a time to relax and think what should you learn next? Build skills around what's one of the most significant technologies of the coming decade โ€“and that is Artificial Intelligence. Despite recent growth in interest, AI is a skill possessed by relatively few people. Many of the roles, needed skills and business titles of the future are unknown to us. Talent is no longer same as it used to be five years before.


How artificial intelligence and data add value to businesses

#artificialintelligence

Artificial intelligence will transform many companies and create completely new types of businesses. The cofounder of Coursera, AI Fund, and Landing.AI shares how businesses can benefit. Artificial intelligence (AI) is at the cutting edge of innovation. But how do companies find the expertise necessary to utilize it, and then take it to market? In this video, recorded at the Aspen Ideas Festival in June, Andrew Ng, cofounder of Coursera, AI Fund, and Landing.AI, discusses the difference between an AI-enabled business versus a true AI company, and how businesses can organize, hire, and make use of AI to add value.


Tutorials for learning R

#artificialintelligence

There are tons of resources to help you learn the different aspects of R, and as a beginner this can be overwhelming. It's also a dynamic language and rapidly changing, so it's important to keep up with the latest tools and technologies. That's why R-bloggers and DataCamp have worked together to bring you a learning path for R. Each section points you to relevant resources and tools to get you started and keep you engaged to continue learning. Just like R, this learning path is a dynamic resource.


Active Online Learning Architecture for Multimodal Sensor-based ADL Recognition

AAAI Conferences

Long-term observation of changes in Activities of Daily Living (ADL) is important for assisting older people to stay active longer by preventing aging-associated diseases such as disuse syndrome. Previous studies have proposed a number of ways to detect the state of a person using a single type of sensor data. However, for recognizing more complicated state, properly integrating multiple sensor data is essential, but the technology remains a challenge. In addition, previous methods lack abilities to deal with misclassified data unknown at the training phase. In this paper, we propose an architecture for multimodal sensor-based ADL recognition which spontaneously acquires knowledge from data of unknown label type. Evaluation experiments are conducted to test the architecture's abilities to recognize ADL and construct data-driven reactive planning by integrating three types of dataflows, acquire new concepts, and expand existing concepts semi-autonomously and in real time. By adding extension plugins to Fluentd, we expended its functions and developed an extended model, Fluentd++. The results of the evaluation experiments indicate that the architecture is able to achieve the above required functions satisfactorily.


Trustworthy Automated Essay Scoring without Explicit Construct Validity

AAAI Conferences

Automated essay scoring (AES) is a broadly used application of machine learning, with a long history of real-world use that impacts high-stakes decision-making for students. However, defensibility arguments in this space have typically been rooted in hand-crafted features and psychometrics research, which are a poor fit for recent advances in AI research and more formative classroom use of the technology. This paper proposes a framework for evaluating automated essay scoring models trained with more modern algorithms, used in a classroom setting; that framework is then applied to evaluate an existing product, Turnitin Revision Assistant.


Online Learning: Sufficient Statistics and the Burkholder Method

arXiv.org Machine Learning

We uncover a fairly general principle in online learning: If regret can be (approximately) expressed as a function of certain "sufficient statistics" for the data sequence, then there exists a special Burkholder function that 1) can be used algorithmically to achieve the regret bound and 2) only depends on these sufficient statistics, not the entire data sequence, so that the online strategy is only required to keep the sufficient statistics in memory. This characterization is achieved by bringing the full power of the Burkholder Method --- originally developed for certifying probabilistic martingale inequalities --- to bear on the online learning setting. To demonstrate the scope and effectiveness of the Burkholder method, we develop a novel online strategy for matrix prediction that attains a regret bound corresponding to the variance term in matrix concentration inequalities. We also present a linear-time/space prediction strategy for parameter free supervised learning with linear classes and general smooth norms.