Conclusion

A brief review is given for application of machine learning in agricultural sector. Also, a case study for detecting various tomato leaf diseases using several machine learning algorithms is presented. As a single case the efficacy of deep learning for detecting the diseases along with comparative results has been shown. So, this chapter may help the… Continue reading Conclusion

Softmax

It is a popular activation function as observed from literature. In softmax activation function the exponential of the input signal are considered. Further, the sum of all these values are computed. Next to it the ratio of the exponential to sum of exponential are evaluated as the output function. The advantage of this function is… Continue reading Softmax

Random forests

Random forest is a type of classifier which is the combination of multiple classifiers. It works by ensemble learning procedure, and multiple learning mechanisms are used for solving a particular problem. Here, in this method a number of assumptions are constructed and by combining them the problem is solved. Let us consider θm is a random… Continue reading Random forests

Support vector machine

Among all, neural network–based SVM is one of the most powerful and efficient feed-forward neural networks used for classification and regression problem. It can be used for both linear and nonlinear data classification. It is basically a binary classifier where a nonlinear mapping is considered for transforming the original training data into a higher dimension.… Continue reading Support vector machine

Neural network

An artificial neural network (ANN) is a generalized mathematical model which is based on biological nervous systems. The fundamental elements of neural networks are artificial neurons. Input, output and hidden are three basic layers of a simple neural network as presented in Figure 13.7. In feed-forward networks, the data flows from input to output units, firmly… Continue reading Neural network