WANGPEI's Blog

这仅仅是一个用来测试的blog,感谢您的访问。——from 王沛

Coursera《Introduction to TensorFlow》第四周测验

《Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning》第四周(Using Real-world Images)的测验答案

Coursera《Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning》(Quiz of Week4) Using Real-world Images 本博客为Coursera上的课程《Introduction to TensorFlow for Artific...

Coursera《数字图像和视频处理基础》第一周测验

《Fundamentals of Digital Image and Video Processing》第一周(Introduction to Image and Video Processing)的测验答案

Coursera《Fundamentals of Digital Image and Video Processing》(Quiz of Week1) Introduction to Image and Video Processing 本博客为Coursera上的课程《Fundamentals of Digital Image and Video Processing》第一周的测验。 ...

Coursera《Introduction to TensorFlow》第三周测验

《Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning》第三周(Enhancing Vision with Convolutional Neural Networks)的测验答案

Coursera《Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning》(Quiz of Week3) Enhancing Vision with Convolutional Neural Networks 本博客为Coursera上的课程《Introducti...

Install TensorFlow-GPU by Anaconda (conda install tensorflow-gpu)

It might be the simplest way to install Tensorflow or Tensorflow-GPU by conda install in the conda environment

Install TensorFlow-GPU by Anaconda (conda install tensorflow-gpu) It might be the simplest way to install Tensorflow or Tensorflow-GPU by conda install in the conda environment Nowadays, there ar...

Coursera《Introduction to TensorFlow》第二周测验

《Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning》第二周(Introduction to Computer Vision)的测验答案

Coursera《Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning》(Quiz of Week2) Introduction to Computer Vision 本博客为Coursera上的课程《Introduction to TensorFlow for...

Coursera《Introduction to TensorFlow》第一周测验

《Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning》第一周(A New Programming Paradigm)的测验答案

Coursera《Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning》(Quiz of Week1) 本博客为Coursera上的课程《Introduction to TensorFlow for Artificial Intelligence, Machin...

Coursera《机器学习》(吴恩达)编程作业第九周(ex8)

吴恩达机器学习课程编程作业 Week9 /exercise8

目录 必做题 estimateGaussian.m - Estimate the parameters of a Gaussian distribution with a diagonal covariance matrix selectThreshold.m - Find a threshold for anomaly detection ...

Coursera《机器学习》(吴恩达)编程作业第八周(ex7)

吴恩达机器学习课程编程作业 Week8 /exercise7

目录 必做题 pca.m - Perform principal component analysis projectData.m - Projects a data set into a lower dimensional space recoverData.m - Recovers the original data from the ...

Coursera《机器学习》(吴恩达)编程作业第七周(ex6)

吴恩达机器学习课程编程作业 Week7 /exercise6

目录 必做题 gaussianKernel.m - Gaussian kernel for SVM dataset3Params.m - Parameters to use for Dataset 3 processEmail.m - Email preprocessing emailFeatures.m -Feature ex...

Coursera《机器学习》(吴恩达)编程作业第六周(ex5)

吴恩达机器学习课程编程作业 Week6 /exercise5

目录 必做题 linearRegCostFunction.m - Regularized linear regression cost function learningCurve.m - Generates a learning curve polyFeatures.m - Maps data into polynomial featur...