Data Science Workshop

Data Science Workshop v. 28.5.2018, 13-15:30 pm Agenda: Introduction to TensorFlow and Scikit Learn We showed 4 building blocks and 8 discussion topics: Introduction (till slide 38) Methodology https://www.tensorflow.org/tutorials/ Practical Approach C:\maXbox\mX46210\DataScience\confusionlist\mnist_softmax21.py http://cs231n.github.io/python-numpy-tutorial/ : X:\1_Public\Documents\Data Science Workshops Best Introduction as Ranking Topics Discussion: Topics: – CaseCrunch UseCase – Start Values for Weights – How toContinue reading “Data Science Workshop”

JSON Automation

Reading json data in maXbox could be easy. Json data can be read from a file or it could be a json web link. Let us first try to read the json from a web link. Const JsonUrl = ‘https://pomber.github.io/covid19/timeseries.json’; Let us first define the necessary packages “msxml2.xmlhttp and the JSON class”. Let us importContinue reading “JSON Automation”

MNIST Single Predict

MNIST Single Prediction We have set up a very simple SVC to classify the MNIST digits to make one single shoot predict. First we load the libraries and the dataset: A notebook you find at: https://github.com/maxkleiner/maXbox4/blob/master/MNISTSinglePredict.ipynb <class ‘sklearn.utils.Bunch’> 1797 samples Then we setup the Support Vector Classifier with the training data X and the targetContinue reading “MNIST Single Predict”

Board Game Regressor

Before we dive into machine learning, we’re going to explore a dataset, and figure out what might be interesting to predict. The dataset is from BoardGameGeek, and contains data on 80000 board games. Here’s a single boardgame on the site. This information was kindly scraped into csv format by Sean Beck, and can be downloadedContinue reading “Board Game Regressor”

maXbox4machine

Machine Learning models’ ultimate goal is making reliable predictions on new, unknown data. With this purpose in mind, we want our algorithm to capture relations in existing data and replicate them among new entries. At the same time, we do not want our algorithm to have, let’s say, prejudices because of the data it trainedContinue reading “maXbox4machine”

Design a site like this with WordPress.com
Get started