Be able to apply knowledge and theory gained in their courses of study within current workplace or in their future employment. Be able demonstrate the application of theory to workplace in written form. Be able to identify the benefits of incorporating real-world experience into an academic program.
I want a Research Proposal and Poster presentation on a question in Data analytics
Hi I want a well structured and relevant Research Question or Hypothesis in Data analytics. It should be focused on a single problem or issue.
Your poster should include:
- Researchers Name and Contact (5 Marks)
- Research Question or Hypothesis (10 Marks)
- An introduction to your Research (10 Marks)
- An overview or literature review (10 Marks)
- Proposed Methodology/Research Plan (20 Marks)
- Future research / Potential Artefact (20 Marks)
- Appropriate referencing, IEEE or Harvard Referencing (5 Marks)
- Correct grammar and spelling (10 Marks)
- Clear formatting and design, including the DBS Logo (10 Marks)
Research Proposal should Include:
- Research and select a problem domain: (15 Marks)
- A well structured and relevant Research Question or Hypothesis
- Choose a research Topic: (15 Marks)
- Focused on a single problem or issue
- Researchable using primary and/or secondary sources
- Feasible to answer within the timeframe and practical constraints
- Specific enough to answer thoroughly
- Complex enough to develop the answer over the space of a paper or thesis
- Relevant to field of study and/or society more broadly
- Develop a literature review: (20 Marks)
- Current
- Relevant
- Authority/Accuracy
- Formulate a Research Plan: (20 Marks)
- Identify an appropriate research methodology
- Future research / Potential Artefact
- Provide and appropriate Bibliography/References: (15 Marks)
- using IEEE or Harvard Referencing in a consistent way
- Appropriately formatted using the agreed format: (15 Marks)
- Correct format
- Correct length
- Correct language and grammar
homework help08
1.
You are the web master of a college website. You share a server with other school departments such as accounting and HR.
Based on this chapter, create at least five security-related rules for staff members who are adding web pages being added to your site. Include a justification and explanation for each rule. Rules should relate to college, staff and student, and system information security.
Write your answer using a WORD document. Do your own work and use your own words.
portfolio
Portfolio Project: Please approach this assignment as a Consultant writing a Business Portfolio on the use of a technology discussed in our book for an industry of your choice; it could be your place of employment. Discuss the industry’s current business processes, and explain how their business processes can be improved by utilizing concepts surrounding analytics, data science, or artificial intelligence. Be specific about the type of technology, for example:
New Technology – Smart Automation
Specific Technology – Light-Dimming Technology
Industry – Energy Saving Industries
Describe the current business situation and how your selected technology can improve their business. Identify the pros and cons of your research paper, in addition to the benefits. Also, identify the various business factors that should be considered before deploying the new technology.
3 full pages content
peer reviewed references
APA 6E
week 3 progress log
Beginning in week one, you should keep track of the time that you spend on the planning, design, and implementation of this project. Every week you will complete the Weekly Work Log and Hands-on Progress Report that you started in Unit 1.
This is a living document.
Each week you will add on to the log that you had saved for the prior week. For example, in Unit 3, you will have Unit 1, Unit 2, and Unit 3 work activities documented.
After completing it for the week, you will submit your work every week.
Discussion
With the advent of ML/AI, what effect do you think this will have on the future of firewalls? What kinds of new implementation techniques do you think will emerge because of ML/AI?
physical security
Discuss an organization’s need for physical security. What methods, approaches, and models can be used by organizations when designing physical security needs? Lastly, explain how these security measures will safeguard the organization.
Please make your post has a min 500-600 words in APA format with 2 references. A substantive post will do at least TWO of the following:
- Ask an interesting, thoughtful question pertaining to the topic
- Answer a question (in detail) posted by another student or the instructor
- Provide extensive additional information on the topic
- Explain, define, or analyze the topic in detail
- Share an applicable personal experience
- Provide an outside source (for example, an article from the UC Library) that applies to the topic, along with additional information about the topic or the source (please cite properly in APA)
- Make an argument concerning the topic.
At least one scholarly source should be used in the initial discussion thread. Be sure to use information from your readings and other sources from the UC Library. Use proper citations and references in your post.
Quiz and Written test
Choose the answer and solving problem
Data Structures & Algorithms Graphs
Assignment 5: Graphs
Family tree’s and genealogy software has become more and more prevalent in recent years. From the name you might expect that a family tree would be easily represented by a tree structure, but that is not the case! A more appropriate data structure to
represent a family tree would be a type of graph. Using the description of the family that accompanies this assignment, you must represent this family using a graph structure. The graph needs to be a weighted graph. The weights will constitute the types of
relationships, I recommend using some kind mapping between numbers and strings to represent the relationships. When adding family members to the graph, this can be done programmatically for the provided family members within the description file.
Additionally, I also want there to be an interface in which a user can create a new family member and add them to the tree. This can be a simple CLI where the user provides a name, gender, and age to create a person. Then another simple CLI where they select
which member of the family they want the original relationship to be with and what kind of relationship it should be. Finally, they can edit the family member using another CLI and selecting the family member they wish to edit, the operation they wish to
perform (edit name, edit age, edit relationship), and then add new relationship between family members which can call a function that you create in order to add the original relationship. Remember the DRY philosophy, where code can be modularized or made
into a function, it should be if you plan on using the logic again.
Finally, I want you to make data assertions within the FamilyTree class that enforce certain “rules” that exist in a typical human family. An example would be a person should not have any kind of relationship to itself (a person can not marry themselves, a person
can not be their own brother, sister, father, mother, etc.). There should be at least 3 data assertions. These should exists as part of the family tree, not as part of the graph.
As a hint, for a successful design: I would recommend using layers of abstraction. Your graph class is the backing structure to the family tree class. Your family tree should implement methods that interface with the graph class, i.e. add_family_member() should
call the constructor to create a node and then call a function within the graph class to add a node to the graph. Then using the relationships function parameter, you can add edges to the graph between the new nodes and the existing nodes. The family tree
should be what enforces what relationships can exist through the data assertions, the graph does not care about what relationships are made between family members. Your functions that the user would interface with would be greatly reduced compared to the
total number of methods within the classes themselves. The user should be able to add, remove, and modify family members and that’s about it. Therefore those should be your function calls.
Submission Goals
(120 pts.) Create a FamilyTree class that will represent a family tree for a given family.
The class should contain several types of relationships that commonly happen within a family (siblings, marriage, offspring, etc.)
(40 pts.) Programmatically add the family members to the graph as described by the accompanying family description file.
(40 pts.) Give data assertions to the FamilyTree class to enforce restrictions for basic family structure (at least 3); i.e A person can not marry themselves.
(40 pts.) Provide a simple CLI the enables users to add, remove, and edit family members.
* Note that there is a total of 240 points on the table here. The assignment is only worth 200 points. You have 40 points of optional goals.
Your
Disc
Complete the “Forensic Designs Assessments” Exercise located at the following link:
Data Representation(http://book.visualisingdata.com/chapter/6)
(1). FORENSIC DESIGN ASSESSMENTS
This task relates to a sequence of assessments that will be repeated across Chapters 6, 7, 8, 9 and 10. Select any example of a visualisation or infographic, maybe your own work or that of others. The task is to undertake a deep, detailed ‘forensic’ like assessment of the design choices made across each of the five layers of the chosen visualisation’s anatomy. In each case your assessment is only concerned with one design layer at a time.
For this task, take a close look at the data representation choices:
- Start by identifying all the charts and their types
- How suitable do you think the chart type choice(s) are to display the data? If they are not, what do you think they should have been?
- Are the marks and, especially, the attributes appropriately assigned and accurately portrayed?
- Go through the set of ‘Influencing factors’ from the latter section of the book’s chapter to help shape your assessment and to possibly inform how you might tackle this design layer differently
- Are there any data values/statistics presented in table/raw form that maybe could have benefited from a more visual representation?