Goto

Collaborating Authors

 Education


Testing the Quantitative Spacetime Hypothesis using Artificial Narrative Comprehension (I) : Bootstrapping Meaning from Episodic Narrative viewed as a Feature Landscape

arXiv.org Artificial Intelligence

The problem of extracting important and meaningful parts of a sensory data stream, without prior training, is studied for symbolic sequences, by using textual narrative as a test case. This is part of a larger study concerning the extraction of concepts from spacetime processes, and their knowledge representations within hybrid symbolic-learning `Artificial Intelligence'. Most approaches to text analysis make extensive use of the evolved human sense of language and semantics. In this work, streams are parsed without knowledge of semantics, using only measurable patterns (size and time) within the changing stream of symbols -- as an event `landscape'. This is a form of interferometry. Using lightweight procedures that can be run in just a few seconds on a single CPU, this work studies the validity of the Semantic Spacetime Hypothesis, for the extraction of concepts as process invariants. This `semantic preprocessor' may then act as a front-end for more sophisticated long-term graph-based learning techniques. The results suggest that what we consider important and interesting about sensory experience is not solely based on higher reasoning, but on simple spacetime process cues, and this may be how cognitive processing is bootstrapped in the beginning.


The Affiliate Matching Problem: On Labor Markets where Firms are Also Interested in the Placement of Previous Workers

arXiv.org Artificial Intelligence

In many labor markets, workers and firms are connected via affiliative relationships. A management consulting firm wishes to both accept the best new workers but also place its current affiliated workers at strong firms. Similarly, a research university wishes to hire strong job market candidates while also placing its own candidates at strong peer universities. We model this affiliate matching problem in a generalization of the classic stable marriage setting by permitting firms to state preferences over not just which workers to whom they are matched, but also to which firms their affiliated workers are matched. Based on results from a human survey, we find that participants (acting as firms) give preference to their own affiliate workers in surprising ways that violate some assumptions of the classical stable marriage problem. This motivates a nuanced discussion of how stability could be defined in affiliate matching problems; we give an example of a marketplace which admits a stable match under one natural definition of stability, and does not for that same marketplace under a different, but still natural, definition. We conclude by setting a research agenda toward the creation of a centralized clearing mechanism in this general setting.


Artificial Intelligence in Web Design Certification

#artificialintelligence

In the beginning website, design developers and designers designed websites using HTML. Soon, the internet was formless and empty, darkness was over the surface of the deep web, and the Spirit of Code was hovering over the pinnacle of utmost ignorance. We've come a long way from that time. The internet is still a dark, dreadful place, but it's much more stylish, sophisticated and amazing now. Website Design has grown exponentially in scale and sophistication over the last few years, thanks to new Artificial Intelligence-based website creation tools that are dominating the digital marketing industry.


3 Free Certified Data Science Courses

#artificialintelligence

Picture this โ€“ you are given the opportunity to take a high-quality course on a data science or machine learning topic(s) free of cost. And as the icing on an already delicious offering, you will even get a certificate upon completing the course! So not only do you get to embellish your blossoming data science skillset, you get a certificate proof of your accomplishments. Sounds too good to be true? Well, Analytics Vidhya is making this a reality in 2020!


Machine Learning from Scratch: Free Online Textbook - KDnuggets

#artificialintelligence

This book covers the building blocks of the most common methods in machine learning. This set of methods is like a toolbox for machine learning engineers. Those entering the field of machine learning should feel comfortable with this toolbox, so they have the right tool for a variety of tasks. In other words, each chapter focuses on a single tool within the ML toolbox. In my experience, the best way to become comfortable with these methods is to see them derived from scratch, both in theory and in code.


10 MLops platforms to manage the machine learning lifecycle

#artificialintelligence

For most professional software developers, using application lifecycle management (ALM) is a given. Data scientists, many of whom do not have a software development background, often have not used lifecycle management for their machine learning models. That's a problem that's much easier to fix now than it was a few years ago, thanks to the advent of "MLops" environments and frameworks that support machine learning lifecycle management. The easy answer to this question would be that machine learning lifecycle management is the same as ALM, but that would also be wrong. That's because the lifecycle of a machine learning model is different from the software development lifecycle (SDLC) in a number of ways.


How to start learning about algorithms โ€“ AI in Media and Society

#artificialintelligence

After writing yesterday's post, I was thinking about how much students should know about algorithms if they are to have a basic understanding of how AI works. Is it enough to tell them an algorithm is a set of instructions? So I turned, as I often do, to Khan Academy -- a free online learning site that often helps me through my lack of a mathematics background. I found a set of three short lessons, starting with a video. In the introductory video, "What is an algorithm and why should you care?", we see various practical uses of algorithms, followed by the statement above, and a brief description of how route finding works -- what Google Maps does when it gives you directions.


LI artificial intelligence startup can write your emails

#artificialintelligence

The time you spend writing emails could be cut drastically. A college student has launched a Long Island artificial intelligence startup that writes emails automatically from a few fragmentary notes. Matt Shumer, 20, who launched Melville-based OthersideAI Inc. in July, is beta-testing the software as a Chrome browser extension for users of the Google Gmail service. Versions for Microsoft Corp.'s Outlook and other email clients are planned, said Shumer, who is the company's chief executive. OthersideAI's Quick Response software can reduce time spent on emails by 75% by learning the way "a user thinks and responds," the company said.


Training our humans on the wrong dataset

#artificialintelligence

I really don't want to say that I've figured out the majority of what's wrong with modern education and how to fix it, BUT When we train (fit) any given ML model for a specific problem, on which we have a training dataset, there are several ways we go about it, but all of them involve using that dataset. Say we're training a model that takes a 2d image of some glassware and turn it into a 3d rendering. We have images of 2000 glasses from different angles and in different lighting conditions and an associated 3d model. How do we go about training the model? Well, arguable, we could start small then feed the whole dataset, we could use different sizes for test/train/validation, we could use cv to determine the overall accuracy of our method or decide it would take to long... etc But I'm fairly sure that nobody will ever say: I know, let's take a dataset of 2d images of cars and their 3d rendering and train the model on that first.


UC Berkeley Reward-Free RL Beats SOTA Reward-Based RL

#artificialintelligence

End-to-end Deep Reinforcement Learning (DRL) is a trending training approach in the field of computer vision, where it has proven successful at solving a wide range of complex tasks that were previously regarded as out of reach. End-to-end DRL is now being applied in domains ranging from real-world and simulated robotics to sophisticated video games. However, as appealing as end-to-end DRL methods are, most rely heavily on reward functions in order to learn visual features. This means feature-learning suffers when rewards are sparse, which is the case in most real-world scenarios. ATC trains a convolutional encoder to associate pairs of observations separated by a short time difference. Random shift, a stochastic data augmentation to the observations is applied within each training batch.