Assignment #2 due 2/1/24
HTML
CSS
Web Assignment First select Cloud Storage then Buckets Next hit +CREATE BUCKET Select a unique name for the bucket Select Region for wh... uconnstamfordslp.blogspot.com |
Web Assignment First select Cloud Storage then Buckets Next hit +CREATE BUCKET Select a unique name for the bucket Select Region for wh... uconnstamfordslp.blogspot.com |
https://uconnstamfordslp.blogspot.com/p/linux-explained.html
Create a linux shell program to state
Name
Major
Graduation Year
What you want to do?
High school you went to?
Town you live in
Favorite subject growing up?
What i am passionate about?
What company or organization would you like to for for?
Send both code and output via email
List all lines of code
Program
#!/bin/bash
# My First scripts
echo "Enter your full name : "
read my_name
echo "Enter your major : "
read my_major
echo "Enter the year you will graduate : "
read my_graduation
echo "My Name is : " $my_name
echo "My major is : " $my_major
echo "I will graduate in the year : " $my_graduation
Output
output
john_iacovacci1@cloudshell:~/scripts (uconn-engr)$ ./my_profile
Enter your full name :
John Iacovacci
Enter your major :
Computer Science
Enter the year you will graduate :
2026
My Name is : John Iacovacci
My major is : Computer Science
I will graduate in the year : 2026
Assignment # 12 Due 12/14/23
Using the Natural Language API with Python Codelab NLP Welcome to Cloud Shell! Type "help" to get started. Your Cloud Platform project in ... uconnstamfordslp.blogspot.com |
text = """Artificial intelligence may be one of the biggest technological leaps in history. It is poised to unlock new business models, transform industries, reshape people’s jobs, and boost economic productivity. Goldman Sachs is uniquely positioned to understand this fast-moving revolution. With our research across markets as well as our work with clients, we aim to provide meaningful analysis of this radical change and its implications for investors, companies, and the global economy."""
results
In [16]: show_text_sentiment(analyze_sentiment_response)
https://uconnstamfordslp.blogspot.com/p/vision-example-explained.html
Vision Example Explained Codelab Vision API Start Cloud Shell While Google Cloud can be operated remotely from your laptop, in this codela... uconnstamfordslp.blogspot.com |
Vision API codelab Using the Vision API with Python About this codelab subject Last updated Apr 4, 2023 account_circle Written by multiple G... uconnstamfordslp.blogspot.com |
Pick any stock and send me the linear regression chart for that stock. https://uconnstamfordslp.blogspot.com/p/machine-learning-exercise.h...