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
Monday, April 25, 2022
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
Sunday, March 27, 2022
Assignment #8 Due 4/8/22, 3/27/2022, 7:13 PM, English, 3/27/2022, 7:13 PM
Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com
3/27/2022, 7:13 PM
Assignment #8 Due 4/8/22
Create a text file called mydata.txt that consist of the lesson 1
shell script exercise using standard output redirection
Leveraging Assignment 1
https://uconnstamfordslp.blogspot.com/2021/08/assignment-1-due-9921-8312021-808-pm.html
Create a linux shell program to state name, major, what you want to do
and high school, favorite subject growing up, what i am passionate about
john_iacovacci1@cloudshell:~/scripts (uconn-engr)$ ./my_profile2
Hello my name is John Iacovacci
Email to john.iacovacci1@gmail.com
Redirect the data to a text file called mydata.txt using link below
https://uconnstamfordslp.blogspot.com/p/encrypt-and-decrypt-data-with-cloud-kms.html
Encrypt the file and email me both the mydata.txt file and the mydata.txt.enc
Classroom blog: googleclouduconn.blogspot.com
3/27/2022, 7:13 PM
Assignment #8 Due 4/8/22
Create a text file called mydata.txt that consist of the lesson 1
shell script exercise using standard output redirection
Leveraging Assignment 1
https://uconnstamfordslp.blogspot.com/2021/08/assignment-1-due-9921-8312021-808-pm.html
Create a linux shell program to state name, major, what you want to do
and high school, favorite subject growing up, what i am passionate about
john_iacovacci1@cloudshell:~/scripts (uconn-engr)$ ./my_profile2
Hello my name is John Iacovacci
Email to john.iacovacci1@gmail.com
Redirect the data to a text file called mydata.txt using link below
https://uconnstamfordslp.blogspot.com/p/encrypt-and-decrypt-data-with-cloud-kms.html
Encrypt the file and email me both the mydata.txt file and the mydata.txt.enc
Subscribe to:
Posts (Atom)
Assignment 10 due before grading
Pick any stock and send me the linear regression chart for that stock. https://uconnstamfordslp.blogspot.com/p/machine-learning-exercise.h...
-
Assignment #2 due Friday 2/7/25 Create a web site with main page of index.html and 2 other linked original content html pages At least 2...
-
https://uconnstamfordslp.blogspot.com/p/linux-explained.html Create a linux shell program to state Name Major Graduation Year What you want ...
-
https://uconnstamfordslp.blogspot.com/p/assignment-exercise-python-datastore.html Recreate the app engine project above and send me a wor...