A message from Temple MIS faculty and staff to the Class of 2020.
Search Results for: --------
MIS2502: Data Analytics Extra Credit Assignment
- Overview and Purpose:
Research a current topic on Data Analytics that we have not covered extensively in class. You will create a write-up, and the purpose of this assignment is to give you an outlet to display your ability to understand and describe an aspect of data analytics to your current and future employers.
Possible topics:
- Big data
- Distributed data technologies (i.e., Hadoop)
- Natural Language Processing
- Text mining and sentiment analysis
- Virtual data cubes and/or in-memory analytics
- The Internet of Things (IoT)
- Cloud-based analytics/Cloud computing
- NoSQL databases
- Deep learning
- Artificial Intelligence
- Social network analysis/analytics
Content:
Your write-up should be between 300 and 400 words, not including references.
You should cover the following points in your writeup:
- A brief overview of the topic (i.e., what is it and why is it important).
- How the topic relates to the material we have covered in MIS2502. How does it build on the concepts covered in the course? What are the related topics in MIS2502?
- An example that describes how this tool or technique has been applied in practice.
- Citation Guidelines: If you use materials (text, figures, data, etc.) in the write-up that was created by others, you must identify the source and clearly differentiate your work from the materials that you are referencing. Failure to do so will be considered plagiarizing. There are many different acceptable formats that you can use to cite the work of others. The format is not as important as the intent. You must clearly show the reader what is your work and what is a reference to someone else’s work.
Response:
Big data and new data collection and analysis techniques are providing unique insights for people, businesses, and governments across the world. Data professionals in all fields are working tirelessly on finding the tech world’s next big breakthrough. Recently, insurance companies have begun to use telematics devices for more advanced and detailed data collection.
A telematics device is a data collection device, usually provided by your insurer, which transmits certain data to your insurance provider for advanced analysis on your driving behavior. By implementing these devices, insurers are better able to assess the risk tolerance and expected loss for insuring a particular driver. One of the driving principles of insurance is uncertainty. Customers and insurers alike are uncertain about the amount of losses they may occur. Collecting more advanced data such as average speed, acceleration rates, total driving time, and other metrics allows insurers to perform complex data analysis, pool similar drivers together, and more accurately calculate fair premium rates for their customers. Telematic devices can be advantageous for consumers as well. These devices, if used effectively, can lower insurance premiums and encourage drivers to take fewer risks or avoid risky behavior in general when driving. Furthermore, insurers may even be able to create new risk pools with lower overall premiums for high performing, telematic-using customers.
MIS 2502 explores the major principles and processes of data analytics through exploring traditional data analysis (SQL, NoSQL, MongoDB, Tableau, etc.) and data mining (Decision Trees, Clustering, and Association Rule). Some of these techniques would surely be used to help determine the premium rate set by insurers using telematic devices. Data analysts would use some sort of querying language to pull out the data they would like to use to run an analysis. Then they would transfer it into a digestible format for the analytical data store. Once stored, they extract the data and run some sort of mining analysis. In this case, analysts could use decision trees to determine if drivers will or will not exceed the loss amount that would be covered by their current premium. If they determine a driver will not exceed projected losses, the insurance company may then be more confident in lowering the premium rates for their customer.
COVID-19
Green Cloud Computing
Research
The goals of the project were to demonstrate our knowledge from MIS3406 Cloud Architecture and how that knowledge is applicable to other aspects of cloud computing.
Enterprise IT Pro Point Assignment
Edge Computing and CLoud Security
Enterprise IT Architecture PRO Points Assignment
Movie Database API
Recommendation:
The API found at http://www.omdbapi.com/ could be used as an entertainment tool for people who love watching movies and want to read up on key details regarding a specific movie that they may want to watch. A user who wants to see a movie currently showing in theaters would most likely want to learn more about it before they pay for their ticket or pay for a rental, this is where this API comes in handy. The most important information a user would want to know regarding a movie is provided by this API all in one place just by searching the movie title. This API simplifies existing sites like IMDB and Rotten Tomatoes and permits for speedy searches, saving the user time and money while viewing only the most essential information.
Proof-of-Concept:
http://misdemo.temple.edu/tuj40000/pro_point_demo/
MIS2402 PRO points project
The goal of this class project was to display our understanding of API usage with the tools we have learned in class. The result was a web page that pulled a random picture of a cat from a free API that I found online. The project can be found in the class server (http://misdemo.temple.edu/tuk11829/cat_api/). I learned how to find an API and use its content to display an image, this can be applied to infinite situations since APIs are extremely important to MIS. Using click events, $.getJSON, and numerous other bits of code I was able to pull together and compile a page that did the desired task. APIs are all over the place and have been used to make life easier for almost everything that is found on the internet.
