Watson vs Tensorflow
Nice, quick demo on using both Watson and Tensorflow in comparing three images:
Nice, quick demo on using both Watson and Tensorflow in comparing three images:
In my udacity machine learning class I was confronted with this list of Supervised Learning Models (lots of information here) from scikit-learn:
First set of results. More on the way.
Update (2017-05-08)
Still looking and found there is quite an abundance:
https://www.quora.com/Where-can-I-find-large-datasets-open-to-the-public
https://blog.bigml.com/list-of-public-data-sources-fit-for-machine-learning/
----
Here are list of datasets I have been accessing for training and testing my machine learning algorithms.
Recently reviewing my Naïve Bayes java routine that I wrote last summer I realized that I had mix/matched/confused a number of data and method definitions involving attributes, features, labels, classes, training and prediction. Basing my routine on the description given in Wikipedia, which describes features associated to classes, while at the same time trying to translate the python sklearn into Java, which uses features and labels, led to the mess. Si
Java source code for converting PKL files to ARFF are at the bottom of this blog post. The process is: convert PKL to text file format to match the Weka TextDirectoryLoader structure using the Jython pickle API, run the Weka TextDirectoryLoader routine, then write out to ARFF.