
Plan for 2023+
with Execution
Learn it the GOOGLE way = research + evaluation
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
Dive into the world of augmented reality Go to Apple Developer site
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
SharePoint developer documentation Link MS site
ServiceNow IT workflows Link to site
DocuSign Developer - Basic process flow Link to site
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 |
將在以後處理頁面的其餘部分 - 2022/10/31 3:30 am PST
GMap: Rocklin to KP Santa Clara Rocklin -> Kp Santa Clara
Finally, here are some additional elements you might find useful (and yup, they look fine with any appearance).
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.
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.
i = 0;
2
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';
Name | Description | Link |
---|---|---|
col#1 | col#2 | col#3 |
col#3 |
Name | Description | URL |
---|---|---|
Item 1 | Ante turpis integer aliquet porttitor. | 29.99 |
Lorem consequat.
Lorem consequat.
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.
Oh, and this: a handy reference to all the modifiers supported by various elements.
<section class="spotlight style(N) (optional modifiers)">
<div class="content">
(content)
</div>
<div class="image">
<img src="(image URL)" alt="Alternate text" />
</div>
</section>
<div class="gallery style(N) (optional modifiers)">
<article>
<a href="(full image URL)" class="image">
<img src="(thumbnail image URL)" alt="Alternate text" />
</a>
<div class="caption">
(caption)
</div>
</article>
<article>
<a href="(full image URL)" class="image">
<img src="(thumbnail image URL)" alt="Alternate text" />
</a>
<div class="caption">
(caption)
</div>
</article>
<article>
<a href="(full image URL)" class="image">
<img src="(thumbnail image URL)" alt="Alternate text" />
</a>
<div class="caption">
(caption)
</div>
</article>
...
</div>
<div class="items style(N) (size modifier) (optional modifiers)">
<section>
(content)
</section>
<section>
(content)
</section>
<section>
(content)
</section>
<section>
(content)
</section>
...
</div>
<div class="wrapper (optional modifiers)">
(content)
</div>