Found 664 Articles for Machine Learning

Training a tokenizer and filtering stop words in a sentence

Mithilesh Pradhan
Updated on 09-Aug-2023 12:03:46

123 Views

Introduction In NLP tokenizing text into sentences is a very crucial preprocessing task. Tokenization is the process of breaking the text corpus into individual sentences. In NLTK, the default tokenizer does a good task to tokenize text however it fails to do so in cases where the text contains punctuations, symbols, etc. that are non-standard. In such cases, we need to train a tokenizer. In this article let us explore the training of a tokenizer and also see the usage of filter words or stopwords. Tokenizing a Sentence in NLP The default tokenizer in NLTK can be used on the ... Read More

Synsets for a word in WordNet in NLP

Mithilesh Pradhan
Updated on 09-Aug-2023 11:53:20

638 Views

Introduction WordNet is a large database of words present in the NLTK library in present in many languages for Natural Language related use cases. NLTK library has an interface known as Synset that allows us to look for words in WordNet. Verbs, Nouns, etc. are grouped into sunsets. WordNet and Synsets The below diagram shows the structure of WordNet. In WordNet, the relationship between words is maintained. For example, words like sad are similar and find the application under similar contexts. These words can be interchanged during usage. These kinds of words are grouped for synsets. Each synset is ... Read More

K-Medoids clustering with solved example in Machine Learning

Mithilesh Pradhan
Updated on 09-Aug-2023 11:51:43

2K+ Views

Introduction K-Medoids is an unsupervised clustering algorithm using the partition method of clustering. It is an improvised version of the K-Means clustering algorithm especially used to handle outlier data. It requires unlabeled data to work with. In this article let us understand the k-Medoids algorithm with an example. K-Medoids Algorithm In the K-Medoids algorithm, each data point is called a medoid. The medoids serve as cluster centers. The medoid is a point such that its sum of the distance from all other points in the same cluster is minimum. For distance, any suitable metric like Euclidian distance or Manhattan distance ... Read More

Impacts of Artificial Intelligence in everyday life

Mithilesh Pradhan
Updated on 09-Aug-2023 11:27:02

102 Views

In today’s date, Artificial Intelligence has impacted our lives way in that nothing else could have impacted. It has changed how our daily jobs are done and has involvement in major areas of our industry, lives, and almost everything. Here in this article, we are going to see some areas in our lives where Artificial Intelligence has significantly played its role. Health Industry Healthcare is a growing and crucial industry in the 21st century. Not only it is providing a better life to people but also saving millions of lives every day. We just can't overlook the health aspect of ... Read More

Exploring Data Distribution

Mithilesh Pradhan
Updated on 09-Aug-2023 11:26:27

283 Views

Introduction The distribution of data gives us useful insights into the data while working with any data science or machine learning use case. Data Distribution is how the data is available and its present condition, the information about specific parts of the data, any outliers in the data as well as central tendencies related to the data. To explore the data distribution there popular graphical methods that prove beneficial while working with the data. In this article let us explore these methods. Know more about your data: The Graphical Way Histograms & KDE Density Plots Histograms are the most ... Read More

Exploring Categorical Data

Mithilesh Pradhan
Updated on 09-Aug-2023 11:24:02

395 Views

Introduction Categorical data is a type of data that takes a fixed number of values and there is no possible logical order in such variables. Categorical variables can be blood groups, yes-no situations, gender, ranking (ex. first, second, third), etc. Categorical variables most of the time undergo encodings such as one hot encoding, and nominal encoding to represent them in binary or integer format for the Machine Learning use case under consideration. Categorical Data and related terms Mode is the most common central tendency associated with categorical variables/observations. It is the value in the set of observations that has the ... Read More

5 Machine Learning Projects to Implement as a Beginner

Mithilesh Pradhan
Updated on 09-Aug-2023 11:17:59

78 Views

Introduction Machine Learning is a diverse area with a wide range of applications in many domains. As far as we have an abundance of usable data and a problem to solve in a particular area, Machine Learning can do wonders. Machine Learning Projects can vary in terms of complexity from simple Regression tasks for predicting sales, and wine quality to complex tasks like Object Recognition, Autonomous Vehicles, and Reinforcement Learning. However, for someone who is a beginner in Machine Learning, the discussed below 5 projects can be highly useful. Predicting the Quality of Wine For folks who are a beginner ... Read More

Top Cloud Computing Platforms for Machine Learning

Priya Mishra
Updated on 08-Aug-2023 11:19:11

88 Views

The field of machine learning is experiencing rapid expansion, with cloud computing playing an increasingly vital role in supporting such applications. Cloud platforms present an extensive range of elements that facilitate the easy and seamless development, training, and deployment of machine learning models. In this comprehensive article, we will explore the leading cloud computing platforms used for machine learning. By meticulously comparing the distinctive features and advantages of each platform, we aim to equip us with valuable insights to help in the selection of the ideal platform that aligns with our specific requirements. Top Cloud Computing Platforms for Machine Learning ... Read More

Top 10 Natural Language Programming Libraries

Priya Mishra
Updated on 08-Aug-2023 11:16:16

129 Views

In the rapidly changing field of artificial intelligence (AI), libraries for natural language programming (NLP) have a vital function in empowering developers to construct robust and smart applications. NLP libraries offer an extensive range of tools and assets that ease the handling and examination of human language, enabling machines to comprehend and react to written information. Within this article, we will delve into the finest ten NLP libraries that every AI developer should acquaint themselves with. By gaining an understanding of the capacities and characteristics of these libraries, we can harness their advantages to devise pioneering and remarkably effective applications ... Read More

Top 5 Open-Source Online Machine Learning Environments

Priya Mishra
Updated on 08-Aug-2023 11:13:33

96 Views

As we know machine learning is increasing rapidly and is used by different industries that needs advanced tools and environments for model development and open-source online machine learning environments which have risen in its popularity because of their flexibity, accessibility and collaborative nature. In this article we will examine top five open-source online machine learning environments that are widely used and well-renowned in the area of machine learning. By the end of this particular article, we will have a full understanding of these environments and their importance in the field of machine learning. What is the Importance of Open-Source Online ... Read More

Advertisements