tutorials
tutorials copied to clipboard
I'm getting this error when trying to upload the Jupyter notebook ep7.ipynb I simply follow the command "docker run -it -p 8888:8888 tensorflow/tensorflow:0.10.0rc0" and when i try to upload the...
It is obvious that a program Pandas Dataframe is more useful as compared to one in 2D matrix. So please translate the code to pandas Dataframe or I could do...
Beautiful code - just a small nitpick: you define unique_vals but don't actually use it. I replaced the relevant line in find_best_split function.
the code works fine! However I am a newbie and tried to make editing the training data a bit more easy so I've created a file training_data.data as: Green,3,Apple Yellow,3,Apple...
Updated prediction test against new var created with datatype and iterable properties
Adding plt.show() to display example image.
print ("Predicted %d, Label: %d" % (classifier.predict(test_data[0]), test_labels[0])) the below error occurred. InvalidArgumentError (see above for traceback): tensor_name = linear//weight; shape in shape_and_slice spec [1,10] does not match the shape...
Tested on tensorflow 1.9.0 and Python 3.5.2