dis_biwk2

 Discuss the process that generates the power of AI and discuss the differences between machine learning and deep learning. 

BI Week 15 Assignment

Complete the following assignment in one MS word document:

Chapter 13- discussion question #1-4 & exercise 3 & 4 & 6

When submitting work, be sure to include an APA cover page and include at least two APA formatted eferences (and APA in-text citations) to support the work this week. All work must be original (not copied from any source).

Discussion 1. Compare the IoT with regular Internet.

Discussion 2. Discuss the potential impact of autonomous vehicles on our lives.

Discussion 3. Why must a truly smart home have a bot?

Discussion 4. Why is the IoT considered a disruptive technology?

Exercise 3. AT&T is active in smart city projects. Investigate their activities (solutions). Write a summary.

Exercise 4. It is said that the IoT will enable new customer service and B2B interactions. Explain how.

Exercise 6. Find information about Sophia, a robot from Hanson Robotics. Summarize her capabilities.

Cryptography Reflection

Assignment:

Provide  a reflection of at least 500 words (or 2 pages double spaced) of how  the knowledge, skills, or theories of cryptography course have been applied, or  could be applied, in a practical manner to your current work  environment. If you are not currently working, share times when you have  or could observe these theories and knowledge could be applied to an  employment opportunity in your field of study.

Requirements:

· Provide a 500 word (or 2 pages double spaced) minimum reflection.

·  Use of proper APA formatting and citations. If supporting evidence from  outside resources is used those must be properly cited.

· Share a personal connection that identifies specific knowledge and theories from this course.

·  Demonstrate a connection to your current work environment. If you are  not employed, demonstrate a connection to your desired work environment.

·  . The assignment asks that you reflect how the knowledge and skills obtained through meeting cryptography course objectives were applied or could be applied in the workplace.

plagiarism report must

BI-14

 Discuss the current business process in a specific industry. 

Note the following:

-The current business process itself.
-The industry the business process is utilized in.
After explaining the current situation, take the current learning from the course and:
Explain a new technology that the business should deploy. 

Be specific, don’t only note the type of technology but the specific instance of technology.  (For example, a type of technology is smart automation a specific type of automation is automated light-dimming technology).

Note the pros and cons of the technology selected.

Note various factors the business should consider prior to deploying the new technology.

The above submission should be three pages in length.  Remember the total length does not include the APA approved cover page or the references.  There should be at least three APA approved references to support your work

Great Day Fitness Tracking Final Plan

 

Assignment Content

  1. During your last week working with Great Day Fitness Tracking, you will create a 9- to 12-page final plan in Microsoft® Word.

    Your final plan should:

    • Explain the relationship between processes and information systems, including a flowchart and a discussion of security ethical concerns. (Week 1)
    • Describe the plan to select the appropriate hardware and software and the different approaches for managing data. (Week 2)
    • Explain the benefits of using transaction processing systems, customer relationship systems, and supply chain management. (Week 2)
    • Describe the potential benefits of using business intelligence. (Week 3)
    • Describe the information systems plan and potential methodologies. (Week 4)
    • Describe the used utility and cloud computing services and how these services might replace or augment the initial system design. (Week 6)
    • Describe a high-level, 3-year strategic plan for your information solution. (Week 6)
    • Note: You may include graphs, tables, and diagrams in addition to your summaries for each week’s content.

      Submit your assignment.

Discussin week 7

Initial Post

“Why do we need to understand data visualisations? There is more and more data around us, and data are increasingly used in decision-making, journalism, and to make sense of the world. One of the main ways that people get access to data is through visualisations, but lots of people feel like they don’t have the skills and knowledge to make sense of visualisations. This can mean that some people feel left out of conversations about data.” – http://seeingdata.org/developing-visualisation-literacy/

Please conduct the following activity located at the following address:

http://seeingdata.org/developing-visualisation-literacy/rate-these-visualisations/

Tell us what you think of the visualisations that we used in our focus group research. Instructions below!

What to do

  1. Look at the visualisations by clicking on the images below. You can choose to open the visualisation in a NEW tab or window (we recommend this) or view it in a pop-up window if you prefer to stay on this page. Some are interactive (i) and some are static (s).
  2. Place the images on the grid. When you’ve looked at one, go to the grid and position the image according to whether you liked or didn’t like and learned or didn’t learn something from the visualisation (‘learning something’ could also mean confirming something you already knew). Only place the visualisations that you have looked at onto the grid. Click SUBMIT.
  3. Compare your views with others. You can compare your responses to the visualisations with those of others, by clicking COMPARE.

Choose three of your favorite visualisations. Post a 3 – 5 sentence summary of why you chose the visualisations. What caught your attention? Were they effective in presenting the provided data? If possible, explain how you would you do to improve the visualization?

Reply Post

When replying to a classmate, offer your opinion on what they posted and the visualisations they chose. Using at least 3 – 5 sentences explain what you agree or disagreed with their evaluation of the visualisations.

Algorithm analysis

 

We  have n stations along a river, numbered 1 to n in the direction of the  current. You can rent a boat at any station i, go down the river to a  station k> i, return the boat and pay a fee c (i, k) for the tour. It  is possible that c (i, k) is greater than c (i, j) + c (j, k), with j  being an intermediate station between i and k. In this case, it is  cheaper to rent a boat from i to j and then another from j to k. Give an  efficient algorithm that calculates the minimum cost of a trip from 1  to n. Depending on n, how long does your algorithm consume?

computer science

 

using C++ program

Purpose: using 2-dimensional Array and template functions to Add, subtract and multiply two matrices.

Requirements:

      Note: all functions must be written with template format

  1. Write one function for header

Header looks like:

Matrix operation:

Select A/a to add two matrices

Select S/s to subtract two matrices

Select M/m to multiply two matrices

Select T/t to select all types

  1. Write a function to ask the user for number of rows and columns for matrix A and/or matrix B
  2. Write a function to read data into an Array for matrix A
  3. Write a function to read data in an Array of matrix B
  4. Write a function to add two matrices
  5. Write a function to subtract to matrices
  6. Write a function to multiply two matrices ( use the one provided for you)
  7. In main () provide a switch and case statements to call those functions.

          The project is for a 2 dimensional and 3 X 3 data