Artificial Integligence (AI) & Machine Learning (ML) -- Let my learning journey begin

AI for all humans: A course to delight and inspire! Cassie Kozyrkov Dec 2021 link

Cook up your own ML recipes with AI Platform Stephanie Wong April 2021
link

Augmented Reality

Dive into the world of augmented reality Go to Apple Developer site

Phthon

python3 --version to check the version on my Macbook Pro 2021
Python W3School tutorial Go to site

docs.python.org/3/tutorial/ Go to site

More Things to Learn

SharePoint developer documentation Link MS site

ServiceNow IT workflows Link to site

DocuSign Developer - Basic process flow Link to site

Additional Materials

Table for AI learning materials

Update Date: 2022/07/18

Name Description Link
Per MP (my friend): "Here are some videos that will help you understand machine learning and artificial intelligence. I like Pedro Domingoes and his book The Master Algorithm which gives you a high level overview of AI. It is very easy to read and does not require a mathematical background. Look for his course on YouTube if you like his video below:" "take as many Linear Algebra courses as one can take"
The Quest for the Master Algorithm, Pedro Domingos Pedro Domingos is a professor of computer science at the University of Washington and the author of "The Master Algorithm". He is a winner of the SIGKDD Innovation Award, the highest honor in data science. He is a Fellow of the Association for the Advancement of Artificial Intelligence, and has received a Fulbright Scholarship, a Sloan Fellowship, the National Science Foundation's CAREER Award, and numerous best paper awards. He received his Ph.D. from the University of California at Irvine and is the author or co-author of over 200 technical publications. He has held visiting positions at Stanford, Carnegie Mellon, and MIT.

Go to YouTube video
The Master Algorithm How the Quest for the Ultimate Learning Machine Will Remake Our World Go to eBook
AI For Everyone Complete Course
- The meaning behind common AI terminology, including neural networks, machine learning, deep learning, and data science
- What AI realistically can--and cannot--do
- How to spot opportunities to apply AI to problems in your own organization
- What it feels like to build machine learning and data science projects
- How to work with an AI team and build an AI strategy in your company
- How to navigate ethical and societal discussions surrounding AI
Go to YouTube video
20220718

Tech Copncepts in pictures

进行中的工作

將在以後處理頁面的其餘部分 - 2022/10/31 3:30 am PST

One

GMap: Rocklin to KP Santa Clara Rocklin -> Kp Santa Clara

Additional Elements

Finally, here are some additional elements you might find useful (and yup, they look fine with any appearance).

Unordered List

Default

  • Lorem ipsum dolor sit amet
  • Interdum adipiscing gravida odio

Alternate

  • Lorem ipsum dolor sit amet
  • Interdum adipiscing gravida odio

Ordered List

  1. Lorem ipsum dolor sit amet
  2. Interdum adipiscing gravida odio

Definition List

DL#1 Interdum adipiscing odio

Lorem ipsum dolor vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent fringilla quis tincidunt felis sagittis eget tempus euismod. Ante ipsum primis vestibulum.

DL#2 Non faucibus ornare mi ut ante

Lorem ipsum dolor vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent fringilla quis tincidunt felis sagittis eget tempus euismod. Ante ipsum primis vestibulum.

Coding snippets


i = 0;
2
while (!deck.isInOrder()) {
    print 'Iteration ' + i;
    deck.shuffle();
    i++;
}

print 'It took ' + i + ' iterations to sort the deck.';

Table for AI learning materials

2022 07 18

Name Description Link
col#1 col#2 col#3
col#3

Alternate

Name Description URL
Item 1 Ante turpis integer aliquet porttitor. 29.99

ImagesFC

Fit

Left

Lorem consequat.

Right

Lorem consequat.

Box

Felis sagittis eget tempus primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Magna sed etiam ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus lorem ipsum dolor sit amet nullam.

Elements Reference

Oh, and this: a handy reference to all the modifiers supported by various elements.

Banner

HTML

<section class="banner style(N) (optional modifiers)">
  <div class="content">
    (content)
  </div>
  <div class="image">
    <img src="(image URL)" alt="Alternate text" />
  </div>
</section>





Spotlight

HTML

<section class="spotlight style(N) (optional modifiers)">
  <div class="content">
    (content)
  </div>
  <div class="image">
    <img src="(image URL)" alt="Alternate text" />
  </div>
</section>




Items

HTML

<div class="items style(N) (size modifier) (optional modifiers)">
  <section>
    (content)
  </section>
  <section>
    (content)
  </section>
  <section>
    (content)
  </section>
  <section>
    (content)
  </section>
  ...
</div>



Wrapper

HTML

<div class="wrapper (optional modifiers)">
  (content)
</div>

Modifiers