Goto

Collaborating Authors

 Education


Named Entities troubling your Neural Methods? Build NE-Table: A neural approach for handling Named Entities

arXiv.org Artificial Intelligence

Many natural language processing tasks require dealing with Named Entities (NEs) in the texts themselves and sometimes also in external knowledge sources. While this is often easy for humans, recent neural methods that rely on learned word embeddings for NLP tasks have difficulty with it, especially with out of vocabulary or rare NEs. In this paper, we propose a new neural method for this problem, and present empirical evaluations on a structured Question-Answering task, three related Goal-Oriented dialog tasks and a reading-comprehension-based task. They show that our proposed method can be effective in dealing with both in-vocabulary and out of vocabulary (OOV) NEs. We create extended versions of dialog bAbI tasks 1,2 and 4 and Out-of-vocabulary (OOV) versions of the CBT test set which will be made publicly available online.


Neural Automated Essay Scoring and Coherence Modeling for Adversarially Crafted Input

arXiv.org Artificial Intelligence

We demonstrate that current state-of-the-art approaches to Automated Essay Scoring (AES) are not well-suited to capturing adversarially crafted input of grammatical but incoherent sequences of sentences. We develop a neural model of local coherence that can effectively learn connectedness features between sentences, and propose a framework for integrating and jointly training the local coherence model with a state-of-the-art AES model. We evaluate our approach against a number of baselines and experimentally demonstrate its effectiveness on both the AES task and the task of flagging adversarial input, further contributing to the development of an approach that strengthens the validity of neural essay scoring models.


Decision Tree Classification models to predict employee turnover

#artificialintelligence

In this project I have attempted to create supervised learning models to assist in classifying certain employee data. I pre-processed the data by removing one outlier and producing new features in Excel as the data set was small at 1056 rows. Some categorical features were also converted to numeric values in Excel. For example, Gender was originally "M" or "F", which was converted to 0 and 1 respectively. I also removed employee number as it provides no value as a feature and could compromise privacy.


Key Algorithms and Statistical Models for Aspiring Data Scientists

@machinelearnbot

As a data scientist who has been in the profession for several years now, I am often approached for career advice or guidance in course selection related to machine learning by students and career switchers on LinkedIn and Quora. Some questions revolve around educational paths and program selection, but many questions focus on what sort of algorithms or models are common in data science today. With a glut of algorithms from which to choose, it's hard to know where to start. Courses may include algorithms that aren't typically used in industry today, and courses may exclude very useful methods that aren't trending at the moment. Software-based programs may exclude important statistical concepts, and mathematically-based programs may skip over some of the key topics in algorithm design. I've put together a short guide for aspiring data scientists, particularly focused on statistical models and machine learning models (supervised and unsupervised); many of these topics are covered in textbooks, graduate-level statistics courses, data science bootcamps, and other training resources (some of which are included in the reference section of the article).


8 reasons to use a digital assistant in your classroom

#artificialintelligence

Artificial intelligence has gone mainstream. It's already integrated into our everyday lives, with realistic voices responding to questions and requests. For a while now, we have been able to get reminders for appointments, encouragement for fitness routines, and remote control over household lights and appliances. But can these devices be useful in schools? In addition to being sources of factual information, can they enhance thought-provoking activities?


Tutorials TensorFlow

#artificialintelligence

This section contains tutorials demonstrating how to do specific tasks in TensorFlow. If you are new to TensorFlow, we recommend reading the documents in the "Get Started" section before reading these tutorials. These tutorials focus on machine learning problems dealing with sequence data. These tutorials demonstrate various data representations that can be used in TensorFlow. Although TensorFlow specializes in machine learning, the core of TensorFlow is a powerful numeric computation system which you can also use to solve other kinds of math problems.


Artificial Intelligence: Transforming Learning Support For Better Workplace Performance - eLearning Industry

#artificialintelligence

The importance of training has long been recognized, but the link between training and performance is often hard to quantify. Typically, training and learning at work have taken place away from the workplace. Training has been the preserve of the classroom. Recently, classroom training may have been replaced or augmented by the digital content in a Learning Management System (LMS). In theory, the LMS makes learning more accessible and available.


Scenes from the birth of artificial intelligence

#artificialintelligence

He is a co-inventor of the UNIX operating system and was a graduate student at MIT's pioneering Computer Science & Artificial Intelligence Lab. After graduating cum laude in Physics from Harvard University, I went on to MIT for my graduate work. I started there in 1959, spending the first year and a half completing coursework for my Ph.D. qualifying exams. With that milestone behind me it was time to choose my Master's thesis topic. It was then that I decided to focus my thesis on the area of artificial intelligence.


AI / Deep Learning applications course – limited spaces for niche – personalised education

#artificialintelligence

The course combines elements of teaching, coaching and community. For this reason, the batch sizes are small and selective. I will be working with a small/selective group of people to actively transfer their career to AI through education and my network towards specific outcomes/goals. "Great course with many interactions, either group or one to one that helps in the learning. In addition, tailored curriculum to the need of each student and interaction with companies involved in this field makes it even more impactful. As for myself, it allowed me to go into topics of interests that help me in reshaping my career."


NLP – Building a Question Answering Model

@machinelearnbot

I recently completed a course on NLP through Deep Learning (CS224N) at Stanford and loved the experience. For my final project I worked on a question answering model built on Stanford Question Answering Dataset (SQuAD). In this blog, I want to cover the main building blocks of a question answering model. You can find the full code on my Github repo. Stanford Question Answering Dataset (SQuAD) is a new reading comprehension dataset, consisting of questions posed by crowdworkers on a set of Wikipedia articles, where the answer to every question is a segment of text, or span, from the corresponding reading passage.