Lab Assignment 1 - nikky4222/BigDataSpring2017 GitHub Wiki
Software Architecture typically refers to the bigger structures of a software system, and it deals with how multiple software processes cooperate to carry out their tasks. Software Design refers to the smaller structures and it deals with the internal design of a single software process.
Chimpanzees need to be monitored to know their daily activities.An architecture diagram has been designed with different layers.Data layer consist of capturing images,videos,movement,position of the animals.In the data access layer Facerecognition,feature recognition,GPS recognition,Image segmentation are used to extract the required features from the imagesand videos.In the Data Set layer,training data,testing data set are trained which is fed to the modelling algorithm like RNNBased on the result and performance,if the required results are obtained an app is released and based on the feedback test cases are designed.If the required output isn't obtained changes are made to the algorithm.

A workflow diagram for the chimpanzee monitoring problem have been designed below.

Create ZenHub Tool Account. Create a board, 3 iterations, at least 5 tasks and show the analytics graph.
- Each Milestone is created with Start Date and End Date.
- Under each Milestone 5 tasks are created.
- Each task is assigned to its respective pipelines such as New Issue, Icebox, Backlog, In-Progress, Review, Done and Closed.
- Also each task is given a Story Point i.e. an estimate which is used measure the effort required to implement tasks.
- For each milestone burndown chart is generated which represents the work that is left verses time based on number of issues and its Story Points.