Deep-math-machine-learning.ai
Deep-math-machine-learning.ai copied to clipboard
A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.
I tried the page at Meetups_Notebooks/CNN_End2End/CatsvsDogs.ipynb, but got an error while creating the function "convert_to_tflite". The error is thrown on this line... ` converter = tf.contrib.lite.TocoConverter.from_frozen_graph(path+'frozen_catsVSdogs45.pb', ['Input'], ['Softmax']])` May be...
Thank you firstly for the tutorial I wanted to ask if it is possible to use the final embeddings to test out a word and return top 10 similar terms....