Monday, February 24, 2020

Shipmaster Business Assignment Example | Topics and Well Written Essays - 2000 words

Shipmaster Business - Assignment Example The rules are as follows (Giaschi, C2007); Dealing with letter (a), before the voyage began, the ship must be seaworthy meaning all systems including little details before the ship would have its voyage must be looked upon and be resolved in case of malfunctions and similar problems in order to ensure that the cargo ship including the goods that it transports are safe during the time of voyage as well as to comply with the expected time of arrival of the ship. In the case of the carrier ship, there are instances that the voyage master has to deviate from the planned route in order to respond from mayday due to malfunctioning of several parts particularly with the steering failure issue as the problem was addressed to the company but during those instances, the company failed to compensate the needs in which the cargo ship perhaps opted to have its voyage due to the fact that there are a lot of goods that are in need to be transported and this leads into voyage of the ship neglecting the standards that are prescribed by the said rule. If we are to further fathom the said premise, we might conclude that the ship opt to have its voyage due to the fact that there are a lot of cargo that are to be transported and time constraint is the main reason why the voyage pursue, in this case, the company has the liability on the issue of that the goods doesn't arrive on time due to re-routing as the voyage master has to declare mayday due to the malfun ctioning of the ship. In the case of the contaminated rice due to the presence of rodents on sacks which was later brought to the holds and later contaminated the goods stored in that particular case, the company has its right to invoke its exemptions on the liability on the basis stated in article II of the law. Amissah 1993, re-stated the rule under the said article as "Subject to the provisions of Article VI, under every contract of carriage of goods by sea the carrier, in relation to the loading, handling, stowage, carriage, custody, care and discharge of such goods, shall be subject to the responsibilities and liabilities and entitled to the rights and immunities hereinafter set forth." Shipmaster Business 3 Looking into the elements on the said article, in the loading stage, the person in charge in the said stage which is the second mate in which several goods has to be scanned before being boarded into the ship in order for the higher authorities in the ship to decide as to whether the goods has to be loaded or not. The second mate, have done his job relaying the sightings of the rodent in the containers containing the goods which would subsequently be a major source of contamination with other goods that are loaded within the same storage room. In relation to the fourth article in which the premises are stated much clearer than the second premise, it is stated in section 1 that (www.jus.uio.no 2007), "Neither the carrier nor the ship shall be liable for loss or damage arising or resulting

Saturday, February 8, 2020

Pattern Recognition Using Neural Network Essay Example | Topics and Well Written Essays - 3000 words

Pattern Recognition Using Neural Network - Essay Example Pattern Recognition or Optical Character Recognition (OCR) is a pipelined process consisting of several stages in proper sequence. They are shown in figure 2. Each character is represented as a combination of pixels. All pixels together make a huge feature vector. Total number of pixels is equal to wh where w is the number of pixel in width side and h is the pixels present in height. Figure 3 depicts the way pixel forms one particular character. xi is the fraction of ink in pixel i. Classifier must be adaptive (generalize) in nature so that it can be able to recognize patterns encountering first time. A typical character image is 6464 pixels large and for each such pixel 256 grey values are required making feature space large. For training a recognizer hence, requires huge amount of data to fill this vast space. In order to reduce the dimension space Principal Component Analysis is mostly used which transforms into lower dimension space (Yeung & Ruzzu, 2001). OCR also should make a distinguishing between 'O' and '6'. Figure 4 shows one case example. If t/b comes smaller that means letter is 'O' otherwise '6'. A good algorithm must define the tolerance level (T) adequately. Other examples of such cases are letter 'q' and digit '9'. There are various algorithm or computer processes available for pattern recognition. One such example is Brian Sanderson's Pattern Recognition (PR) Algorithm. Every patter is identified according to three systems of notation:333 Conway Thurston Notation. P3 The International Union of Crystallography notation. S333 The Montesinos Notation First identify the maximum rotation number whether it is 1, 2, 3, 4 or 6. Then check any mirror is present or not (m). Is there any indecomposable glide reflection (g) And finally whether there is any rotation axis on the mirror present or not. Other than this Genetic Algorithm also works as PR. Selection of patterns play an important role in PR process as it determines the accuracy of algorithm, its learning time, and the necessary number of samples. Best selection of feature plays important role at the time developing classifiers. The problem comes out more difficult when number of features become very large. Genetic Algorithm (GA) gives better result in that. As they are effective in rapid global search of large, nonlinear and sparsely spaced points, GA is applied for feature recognition problem. It combines different optimization problem into a single formulation problem (Morita). Most effective approach today for OCR is Neural Network based recognition. Neural Network: An Overview A Neural network is a massively parallel distributed processor made up of simple processing units, which has a natural propensity for storing experimental knowledge and making it available for use. It resembles the brain