© 2023 Hashnode
#machine-learning
"Machine learning is the science of getting computers to act without being explicitly programmed." Machine Learning has become one of the most important tools in the world of technology. It allows us…
We all know that ML requires a lot of computing speed and even cloud services are required on large scale. This blog covers details about how to integrate ML and run TensorFlow on a microcontroller th…
Hello! We decided to move the blog to: www.mlpills.dev You can subscribe to our newsletter so you don't miss any articles and all the exclusive content we share there! We now also have a Spanish ve…
Machine Learning Project Life cycle Machine Learning (ML) projects follow a specific life cycle, similar to the DevOps cycle, that guides the development and deployment of ML models. The ML project li…
What is Bag-of-Words Model? We need a way to represent text data for the machine learning algorithms, and the bag-of-words model helps us to achieve the task. This model is very understandable and to…
What is lemmatization? Lemmatization: It is the process of the group together the different inflected forms of the word so that they can be analyzed as a single item. It is quite similar to stemming,…
Let's go back in time a little bit. From a non-tech background to a data science enthusiast! We must go back a few years to when I completed my higher secondary education in 2017. I don't know what I'll pick for my graduation. I do well in …
What do you understand by stemming? Stemming: It is the process of reducing inflections in words to their root forms such as mapping a group of words to the same stem even if the stem itself is not a …
What do you understand by tokenization? Tokenization is the act of breaking a sequence of strings into pieces such as words, keywords, phrases, symbols, and other elements called tokens. Tokens can b…
In this article, I am going to explain Neural networks from the scratch. The neuron is the biological name and the main reason to invent neural networks or artificial neural networks is to imitate the human brain to solve particular problem…