Aryan Gautamaryantech.hashnode.net·Apr 16, 2023The Life Cycle of a Machine Learning ProjectWhat are machine learning and its life cycle about? You’ll get different answers from different people. Programmers might say that it’s about programming with Python and sophisticated mathematical algorithms. Business stakeholders usually associate m...53 likes·74 readsMachine Learning
Arijit Goswamiarijitgoswami.hashnode.net·Apr 20, 2022How to Improve Accuracy of a Machine Learning ModelEnhancing a model performance can be challenging at times. I’m sure, a lot of you would agree with me if you’ve found yourself stuck in a similar situation. You try all the strategies and algorithms that you’ve learned. Yet, you fail at improving the...10 likesData Science
Aditya Sanyaladityasanyal.hashnode.net·Feb 18, 2023The different types of Linear RegressionIf you are into AI/ML, then you must have heard about the machine learning algorithm Linear Regression. It is a supervised learning method, i.e basically learning under some parameters and hyperparameters set by humans. How does Linear Regression Wor...10 likes·44 readsMachine Learning
Rhythm Rawatrhythmblogs.hashnode.net·Apr 20, 2023Machine Learning Development Lifecycle:Model selection,training and evaluationIn the previous article, we understood how to prepare our data for so that it is clean and can be used for model building as the machine only understand numbers. In this blog, we will discuss the best practices for model selection, which is the third...1 like·33 readsMachine Learning
Vishal Pandeytmleyncodes.hashnode.net·Apr 17, 2023Siamese Neural Network(SNN)In recent years, deep learning has revolutionized the field of machine learning, and one of the most significant advancements has been the development of Siamese neural networks. Siamese neural networks are neural networks used for various tasks such...1 likeMachine Learning
Aryan Gautamaryantech.hashnode.net·Apr 16, 2023The Life Cycle of a Machine Learning ProjectWhat are machine learning and its life cycle about? You’ll get different answers from different people. Programmers might say that it’s about programming with Python and sophisticated mathematical algorithms. Business stakeholders usually associate m...53 likes·74 readsMachine Learning
Vishal Pandeytmleyncodes.hashnode.net·Apr 13, 2023Generative Adversarial Networks in 6 minsGenerative Adversarial Networks (GANs) are a type of deep neural network architecture used for generating new data samples that are similar to a given dataset. GANs consist of two neural networks, a generator and a discriminator, which are trained in...1 likeData Science
Rahul Shashidhartopg.hashnode.net·Apr 11, 2023Machine LearningIntroduction Machine learning is a branch of artificial intelligence (AI) that enables computers to learn and improve from experience without being explicitly programmed. It is a powerful tool that has transformed various industries, from healthcare ...Machine Learning
Sudhanshu Wanitechblog01.hashnode.net·Mar 30, 2023How to perform sentiment analysis using machine learning models.Using machine learning models, sentiment analysis finds and extracts irrational information from textual data. To comprehend customer feedback, assess public opinion, and make data-driven decisions, it is frequently utilized in marketing, finance, an...2 likes·33 readsMachine Learning
Yaswanth Teja Yarlagaddayaswanthteja.hashnode.net·Mar 27, 2023A Beginner’s Guide To Machine LearningMachine Learning (ML) is a powerful subset of Artificial Intelligence (AI) that enables machines to learn from data and make predictions or decisions without being explicitly programmed. It has been a game changer in many fields, from finance and hea...Machine Learning
Vishal Pandeytmleyncodes.hashnode.net·Mar 26, 2023Time Series in Machine Learning: Understanding and ApplicationsTime series is a crucial component of modern machine learning techniques, and has become increasingly important in many areas of research and business. A time series is a sequence of data points that are recorded at regular intervals over time, and i...1 likeMachine Learning
Peter Wainainawainainapierre.hashnode.net·Mar 20, 2023Getting started with sentiment analysis.Sentiment analysis is an approach to natural language processing (NLP) that studies the subjective information in an expression. When we say subjective information, this means that the information is subject to change from person to person and it inc...twitter sentiment analysis
Srujana Maddulasrujanatech.hashnode.net·Mar 9, 2023A step-by-step guide to building machine learning modelsSuppose we were asked to build a computing system that answers whether an individual is healthy or not. The system employs a sophisticated machine learning model to give an accurate reply most of the time. However, creating such a groundbreaking mode...40 readsData Science