Objectives: Perform form validation

  

Objectives: Perform form validation
Manipulate form fields
Requirements: Download orderform.html for this lesson.
Add a link to the jQuery library and the external JavaScript file to the html page.
Put the cursor in the username field
Add validation to the form fields whenever the user moves off the form field as follows:
Name – required – non-blank
Email – required, valid email address (use regex)
Address & City, Shipping Address & city – required – non-blank
Zip code, Shipping zip code – required, numeric, 5 characters
If an error is found, display an appropriate error message in the associated span error tag beside the field.
If no error is found, set the text of the error field to nothing (to remove any previously displayed error messages).
When the user changes the Copy address checkbox:
If the checkbox is checked, copy the billing address, city and zip to the corresponding shipping fields
Add an entry to the state dropdown list as selected with the state from the billing state dropdown list.
When the user moves off of a quantity control (class =”qty”):
Initialize an ordertotal to 0
For each quantity:
get the quantity value entered. If it is not numeric, change it to 0
get id to use to identify the associated price and total
get the price text by using the id “price” + the index value
multiply price times quantity to get a total
Put the total in the table cell with id “total”+index
Add the total to the ordertotal
Place the order total in the subtotal cell.
If ship state is “TX”, calculate tax of .08 times the total and put in the tax cell. Use 0 for all other states.
Add tax to ordertotal.
Calculate shipping based on the shipping state and place it in the shipping cell.:
“TX”: $5.00
“CA” & “NY”: $20
all others: $10
Add shipping to the ordertotal
Display the ordertotal in the Grand Total cell.
When the form is submitted, revalidate all the fields. If the data is not valid, cancel submission of the form.

Intro to data mining

Discussion: 

Outline the key principles of data quality — what data quality is and why you should care about it. Should data quality get more attention than the quantity of data collected or vise versa? 

1. State your position (Agree or Disagree) and discuss THREE (3) reasons with scholarly peer-review justification for your position

BEHS 380 6981 End of Life

 Hide Assignment InformationTurnitin®Turnitin® enabledThis assignment will be submitted to Turnitin®.Instructions

Due at the end of Week 3.

IMPORTANT: Your bibliography topic must be approved (by me) before you can carry out your project.

Using the UMUC library databases, you will be expected to compile a bibliography of at least 10 citations on a faculty approved topic that relates to end of life issues. Follow the direction in your syllabus.

The bibliography must be formatted using APA (American Psychological Association) style.

Grading Rubric for Bibliography Assignment:

10 Citations

2 points each

·         Correct APA format

·         Scholarly, peer-reviewed source

.5 points each

·         Mostly correct APA format – only minor errors

·         Scholarly, peer-reviewed source

0 points each

·         Incorrect APA format

·         Inappropriate source

Total possible points for citations: 20 points 

Due DateJul 5, 2022 11:59 PMHide Rubrics

Rubric Name: Bibliography

Print Rubric

CriteriaMeets Expectations2 pointsLevel 11 pointDoes not Meet Expectations0 pointsCriterion ScoreReference 1

Correct APA format
·         Scholarly, peer-reviewed source
·         Mostly correct APA format – only minor errors
·         Scholarly, peer-reviewed source

Mostly correct APA format, only minor errors

Scholarly, peer-reviewed source

Inappropriate source

Score of Reference 1,/ 2Reference 2Score of Reference 2,/ 2Reference 3Score of Reference 3,/ 2Reference 4Score of Reference 4,/ 2Reference 5Score of Reference 5,/ 2Reference 6Score of Reference 6,/ 2Reference 7Score of Reference 7,/ 2Reference 8Score of Reference 8,/ 2Reference 9Score of Reference 9,/ 2Reference 10Score of Reference 10,/ 2TotalScore of Bibliography,/ 20 

Multi class classification using RNN(with LSTM) and BERT neural networks (Python to be used for development)

Requirement ( use PYTHON as development language in Jupyter Notebook)

——————–

1. Use the attached dataset to build RNN(with LSTM) and BERT models to classify text into three classes(Left, right, center)

2. Explanation about the choices made while developing the models

