<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.cloud.dlzpgroup.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.cloud.dlzpgroup.com/feed.php">
        <title> ml</title>
        <description></description>
        <link>https://wiki.cloud.dlzpgroup.com/</link>
        <image rdf:resource="https://wiki.cloud.dlzpgroup.com/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-04T04:24:48+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:athena&amp;rev=1567987463&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:codesamples&amp;rev=1565618180&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:datasets&amp;rev=1554988861&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:deepracer&amp;rev=1561051944&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:gdelt&amp;rev=1550425016&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:general&amp;rev=1556828582&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:intro&amp;rev=1647872853&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:machine_learning&amp;rev=1647862741&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:naics&amp;rev=1550412022&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:noa&amp;rev=1550410645&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:quicksight&amp;rev=1553528000&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:scm&amp;rev=1556830920&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:sidebar&amp;rev=1647863131&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:slam&amp;rev=1554988709&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:start&amp;rev=1647861120&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:tools&amp;rev=1560871463&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:ustax&amp;rev=1550412002&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:weatherwind&amp;rev=1647864277&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.cloud.dlzpgroup.com/lib/tpl/dokuwiki/images/favicon.ico">
        <title></title>
        <link>https://wiki.cloud.dlzpgroup.com/</link>
        <url>https://wiki.cloud.dlzpgroup.com/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:athena&amp;rev=1567987463&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-09-09T00:04:23+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ml:athena</title>
        <link>https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:athena&amp;rev=1567987463&amp;do=diff</link>
        <description>Athena

Athena helps you analyze unstructured, semi-structured, and structured data stored in Amazon S3. Examples include CSV, JSON, or columnar data formats such as Apache Parquet and Apache ORC. You can use Athena to run ad-hoc queries using ANSI SQL, without the need to aggregate or load the data into Athena.</description>
    </item>
    <item rdf:about="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:codesamples&amp;rev=1565618180&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-08-12T13:56:20+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ml:codesamples</title>
        <link>https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:codesamples&amp;rev=1565618180&amp;do=diff</link>
        <description>This section is dedicated to useful code snippets to help with analyzing data

SQL Commands

Select for generating a run total and calculating the median value
Oracle:
SELECT PO_DT FROM (
  SELECT 
    PO_DT, 
    COUNT(PO_ID) OVER (ORDER BY PO_DT) AS RUNSUM,
    COUNT(PO_ID) OVER () AS TOTAL
  FROM PS_PO_HDR_SUM_VW
 ) 
WHERE RUNSUM &gt;= (TOTAL / 2)
AND ROWNUM=1 ;
ORDER BY PO_DT;</description>
    </item>
    <item rdf:about="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:datasets&amp;rev=1554988861&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-04-11T13:21:01+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ml:datasets</title>
        <link>https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:datasets&amp;rev=1554988861&amp;do=diff</link>
        <description>Data Sets - Creation and Maintenance. 

For Machine Learning to work effectively current solutions require access to a data set that can provide the ML Model with sufficient data to achieve a high probability match to the object being observed. 

It has been noted from numerous potential clients that this is an area where not allot of source data is available. There are data sets for common items, such as cats, dogs, clouds, etc</description>
    </item>
    <item rdf:about="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:deepracer&amp;rev=1561051944&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-06-20T17:32:24+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ml:deepracer</title>
        <link>https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:deepracer&amp;rev=1561051944&amp;do=diff</link>
        <description>AWS DeepRacer

AWS DeepRacer is the fastest way to get rolling with machine learning, literally. Get hands-on with a fully autonomous 1/18th scale race car driven by reinforcement learning, 3D racing simulator, and global racing league. 

AWS DeepRacer is a 1/18th scale race car which gives you an interesting and fun way to get started with reinforcement learning (RL). RL is an advanced machine learning (ML) technique which takes a very different approach to training models than other machine le…</description>
    </item>
    <item rdf:about="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:gdelt&amp;rev=1550425016&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-02-17T17:36:56+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ml:gdelt</title>
        <link>https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:gdelt&amp;rev=1550425016&amp;do=diff</link>
        <description>A Global Database of Society

