////////////////////////////////////////////////////// JSON ______________________________________________________ maXbox Starter 82 -JSON in Code – Max Kleiner “There is always space for improvement” — Oscar De La Hoya JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. A JSON Parser is thenContinue reading “JSON Code”
Author Archives: maxbox4
RSS Feeds
RSS is an XML based document format for syndicating news and other timely news-like information. It provides headlines, URLs to the source document and brief description information in an easy to understand and use format. RSS based “News Readers” and “News Aggregators” allow the display of RSS headlines on workstation desktops. Software libraries exist toContinue reading “RSS Feeds”
The Geometer
There’s a course about computational geometry which I scripted from the source in maXbox. The origin you can find at: http://www.delphiforfun.org/programs/Library/geometry1.htm The script with the 9 Tasks in one file you can find at: http://www.softwareschule.ch/examples/geometry.txt Three new routines were added to the UGeometry unit today and Version 3 of the Geometry test program illustrates theirContinue reading “The Geometer”
Railuino
Hacking your Märklin This library allows you to control your digital Märklin railway using Arduino. https://code.google.com/archive/p/railuino/ I want to show especially the output of the C++ compiled library include <Railuino.h> Any ISP will need what Arduino calls output binaries and the rest of the world calls HEX files. These are produced when you Verify/Compile yourContinue reading “Railuino”
Sphere Script
If we can not find a simple graphical routine to draw a geographic sphere with Geo-coordinate grid on the Canvas then we need to move , rotate this globe and change the eye point with or without zoom. Drag your PPM (Portable Pix Map Format) , PGM or PBM files onto the dashed area belowContinue reading “Sphere Script”
Pascal Perceptron
We’re now ready to assemble the code for a Perceptron class. The only data the perceptron needs to track are the input weights, and we could use an array of floats to store these. https://natureofcode.com/book/chapter-10-neural-networks/ A perceptron needs to be able to receive inputs and generate an output. We can package these requirements into aContinue reading “Pascal Perceptron”
The OMA Model
In this blog of python for stock market, we will discuss two ways to predict stock with Python- Support Vector Regression (SVR) with Optimal Moving Average (OMA). A time-series is a series of data points indexed in time order and it is used to predict the future based on the previous observed values. Time seriesContinue reading “The OMA Model”
Ubuntu Ultimate
Ultimate Edition distribution is based on Ubuntu. The project goal is to provide a complete seamlessly integrated, visually stimulating, and easy-to-install operating system. It is designed for both new Linux users and experienced sophisticates. The first release of this distribution was in December, 2006. Over time the distribution has grown in scope and power. WhileContinue reading “Ubuntu Ultimate”
Energy Star Predictor
The data includes the Energy Star Score, which makes this a supervised regression machine learning task: Supervised: we have access to both the features and the target and our goal is to train a model that can learn a mapping between the two Regression: The Energy Star score is a continuous variable We are workingContinue reading “Energy Star Predictor”
Year 2020
Hyperautomation is the combination of multiple machine learning (ML), packaged software and automation tools to deliver work. Hyperautomation refers not only to the breadth of the pallet of tools, but also to all the steps of automation itself (discover, analyze, design, automate, measure, monitor and reassess). Understanding the range of automation mechanisms, how they relateContinue reading “Year 2020”