Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 1 KB

File metadata and controls

10 lines (6 loc) · 1 KB

Week 1 Resources

That brings you to the end of what you need to look at for Week 1. If you’re eager to learn more, before we go to Week 2, there are some great resources you can check out:

AI For Everyone is a non-technical course that will help you understand many of the AI technologies we will discuss later in this course, and help you spot opportunities in applying this technology to solve your problems. https://www.deeplearning.ai/ai-for-everyone/.

TensorFlow is available at https://TensorFlow.org, and video updates from the TensorFlow team are at youtube.com/tensorflow Play with a neural network right in the browser at http://playground.tensorflow.org. See if you can figure out the parameters to get the neural network to pattern match to the desired groups. The spiral is particularly challenging!

The 'Hello World' notebook that we used in this course is available on GitHub here.