3. Metrics for RNN and BERT models. Must include AUC and ROC curves diagrams and any other additional metrics diagrams 

Data Explanation

————————-

text – Data to be classified

type – Target class 

create an array list using the knowledge you have of how to build a doubly linked list(Array list is DDL based). Use provided files in addition to your files from previous work.

*UPDATE ASSIGNMENT ; Posted yesterday, but assignment due date is extended* 

*DUE DATE: APRIL 13th, 2021 @ 10:00PM EST**

      Your arraylist should be named AList.java      

      The arraylist will be tested with an object called Person (see attached) and integers.       

      The txt files show expected output with unaltered list testers.      

Assignment

 The final portfolio project is a three-part activity. You will respond to three separate prompts but prepare your paper as one research paper. Be sure to include at least one UC library source per prompt, in addition to your textbook (which means you’ll have at least 4 sources cited). Start your paper with an introductory paragraph.

Prompt 1 “Blockchain” (2-3 pages): Explain the major components of a blockchain. Be sure to include how blockchain is affecting the global economy and how you see it growing in the future. 

Prompt 2 “Big Data” (1-2 pages): Describe your understanding of big data and give an example of how you’ve seen big data used either personally or professionally. In your view, what demands is big data placing on organizations and data management technology?  How does big data affect a global economy?

Prompt 3 “Government and Policies” (1-2 pages):  Discuss the role government plays in a global economy.  Also, look at what policies are currently in place and then discuss what policies should be put in place…Conclude your paper with a detailed conclusion section. The paper needs to be approximately six to eight pages long, including both a title page and a references page (for a total of eight to ten pages). Be sure to use proper APA formatting and citations to avoid plagiarism.Your paper should meet these requirements: 

  • Be approximately six to eight pages in length, not including the required cover page and reference page.
  • Follow APA 7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
  • Support your answers with the readings from the course and at least two scholarly journal articles to support your positions, claims, and observations, in addition to your weekly class learning materials. The UC Library is a great place to find resources.
  • Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.

Outbreak prediction of COVID-19(Project)

I have a project about Outbreak prediction it is a machine learning subject where I have to Predict the Outbreak of COVID-19 using machine learning. In the above files i’m attaching kaggle dataset to train the model.

So I’m looking for Data Collection part & Training the model part.

Kaggle dataset link:- https://www.kaggle.com/antgoldbloom/covid19-data-from-john-hopkins-university/code

HW: Is Your Article a Research Article? (with APA 7 Cover/Title Page & References Page)

Assignment Content

  1. STOP!  Have you watched the two, past assigned, short videos on APA 7 Title Page and References Page? If not, you must do that first, because this submission requires both. 

    In class today, you were asked to find your first research article that explores your approved research question. (DO NOT ATTEMPT THIS ASSIGNMENT UNLESS YOU HAVE COMPLETED THE PREVIOUS ASSIGNMENT and gained approval: Brainstorming and Research Question.)

    For this assignment, I want you to create a single, APA 7-compliant, Word document. To earn full credit, you must do the following:

    • Page 1 = 20 pts: Proper APA 7 Title Page (watch the video and see p. 31 in the Foundations text to help you create a perfect title page)
    • Page 2 = 60 pts (breakdown below): Simply answer the following questions
    • (1) What is your approved research question from the Brainstorming Research Question HW assignment? (5 pts) 
    • (2) What is the title of the research article you found? (5 pts)
    • (3) Does the article contain the methodology the researchers used to conduct the study/research? To get full credit, you must (a) name the methodology, (b) cut and paste the paragraph from the article that details the methodology, AND (c) highlight indicator words(30 pts)
    • (4) Does the article contain findings or results of the research? To get full credit, you must (a) cut and paste excerpts from the article that detail the findings (go to Discussion section or at times Conclusion), AND (b) highlight specific words that detail the findings(20 pts)
    • Page 3 = 20 pts: Create a proper APA 7 References Page with your ONE research article (refer to the video and see pp. 33-34 for the FORMAT you must use to create your reference and p. 32 for a perfect sample of what a References Page looks like.)