DanDoesData CIFAR10 with skflow reading data

preview_player
Показать описание
CIFAR10 intro with skflow. This was a bear to just start reading in data. The TensorFlow documentation doesn't expect you to want to look at an image yourself it seems. So I rolled my own using numpy and at least made a simple logistic model with skflow. To create the proper convolutional neural net, we need to rearrange our data into [n_samples, height, width, n_channels] format. That's a future video.

Рекомендации по теме
Комментарии
Автор

Great walkthrough, thanks. FWI they have deprecated some of the skflow utilities including TensorFlowDNNClassifier, which makes the tutorial a little tricky to keep up with. Figure I'd let you know. Thanks again!

craigscarlson