Internet of Things (IoT) applications, such as e-healthcare departments have grown tremendously where devices gather patient data and instantly transmit it over a distance to servers. Despite its huge advantages, IoT ...
详细信息
The data analysis in medical field is a very crucial task in order to gain insights from a large collection of data. The analysis of data comprises of several well-defined processes like data collection, data preproce...
详细信息
Image retrieval systems based on content can be developed for mobile applications that provide users with a seamless and efficient way to search for images based on their content. The development of CBIR systems for m...
详细信息
Heart is one of the most important organs as blood is pumped throughout the body by the heart. Heart disease is widely regarded as the illness that kills individuals most quickly. To prevent catastrophic risks and dim...
详细信息
Cybersecurity has seen widespread adoption across various domains, encompassing critical business infrastructure, residential settings, personal devices, and machinery. This has led to the development of innovative ca...
详细信息
After the rise of Covid-19 in the whole world, most of the organizations were forced to shift their business and services online for the users. Thereby, for the businesses and services to run smoothly, full-time avail...
详细信息
Every person's goal is to be both physically and psychologically healthy. Existing applications offer personalized exercise and workouts to meet the varied user requirements. People who lack the time to visit fitn...
详细信息
In human communication, expressing human emotion plays an essential role in transferring information to the other individual. The expression forms of human communication are very rich, in different patterns like facia...
详细信息
Everyday, many individuals face online trolling and receive hate on different social media platforms like Twitter, Instagram to name a few. Often these comments involving racial abuse, hate based on religion, caste ar...
详细信息
ISBN:
(纸本)9798350339369
Everyday, many individuals face online trolling and receive hate on different social media platforms like Twitter, Instagram to name a few. Often these comments involving racial abuse, hate based on religion, caste are made by anonymous people over the internet, and it is quite a task to keep these comments under control. So, the objective was to develop a Machine Learning Model to help identify these comments. A Deep Learning Model (a sequential model) was made and it was trained to identify and classify a comment based on whether it is an apt comment or not. LSTM (Long Short-Term Memory) is a type of recurrent neural network (RNN) that is particularly well-suited for modeling sequential data, such as text. LSTMs are capable of modeling long-term dependencies in sequential data. In the case of text classification, this means that LSTMs can take into account the context of a word or phrase within a sentence, paragraph, or even an entire document. LSTMs can learn to selectively forget or remember information from the past, which is useful for filtering out noise or irrelevant information in text. LSTMs are well-established in the field of natural language processing (NLP) and have been shown to be effective for various NLP tasks, including sentiment analysis and text classification. Binary cross-entropy is a commonly used loss function in deep learning models for binary classification problems, such as predicting whether a comment is toxic or not. Binary cross-entropy is designed to optimize the model's predictions based on the binary nature of the classification task. It penalizes the model for assigning a low probability to the correct class and rewards it for assigning a high probability to the correct class. The loss function is differentiable, which allows gradient-based optimization methods to be used during training to minimize the loss and improve the model's performance. Binary cross-entropy is a well-established loss function that has been extensively used
暂无评论