ISIndirakumar Sinblog.quasarcommunity.org·Oct 13, 2022 · 5 min readConvolutional neural networks(CNN)What is CNN? Convolutional neural networks (CNN/ConvNet) are a kind of deep neural network used most frequently to interpret visual data in deep learning. Normally, matrix multiplications come to mind when we think of a neural network, but that is no...00
ISIndirakumar Sinblog.quasarcommunity.org·Sep 21, 2022 · 5 min readNatural language processing (NLP)RECAP Previous blog, We learned about what reinforcement is and the types of approaches it can take. Here, we are going to see a very interesting concept called "NLP". What is NLP The field of computer science known as "natural language processing" (...00
ISIndirakumar Sinblog.quasarcommunity.org·Aug 17, 2022 · 3 min readReinforcement LearningRecap Previous blog, We learned about KNN(K-Nearest Neighbor). KNN is a classification algorithm based on classifying data points by determining similarity among existing data points. Now we are going to learn about self-learning algorithms. Reinfor...00
ISIndirakumar Sinblog.quasarcommunity.org·Aug 10, 2022 · 5 min readK-Nearest Neighbor(KNN) AlgorithmK-Nearest Neighbor Algorithm The k-nearest neighbours (KNN) technique calculates the likelihood that a data point will belong to one group or another based on which group the data points closest to it do. The k-nearest neighbour algorithm is an examp...00
ISIndirakumar Sinblog.quasarcommunity.org·Aug 3, 2022 · 4 min readMachine Learning ModelWhat is a Machine Learning Model? The machine learning model is a sector which can be trained and tested with specific data to recognise the pattern. we can prepare a model with selected datasets to perform a particular task. Our developer datasets w...00