knowledge.thecloudship.comHandwritten Digit classification full analysis of network Architecture(Le-Net-1)Before understanding of handwritten digit classification, first see the application of this problem. Application of Handwritten Digit classification Recognize number plates of vehicles. Process numeric entries in the forms filled up by hand. Process...Dec 9, 2019
knowledge.thecloudship.comConfusion Matrix | MLConfusion Matrix: is a table that is used describe the performance of classification model. For example our classification model made 100 prediction on whether person has a disease or not. Out of 100 prediction, model predicted 70 times yes and 30 t...Dec 2, 2019
knowledge.thecloudship.comPython for AI | Data SciencePython is developed by Guido van Rossum. It is very powerful object oriented programming language. The syntax of python is very simple. Let’s Learn the basic construct of python programming language: Variable A variable is a reserved memory location ...Nov 27, 2019
knowledge.thecloudship.comNLP (Natural Language Processing)Textual Data that is being generated by speaking, tweeting, and messaging is huge but problem with this is that it is high unstructured. For example when we chat with our friend we use some local word which don’t have proper meaning in dictionary. We...Nov 16, 2019
knowledge.thecloudship.comWhat is Git, How it works and few basic commandsWhat exactly git is? Git is a free and open source distributed version control system and now you will ask what is version control system?. It is a system which records changes that is made in a file or set of files over time so that you can recall s...Nov 11, 2019