Supported by Google Jigsaw, the GDELT Project monitors the world's broadcast, print, and web news from nearly every corner of every country in over 100 languages and identifies the people, locations, organizations, themes, sources, emotions, counts, quotes, images and events driving our global society every second of every day, creating a free open platform for computing on the entire world.</description>
    </item>
    <item rdf:about="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:general&amp;rev=1556828582&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-02T20:23:02+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ml:general</title>
        <link>https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:general&amp;rev=1556828582&amp;do=diff</link>
        <description>Open Data Sets

Kaggle

Kaggle has come up with a platform where people can donate open datasets. Data engineers and other community members can have open access to these datasets and can contribute to the open data movement. They have more than 350 datasets in total, with more than 200 as featured datasets. It has a few interesting datasets on the platform that are not present at other places, and it’s a platform to connect with other data enthusiasts.</description>
    </item>
    <item rdf:about="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:intro&amp;rev=1647872853&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-03-21T14:27:33+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ml:intro</title>
        <link>https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:intro&amp;rev=1647872853&amp;do=diff</link>
        <description>Start Page for ML

A good place to get an understanding of the AWS Services that support Machine Learning

Julien Simon's Map to AWS Machine Learning

&lt;https://gitlab.com/juliensimon/awsmlmap/tree/master&gt;

Noah Gift - A thought Leader in AI/ML on AWS 

	*  &lt;https://github.com/noahgift&gt; 
	*  &lt;https://github.com/noahgift/Python-MLOps-Cookbook&gt; - An excellent tutorial on best practices for developing ML.</description>
    </item>
    <item rdf:about="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:machine_learning&amp;rev=1647862741&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-03-21T11:39:01+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ml:machine_learning</title>
        <link>https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:machine_learning&amp;rev=1647862741&amp;do=diff</link>
        <description>Machine Learning Tools

AWS S3

Using Amazon S3 with Amazon ML

Amazon Simple Storage Service (Amazon S3) is storage for the Internet. You can use Amazon S3 to store and retrieve any amount of data at any time, from anywhere on the web. Amazon ML uses Amazon S3 as a primary data repository for the following tasks:</description>
    </item>
    <item rdf:about="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:naics&amp;rev=1550412022&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-02-17T14:00:22+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ml:naics</title>
        <link>https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:naics&amp;rev=1550412022&amp;do=diff</link>
        <description>NAICS Codes Master File

&lt;https://www.census.gov/eos/www/naics/downloadables/downloadables.html&gt;</description>
    </item>
    <item rdf:about="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:noa&amp;rev=1550410645&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-02-17T13:37:25+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ml:noa</title>
        <link>https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:noa&amp;rev=1550410645&amp;do=diff</link>
        <description>Weather and Climate Analysis

AWS has provided public Data for ML for NOAA Historical Weather Conditions. 

AWS Open Data Repository: &lt;https://registry.opendata.aws/&gt;

AWS Blog for this Demo: &lt;https://aws.amazon.com/blogs/big-data/visualize-over-200-years-of-global-climate-data-using-amazon-athena-and-amazon-quicksight/&gt;

NOAA Source Data:  &lt;https://docs.opendata.aws/noaa-ghcn-pds/readme.html&gt;

NOAA Global Forecast Dataset: &lt;https://www.ncdc.noaa.gov/data-access/model-data/model-datasets/global-…</description>
    </item>
    <item rdf:about="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:quicksight&amp;rev=1553528000&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-25T15:33:20+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ml:quicksight</title>
        <link>https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:quicksight&amp;rev=1553528000&amp;do=diff</link>
        <description>QuickSight

Amazon QuickSight is a business analytics service you can use to build visualizations, perform ad hoc analysis, and get business insights from your data. It can automatically discover AWS data sources and also works with your data sources. Amazon QuickSight enables organizations to scale to hundreds of thousands of users, and delivers responsive performance by using a robust in-memory engine (SPICE).</description>
    </item>
    <item rdf:about="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:scm&amp;rev=1556830920&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-02T21:02:00+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ml:scm</title>
        <link>https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:scm&amp;rev=1556830920&amp;do=diff</link>
        <description>DLZP Supply Chain Machine Learning Solutions

