Coursera Project Network의 Hyperparameter Tuning with Neural Network Intelligence 학습자 리뷰 및 피드백
4.7
별점
36개의 평가
•
5개의 리뷰
강좌 소개
In this 2-hour long guided project, we will learn the basics of using Microsoft's Neural Network Intelligence (NNI) toolkit and will use it to run a Hyperparameter tuning experiment on a Neural Network. NNI is an open source, AutoML toolkit created by Microsoft which can help machine learning practitioners automate Feature engineering, Hyperparameter tuning, Neural Architecture search and Model compression. In this guided project, we are going to take a look at using NNI to perform hyperparameter tuning. Please note that we are going to learn to use the NNI toolkit for hyperparameter tuning, and are not going to implement the tuning algorithms ourselves. We will use the popular MNIST dataset and train a simple Neural Network to learn to classify images of hand-written digits from the dataset. Once a basic script is in place, we will use the NNI toolkit to run a hyperparameter tuning experiment to find optimal values for batch size, learning rate, choice of activation function for the hidden layer, number of hidden units for the hidden layer, and dropout rate for the dropout layer.
To be able to complete this project successfully, you should be familiar with the Python programming language. You should also be familiar with Neural Networks, TensorFlow and Keras.
Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions....
최상위 리뷰
필터링 기준:
Hyperparameter Tuning with Neural Network Intelligence의 5개 리뷰 중 1~5
교육 기관: Theresa L
•
2020년 10월 9일
Great Instructor. Great project. I am looking forward to other projects that explore NNI capabilities