The purpose of “Image to Image Encoder†is to hide an image inside another image. Using the LSB method, which facilitates data hiding in an image. It works with JPEG and PNG formats for the cover image and always creates tiff encoded image due to its compression. Least Significant Bit Embeddings LSB are the general steganographic procedure that might be...
Showing posts with label Data Processing. Show all posts
Showing posts with label Data Processing. Show all posts
Tuesday, 29 June 2021
Sunday, 20 June 2021
Predicting the Maintenance of Aircraft Engines using LSTM
Team IJTSRD
June 20, 2021
0
What if apart of aircraft could let you know when the aircraft component needed to be replaced or repaired It can be done with continuous data collection, monitoring, and advanced analytics. In the aviation industry, predictive maintenance promises increased reliability as well as improved supply chain and operational performance. The main goal is to ensure...
Music Genre Classification using Machine Learning
Team IJTSRD
June 20, 2021
0
Music genre classification has been a toughest task in the area of music information retrieval MIR . Classification of genre can be important to clarify some genuine fascinating issues, such as, making songs references, discovering related songs, finding societies who will like that particular song. The inspiration behind the research is to find the appropriate...
Saturday, 19 June 2021
Credit Card Fraud Detection
Team IJTSRD
June 19, 2021
0
Credit card plays a very vital role in todays economy and the usage of credit cards has dramatically increased. Credit card has become one of the most common method of payment for both online and offline as well as for regular purchases of a common man. It is very necessary to distinguish fraudulent credit card transactions by the credit card organizations so...
Friday, 18 June 2021
LSTM Based Sentiment Analysis
Team IJTSRD
June 18, 2021
0
Sentimental analysis is a context based mining of text, which extracts and identify subjective information from a text or sentence provided. Here the main concept is extracting the sentiment of the text using machine learning techniques such as LSTM Long short term memory . This text classification method analyses the incoming text and determines whether the...
Amazon Product Review Sentiment Analysis with Machine Learning
Team IJTSRD
June 18, 2021
0
Users of Amazons online shopping service are allowed to leave feedback for the items they buy. Amazon makes no effort to monitor or limit the scope of these reviews. Although the amount of reviews for various items varies, the reviews provide easily accessible and abundant data for a variety of applications. This paper aims to apply and expand existing natural...
Thursday, 17 June 2021
Prediction of Car Price using Linear Regression
Team IJTSRD
June 17, 2021
0
In this paper, we look at how supervised machine learning techniques can be used to forecast car prices in India. Data from the online marketplace quikr was used to make the predictions. The predictions were made using a variety of methods, including multiple linear regression analysis, Random forest regressor and Randomized search CV. The predictions are then...