Problem Statement

Losing customers is costly for any business. Identifying unhappy customers early on gives you a chance to offer them incentives to stay. This notebook describes using machine learning (ML) for the automated identification of unhappy customers, also known as customer churn prediction. ML models rarely give perfect predictions though, so this notebook is also about how to incorporate the relative costs of prediction mistakes when det…</description>
    </item>
    <item rdf:about="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:sidebar&amp;rev=1647863131&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-03-21T11:45:31+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ml:sidebar</title>
        <link>https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:sidebar&amp;rev=1647863131&amp;do=diff</link>
        <description>Machine Learning Menu

Home



----------

AI/ML Tools

Artificial Intelligence

Machine Learning

Deep Racer

Athena

QuickSight

Open Source Tools

Code Snippets

----------

Data Sources

NOAA Weather Data

US SOI Tax Stats

NAICS Codes

Global Database of Society

General Data Sources (Data Aggregators)

----------

DLZP Solutions

Wind Prediction Model

Supply Chain

Data Set Solution

Simultaneous localization and Mapping

----------

Contact your DLZP Group Account Manager if you're unabl…</description>
    </item>
    <item rdf:about="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:slam&amp;rev=1554988709&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-04-11T13:18:29+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ml:slam</title>
        <link>https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:slam&amp;rev=1554988709&amp;do=diff</link>
        <description>Definition: 

&lt;https://en.wikipedia.org/wiki/Simultaneous_localization_and_mapping&gt;

SLAM from a DLZP Group perspective is the ability to use low cost imaging devices to create visuals of the environment and then to classify that data for use by clients in their applications. This can be used for Equipment Tracking and Evaluation, Endangered Species Identification, and Space Use by NASA for the Manned/Unmanned Missions.</description>
    </item>
    <item rdf:about="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:start&amp;rev=1647861120&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-03-21T11:12:00+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ml:start</title>
        <link>https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:start&amp;rev=1647861120&amp;do=diff</link>
        <description>Starting page for DLZP ML

DLZP utlizes AWS for our ML projects. The following links provide you with details of the ML Services available on AWS. 

	*  Data Lakes and Analytics - &lt;https://aws.amazon.com/big-data/datalakes-and-analytics/?nc2=h_ql_sol_use_dla&gt; 
	*  DevOps - &lt;https://aws.amazon.com/devops/?nc2=h_ql_sol_use_dops&gt;
	*  Machine Learning - &lt;https://aws.amazon.com/machine-learning/?nc2=h_ql_sol_use_ml&gt;</description>
    </item>
    <item rdf:about="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:tools&amp;rev=1560871463&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-06-18T15:24:23+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ml:tools</title>
        <link>https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:tools&amp;rev=1560871463&amp;do=diff</link>
        <description>Open Source Tools

Image Downloaders

Google Images Download

	*  Documentation:  &lt;https://google-images-download.readthedocs.io/en/latest/index.html&gt; 
	*  GitHub Project: &lt;https://github.com/hardikvasa/google-images-download&gt;</description>
    </item>
    <item rdf:about="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:ustax&amp;rev=1550412002&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-02-17T14:00:02+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ml:ustax</title>
        <link>https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:ustax&amp;rev=1550412002&amp;do=diff</link>
        <description>US Tax Statistics 

&lt;https://www.irs.gov/statistics/soi-tax-stats-individual-income-tax-statistics-2016-zip-code-data-soi&gt;</description>
    </item>
    <item rdf:about="https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:weatherwind&amp;rev=1647864277&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-03-21T12:04:37+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ml:weatherwind</title>
        <link>https://wiki.cloud.dlzpgroup.com/doku.php?id=ml:weatherwind&amp;rev=1647864277&amp;do=diff</link>
        <description>DLZP Wind Prediction Model

Background

Client is interested in improving their Wind Generation Forecasting, this project was to assist the client in evaluation of their current capabilities and working with them to improve their forecasting accuracy.</description>
    </item>
</rdf:RDF>
