Dr. A.P.J. Abdul Kalam Technical University: ODD Semester 2021-22 Examination Admit Card
Dr. A.P.J. Abdul Kalam Technical University: ODD Semester 2021-22 Examination Admit Card
Dr. A.P.J. Abdul Kalam Technical University: ODD Semester 2021-22 Examination Admit Card
Close
1: Reporting time at exam centre atleast an hour before the commencement of exam. No entry is allowed after the start of the exam.
2: The student should bring the Admit Card along with a Institute Photo Id /Other valid Id for appearing in the examination failing which he/she shall
not be allowed to appear in the examination.
3: You are advised to follow the COVID-19 safety and social distancing guidlines as issued by the government from time to time.
4:If photograph of student is not available in the admit card ,paste a recent photograph attested by the director of respective institute.
* Please verify the Exam date with latest date sheet available on Circular/College/AKTU website .In case of any discrepancy the date sheet available
on the website shall be FINAL.
6: Kindly keep checking circulars at aktu.ac.in daily for updates in exam schedule.
View your daily exam attendance here https://erp.aktu.ac.in/WebPages/Public/Students/Dashboard.aspx
Controller of Examinations
# Initiative @ AKTU. Till date 100+ companies with 25000+ job opportunities.
Fill your resume and apply for jobs at erp.aktu.ac.in . Regularly visit uiic.aktu.ac.in to know more.
For any query please contact [email protected]
Session: 2021-2022
Submitted to-
Amit kumar Saini
(Department of Computer Science & Engineering)
Submitted by-
Priyanshu Negi 2000680109010
Atul Sharma 1900680100081
5TH SEMESTER
DEPARTMENT OF COMPUTER
SCIENCE AND ENGINEERING/IT/EC/EE/BT/ME
MEERUT INSTITUTE OF ENGINEERING AND TECHNOLOGY, MEERUT
DECLARATION
We hereby declare that the project entitled -“Amazon Food Product Review Analysis”, which is
being submitted as Mini Project in department of Computer Science and engineering to Meerut
Institute of Engineering and Technology, Meerut (U.P.) is an authentic record of our genuine work
done under the guidance of Prof. “Amit kumar Saini” of Computer Science and Engineering,
Meerut Institute of Engineering and Technology, Meerut.
This is to certify that mini project report entitled – “Amazon Food Product Review Analysis”
submitted by “PRIYANSHU NEGI & ATUL SHARMA” has been carried out under the guidance
of Prof. “Amit kumar Saini” of Computer Science and Engineering, Meerut Institute of
Engineering and Technology, Meerut. This project report is approved for Mini Project (KCS 554)
in 5TH semester in “CSE Department” from Meerut Institute of Engineering and Technology,
Meerut.
Internal Examiner
Date:
.
ACKNOWLEDGEMENT
I express my sincere indebtedness towards our guide Prof., “Amit kumar Saini” of Computer
Science and Engineering, Meerut Institute of Engineering and Technology, Meerut for his valuable
suggestion, guidance and supervision throughout the work. Without his king patronage and
guidance the project would not have taken shape. I would also like to express my gratitude and
sincere regards for his kind approval of the project. Time to time counseling and advises.
I would also like to thank to our HoD “Dr. M.I.H.Ansari”, Department of Computer Science and
engineering, Meerut Institute of Engineering and Technology, Meerut for his expert advice and
counseling from time to time.
I owe sincere thanks to all the faculty members in the department of Computer Science and
engineering for their kind guidance and encouragement time to time.
ATUL SHARMA
Table of contents
page no. Description
i
Declaration i
ii
Certificate
iii Acknowledgement
Chapter 1 Introduction
References
Amazon Food Product Review Analysis
1.Id
2.ProductId — unique identifier for the product
3.UserId — unique identifier for the user
4.ProfileName
5.Helpfulness Numerator — number of users who found the review helpful
6.HelpfullnessDenominator — number of users who indicated whether they
found the review helpful or not
7.Score — rating between 1 and 5
8.Time — timestamp for the review
9.Summary — brief summary of the review
10.Text — text of the review
RNNs are a powerful and robust type of neural network, and belong to the most
promising algorithms in use because it is the only one with an internal memory.
Like many other deep learning algorithms, recurrent neural networks are
relatively old. They were initially created in the 1980’s, but only in recent years
have we seen their true potential. An increase in computational power along with
the the massive amounts of data that we now have to work with, and the
invention of long short-term memory (LSTM) in the 1990s, has really brought
RNNs to the foreground.
Because of their internal memory, RNN’s can remember important things about
the input they received, which allows them to be very precise in predicting
what’s coming next. This is why they're the preferred algorithm for sequential
data like time series, speech, text, financial data, audio, video, weather and much
more. Recurrent neural networks can form a much deeper understanding of a
sequence and its context compared to other algorithms.
About LSTM:
Final Evaluation:
Batch Normalization:
FINAL EVALUATION:
OUTPUT:
CONCLUSION:
Procedure Followed :
Table (Different models with their train and test accuracy):
>Upload Amazon Fine Food Reviews dataset on google drive to run it on GOOGLE colab.
>Load Amazon Fine Food Reviews dataset from google drive.
>Perform text pre-processing on text data.
>Perform following 3 tasks to convert it into IMDB data format.
a. Sort the dataset on the basis of time and after that find voc
abulary for all the reviews in the dataset
Split whole dataset into 50-50 for training_data and test_data randomly.
Now pad or truncate each review intpo sequences of length 100.
Now implement RNN with 1, 2 ,3,4,5 and 6 LSTM layers and 6th with batch normalisation.
Find accuracy for each above model.
Draw Binary Cross entropy Loss VS No. of Epochs plot.
Compare the models:
Software/Hardware Requirement Specification:
Software Requirements:
Windows XP, Windows 7(ultimate, enterprise)
Android Studio
Hardware Components:
Processor i3
Hard Disk 5 GB
Memory 1GB RAM
Android Phone with kitkat and higher.
Advantages:
The System should have an active internet connection.
The user has to Login to make use of the system keeping the data secure.
The system helps the user to get the best product with many resources.
Minimizes users time.
User can rate and review a product.
Disadvantages:
It requires active internet connection else error may occur.
Wrong reviews and ratings will affect the overall ratings of a product.
Applications:
This system can be used to by Ecommerce Institution to help their users to
get the best product.
References: