Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com
4/30/2022, 9:47 PM
Final Exam 5/2/2022, Monday 6:00PM - 8:00PM,
Chapter 19: BigQuery
Chapter 13: Cloud DNS
Google Encryption
Encrypt and decrypt data with Cloud KMS
Designing for Security
Designing Networks
User Authentication
Chapter 14: Cloud Vision
Chapter 17: Cloud Translation
Chapter 15: Cloud Natural Language
Chapter 16: Cloud Speech
Chapter 18: Cloud Machine Learning Engine
Saturday, April 30, 2022
Thursday, April 28, 2022
Office Hours Tonight 5:00pm to 6:00pm, 4/28/2022, 3:37 PM, English, 4/28/2022, 3:37 PM
Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com
4/28/2022, 3:37 PM
Office hours tonight 5:00pm to 6:00pm
https://uconn-cmr.webex.com/meet/jai17003
Classroom blog: googleclouduconn.blogspot.com
4/28/2022, 3:37 PM
Office hours tonight 5:00pm to 6:00pm
https://uconn-cmr.webex.com/meet/jai17003
Monday, April 25, 2022
Assignment # 12 due 5/6/22 Machine Learning, 4/25/2022, 7:37 PM, English, 4/25/2022, 7:37 PM
Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com
4/25/2022, 7:37 PM
Assignment # 12 due 5/6/22 Machine Learning
Final Assignment.
Use the machine learning example to predict y when x = 20
Follow instructions from the Web link below
https://uconnstamfordslp.blogspot.com/p/machine-learning-explained.html
Email an output of the prediction results
Classroom blog: googleclouduconn.blogspot.com
4/25/2022, 7:37 PM
Assignment # 12 due 5/6/22 Machine Learning
Final Assignment.
Use the machine learning example to predict y when x = 20
Follow instructions from the Web link below
https://uconnstamfordslp.blogspot.com/p/machine-learning-explained.html
Email an output of the prediction results
Monday, April 18, 2022
Assignment #11 Due 4/29, 4/18/2022, 8:08 PM, English, 4/18/2022, 8:08 PM
Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com
4/18/2022, 8:08 PM
Assignment #11 Due 4/29
Send the output from the 4 programs from the codelab NLP in an email to me
https://uconnstamfordslp.blogspot.com/p/nlp-example-explained.html
Replace the name Guido van Rossum with your name in all places it is used
E,g,
text = "Guido van Rossum is great!"
text = "John Iacovacci is great!"
Classroom blog: googleclouduconn.blogspot.com
4/18/2022, 8:08 PM
Assignment #11 Due 4/29
Send the output from the 4 programs from the codelab NLP in an email to me
https://uconnstamfordslp.blogspot.com/p/nlp-example-explained.html
Replace the name Guido van Rossum with your name in all places it is used
E,g,
text = "Guido van Rossum is great!"
text = "John Iacovacci is great!"
Wednesday, April 13, 2022
Final Exam 5/2/2022, Monday 6:00PM - 8:00PM, 4/13/2022, 9:55 AM, English, 4/13/2022, 9:55 AM
Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com
4/13/2022, 9:55 AM
Final Exam 5/2/2022, Monday 6:00PM - 8:00PM
DWTN 305G
Classroom blog: googleclouduconn.blogspot.com
4/13/2022, 9:55 AM
Final Exam 5/2/2022, Monday 6:00PM - 8:00PM
DWTN 305G
Tuesday, April 12, 2022
Assignment #10 due 4/22, 4/12/2022, 10:54 PM, English, 4/12/2022, 10:54 PM
Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com
4/12/2022, 10:54 PM
Assignment #10 due 4/22
https://uconnstamfordslp.blogspot.com/p/vision-example-explained.html
Please install python 3 to your cloud shell.
Build 4 python programs that will use Google Vision API to scan 4
separate images.
Note face_detect is for extra credit if you can recode to work on your
own image.(don't ask me, do it yourself if you can)
Note: need to use your own images and store them on your Google Storage Bucket
Download images from internet and store on your cloud storage bucket
image_uri = 'gs://cloud-samples-data/vision/using_curl/shanghai.jpeg'
image_uri = 'gs://dollarsforstuff/shanghai.jpg'
Send me the output from each run of the function in an email
Classroom blog: googleclouduconn.blogspot.com
4/12/2022, 10:54 PM
Assignment #10 due 4/22
https://uconnstamfordslp.blogspot.com/p/vision-example-explained.html
Please install python 3 to your cloud shell.
Build 4 python programs that will use Google Vision API to scan 4
separate images.
Note face_detect is for extra credit if you can recode to work on your
own image.(don't ask me, do it yourself if you can)
Note: need to use your own images and store them on your Google Storage Bucket
Download images from internet and store on your cloud storage bucket
image_uri = 'gs://cloud-samples-data/vision/using_curl/shanghai.jpeg'
image_uri = 'gs://dollarsforstuff/shanghai.jpg'
Send me the output from each run of the function in an email
Monday, April 11, 2022
UCONN Stamford career center, 4/11/2022, 7:35 PM, English, 4/11/2022, 7:35 PM
Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com
4/11/2022, 7:35 PM
UCONN Stamford career center
https://career.uconn.edu/stamford/
Classroom blog: googleclouduconn.blogspot.com
4/11/2022, 7:35 PM
UCONN Stamford career center
https://career.uconn.edu/stamford/
Wednesday, April 6, 2022
Assignment #9 due 4/15/22, 4/6/2022, 4:57 PM, English, 4/6/2022, 4:57 PM
Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com
4/6/2022, 4:57 PM
Assignment #9 due 4/15/22
Please use a new project separate from your original app engine projects.
https://uconnstamfordslp.blogspot.com/p/user-authentication.html
Create an app engine process designed around example 3
Change the index.html file to incorporate your name
E.g. <h1>John Iacovacci says Hello Verified User</h1>
Add my email address as a user john.iacovacci1@gmail with the proper role
Send me via email your app engine link
Classroom blog: googleclouduconn.blogspot.com
4/6/2022, 4:57 PM
Assignment #9 due 4/15/22
Please use a new project separate from your original app engine projects.
https://uconnstamfordslp.blogspot.com/p/user-authentication.html
Create an app engine process designed around example 3
Change the index.html file to incorporate your name
E.g. <h1>John Iacovacci says Hello Verified User</h1>
Add my email address as a user john.iacovacci1@gmail with the proper role
Send me via email your app engine link
Subscribe to:
Posts (Atom)
Disable Billing
Search for Billing Manage billing accounts Go to MYPROJECTS CLICK ON THE 3 BUTTON Actions Then hit disable
-
Create a web site with main page of index.html and 2 other linked original content html pages At least 2 links to public web pages you di...
-
Assignment # 6 due 10/18/24 https://uconnstamfordslp.blogspot.com/p/assignment-exercise-python-datastore.html Recreate the app engine pr...
-
Your assigned language is: English Classroom blog: googleclouduconn.blogspot.com 8/31/2021, 8:08 PM Assignment 1 due 9/9/21 https...