Closed skymanaditya1 closed 9 years ago
Implementation of the Python Neural networks will involve the calculating of the sigmoidal function. The sigmoidal function will be calculated for the given feature matrix and the weight matrix. The feature matrix and the weight matrix are represented using the theta notation and the X notation. Also an image representing the sample of neural networks also has to be implemented.
Implementation of Neural Network using Forward Propagation and Back Propagation. The Neural Network can be implemented as follows: Back propagation algorithm can be implemented as follows:
Implement the python neural network for calculating the emission probabilities of the states in the Hidden Markov Model. The current implementation of the emission probability of the Hmm is using the Gaussian Mixture Model (GMM). This has to be changed to the neural networks to obtain better probabilities and also improve the accuracy of classification.