Posts

Google Safe Browsing API

Image
  Google Safe Browsing API Build a Post The Google Safe Browsing API is a service that enables applications to check URLs against the Google’s lists of suspected phishing and postulated malware pages. cloudshell Enabling the API First you need an APIKey and an Enabler to this API otherwise: GPost: Failed at getting response:403{ “error”: { “code”: 403, “message”: “Safe Browsing API has not been used in project 338972382324 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/safebrowsing.googleapis.com/overview?project=338972382324 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.”, “status”: “PERMISSION_DENIED”, “details”: [ { “@type”: “type.googleapis.com/google.rpc.Help”, “links”: [ { “description”: “Google developers console API activation”, “url”: “ https://console.developers.google.com/apis/api/safebrowsing.googleapis.com/overview?project=33897

CNN Pipeline Train

Image
  maXbox Starter 96 – Evaluate a pre-trained CNN Model based on the Cifar10 dataset. There are two kinds of data scientists: 1) Those who can extrapolate from incomplete data. kaggle source Origin as pdf: http://www.softwareschule.ch/download/maxbox_starter96.pdf This machine learning tutor explains training the so called CIFAR-10 Image Classifier with loading and testing a pre-trained model. The pre-trained model is: SimpleSeparableImageClassifier124_50_2.nn This command line tool and script runs the CAI Network with CIFAR10 files; Utility to load cifar-10 image data into training and test data sets based on the script. Download the cifar-10 (python) version dataset from here, and extract the cifar-10-batches-1..5 folder into the same directory as the script (for validating use only test_batch.bin ). CIFAR-10 and CIFAR-100 datasets (toronto.edu) Note about to build SimpleSeparableImageClassifier The code contains example usage, and runs under P