Lessons from My First Two Years of AI Research

Lessons from My First Two Years of AI Research

  • April 26, 2018
Table of Contents

Lessons from My First Two Years of AI Research

A friend of mine who is about to start a career in artificial intelligence research recently asked what I wish I had known when I started two years ago. Below are some lessons I have learned so far. They range from general life lessons to relatively specific tricks of the AI trade.

I hope others find them useful.

Source: mit.edu

Tags :
Share :
comments powered by Disqus

Related Posts

A Face-Detection Library in 200 Lines of JavaScript

A Face-Detection Library in 200 Lines of JavaScript

The pico.js library is a JavaScript implementation of the method described in 2013 by Markuš et al. in a technical report. The reference implementation is written in C and available on GitHub: https://github.com/nenadmarkus/pico.

Read More