SlideShare a Scribd company logo
1 of 23
ARTIFICIAL INTELLIGENCE IN HIGHER EDUCATION:
A LITERATURE STUDY AND
PROPOSED FRAMEWORK
Presenting at the
International conference on
"Recent Trends in Pure and
Applied Sciences" Organized by
Smt. Kusumtai Rajarambapu Patil
Kanya Mahavidyalaya, Islampur,
Dist. Sangli, Maharashtra, India.
Authors:
• R.M. Huddar
• P.P. Chavan
• V. B. Gaikwad
• R.S. Kamath
• R. K. Kamat
ABSTRACT
• Although the use of technology in education has always been significant,
the increased availability of smart devices and web-based curriculum has
expanded its current prevalence. The use of AI in teaching and learning is
extremely important.
• This study of the literature intends to examine the use of artificial
intelligence, natural language processing, and machine learning in
education.
INTRODUCTION
 The field of study known as artificial intelligence focuses on the
development of intelligent computer systems that can perform
tasks in a manner analogous to those performed by humans (AI).
 The application of AI approaches aims to make it possible for
computers to acquire knowledge from data, modify their behaviour
in response to novel inputs, and carry out activities that require
thinking, sensing, planning, and decision-making.
3
Presentation
title
4
Artificial
intelligence consists of a
collection of subfields that
are coordinated in order to
accomplish a certain mission
or objective. In particular
ML, Robotics
and NLP.
1] Artificial Intelligence:
Artificial Intelligence technology is
used in various fields:
 recommendation engine for
shopping
 facial recognition for smart devices
 Robotics
 In health care
for detecting diseases
5
6
2] Machine learning:
Involves the construction of models
and the discovery of patterns within
datasets through the application of
data, statistics, and algorithms. It
uses supervised learning,
unsupervised learning, and
reinforcement learning approaches.
7
ML Algorithms :
1. Unsupervised Machine learning:
The main goal of unsupervised learning is to discover hidden and interesting patterns
in unlabeled data.
2. Supervised Machine learning
Machine learning method in which models are trained using labeled data.
3. Reinforcement learning
method based on rewarding desired behaviors and/or punishing undesired ones. e.g. games
NLP is a field of Artificial Intelligence that
gives the machines the ability to read,
understand and derive meaning from
human languages.
Spam detection: spam emails
Machine translation: Google Translate
Text summarization: to create
summaries and synopses
Literature study:
• A literature study is a summary
of the earlier written works on a
subject.
• In the study, we have looked at a
number of articles, journals, and
research papers on the topic of
artificial intelligence in education.
Presentation title 9
PROPOSED FRAMEWORK:
In the current study we have
proposed a model for prediction
of placement success of the
students using machine
learning algorithm.
10
11
Techniques employed for the model
Python Libraries: NumPy, Pandas,
Matplotlib, Sklearn
The data we're going to use has been labelled, so
we're going to employ Supervised Machine
learning for the placement prediction.
Methodology: The proposed framework comprises
of various phases namely Data collection, Data
Exploration and pre-processing, Training and
testing of the model.
12
1. Data collection: From the institute database, the
students' placement information from the previous
year will be gathered. The sample size would be 300
students, combing MBA and MCA students.
Variables in this case:
Ø 10th percentage
Ø 12th percentage
Ø Graduation percentage,
Ø Post-graduation sem1, sem2 and sem3 percentages
Ø Post-graduation specialization
Ø Placed company type
Ø Communication skills
Ø Programming skills
13
2. Data exploration and Pre-processing :
This phase involves various steps:
• Importing the dataset and generating a data frame from a csv file using the
Pandas library.
• Cleaning up the data, identifying missing values, and preparing it for future
analysis are all part of data exploration.
• To find missing values in Pandas DataFrame, utilise the isnull() and notnull()
functions. These operations establish if a value is NaN or not.
• By utilising the replace() function and substituting mean for a null value
• Utilising the matplotlib library in Python to visualise the data.
15
3. Training and Validation of the model:
Training the dataset using Logistic regression algorithm. We'll split the data
into two parts. We'll use 70% of the dataset for training and 30% for other
testing.
• Splitting data using train_test_split() method by importing sklearn package
• test_size= 0.3 i.e., 30% for testing the data and 70% for training
• train_test_split() performs the split and returns four sections:
x_train: The training part of the first section (x)
y_train: The training part of the second section (y)
x_test: The test part of the first section (x)
y_test: The test part of the second section (y)
4. Building the model:
Building the model using logistic regression model on the training
set​
- Importing the class logistic regression and assigning a variable to it.​
- The variable is fitted with the data to be trained​
- Predict() function is used to predict for the test set
- Comparing y_test and the predicted value
The model is estimated using the function fit() and prepared to make
predictions based ​on the test data.
This is accomplished by using the function predict() and the
independent testing ​variables (x_test).
To check if the model is sound, the results can be compared to actual
values (y_test).​
5. Evaluating accuracy:
• Evaluating the accuracy of the results.
16
• The logistic or
sigmoid function has
an S-shaped curve
or sigmoid curve
with the y-axis
ranging from 0 and
1.
17
Fig. Logistic regression sigmoid function graph
FINDINGS
Logistic regression can be an effective tool for predicting whether
students will be placed or not, with accuracy rates ranging from
75% to 85%. However, it's important to note that the accuracy of
the model may depend on various factors, such as the quality and
quantity of data used to train the model, the selection of features,
and the generalizability of the model to different contexts.
18
CONCLUSION:
• Artificial intelligence technologies have positive and
negative effects on education. AI can automate the
teaching-learning process resulting in convenient
education. Although it has some disadvantages in
particular data security and privacy.
• AI is transforming higher education is by providing a
more hands-on approach to learning. For instance, AI
can simulate complex scenarios, enabling students to
apply their theoretical knowledge and gain experience
before entering the workplace. This approach can
significantly reduce the skill gap, which is essential in
filling the industry's demand for proficiency.
Presentation title 19
REFERENCES
• Khaled (2014). Natural language processing and its application. International Journal of Advanced
Computer Science and Applications, 5(12).
• Ibtehal, N., (2018). Machine Learning in Educational Technology. 10.5772/intechopen.72906.
• Mduma, N., Kalegele, K., & Machuve (2019). A survey of Machine Learning Approaches and Techniques
for Student Dropout Prediction. Data Science Journal.
• Nagar, R., Singh, Y. (2019). A literature survey on Machine Learning Algorithms. Journal of Emerging
Technologies and Innovative Research, 6(4). https://www.jetir.org/papers/JETIR1904C77.pdf
• Zawacki-Richter, O., Marin, V., Bond, M., & Gouverneur, F. (2019). Systematic review of research on
artificial intelligence applications in higher education – where are the educators? International Journal of
Educational Technology in Higher Education, 16, 1-27. doi: 10.1186/s41239-019-0171-0.
Presentation title 20
• Koravuna, S., & Surepally, U.K. (2020). Educational gamification and artificial intelligence for promoting
digital literacy. In Proceedings of the 2020 International Conference on Education and E-Learning
(ICEEL 2020), 1-6. doi: 10.1145/3415088.3415107.
• Chen, L., Chen, P., & Lin, Z. (2020). Artificial intelligence in education: A review. IEEE Access, 8,
164031-164051. doi: 10.1109/ACCESS.2020.3029328.
• Jamsandekar, S., Kamath, R., & Badadare, V. (2020). Adaptive Learning System enabled by Machine
Learning: An Effective Pedagogical Approach. Alochana Chakra Journal, 9(6), 6995-7006.
• Tahiru, F. (2021). AI in education: A systematic literature review. Journal on Cases of Information
Technology, 23(1), 20-34. https://www.academia.edu/49160652/AI_in_Education
• Ahmed, Z. (2022). A review of Natural Language Processing and its application in education. Retrieved
from
https://www.researchgate.net/publication/360641901_A_Review_of_Natural_Language_Processing_and
_its_Application_in_Education
21
• Burstine, J. (2022). Opportunities for Natural Language Processing Research in Education. In
Computational Linguistic and Intelligent Text Processing: 10th International Conference (pp. 6-27).
Springer. doi: 10.1007/978-3-642-00382-0_2.
• Khurana, D. (2022). Natural Language Processing: State of The Art, Current Trends and
Challenges. Multimedia Tools and Applications. doi: 10.1007/s11042-022-13428-4
• Limna, P., Jakwatanatham, S., Srirpipattanakul, S., Kaewpuang, P., & Sriboonruang, P. (2022). A Review
of Artificial Intelligence (AI) in Education during the Digital Era. Advance Knowledge for Executives, 1(1),
No. 3, 1-9. doi: 10.2139/ssrn.4160798
• Sanusi, I., Oyelere, S., Vartiainen, H., & Suhenon, J. (2022). A systematic review of teaching and
learning machine learning in K-12 education. Education and Information Technologies. 1-31.
10.1007/s10639-022-11416-7.
22
Thank You!
23

More Related Content

Similar to reearch-presentation.pptx

Essential concepts for machine learning
Essential concepts for machine learning Essential concepts for machine learning
Essential concepts for machine learning pyingkodi maran
 
Intro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationIntro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationAnkit Gupta
 
AI-Learning style prediction for primary education
AI-Learning style prediction for primary educationAI-Learning style prediction for primary education
AI-Learning style prediction for primary educationIRJET Journal
 
Machine learning with an effective tools of data visualization for big data
Machine learning with an effective tools of data visualization for big dataMachine learning with an effective tools of data visualization for big data
Machine learning with an effective tools of data visualization for big dataKannanRamasamy25
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learningSangath babu
 
Extending the Student’s Performance via K-Means and Blended Learning
Extending the Student’s Performance via K-Means and Blended Learning Extending the Student’s Performance via K-Means and Blended Learning
Extending the Student’s Performance via K-Means and Blended Learning IJEACS
 
N E T S PowerPoint
N E T S PowerPointN E T S PowerPoint
N E T S PowerPointBethann
 
AI AND EDUCATIO
AI AND EDUCATIOAI AND EDUCATIO
AI AND EDUCATIOno0orcom
 
Introduction au machine learning
Introduction au machine learningIntroduction au machine learning
Introduction au machine learningJulienDuquennoy1
 
Analysis on Student Admission Enquiry System
Analysis on Student Admission Enquiry SystemAnalysis on Student Admission Enquiry System
Analysis on Student Admission Enquiry SystemIJSRD
 
Analysis on Student Admission Enquiry System
Analysis on Student Admission Enquiry SystemAnalysis on Student Admission Enquiry System
Analysis on Student Admission Enquiry SystemIJSRD
 
A Survey on Research work in Educational Data Mining
A Survey on Research work in Educational Data MiningA Survey on Research work in Educational Data Mining
A Survey on Research work in Educational Data Miningiosrjce
 
Deep Learning: The Impact on Future eLearning
Deep Learning: The Impact on Future eLearningDeep Learning: The Impact on Future eLearning
Deep Learning: The Impact on Future eLearningIRJET Journal
 
Technology Enabled Learning to Improve Student Performance: A Survey
Technology Enabled Learning to Improve Student Performance: A SurveyTechnology Enabled Learning to Improve Student Performance: A Survey
Technology Enabled Learning to Improve Student Performance: A SurveyIIRindia
 
Technology Enabled Learning to Improve Student Performance: A Survey
Technology Enabled Learning to Improve Student Performance: A SurveyTechnology Enabled Learning to Improve Student Performance: A Survey
Technology Enabled Learning to Improve Student Performance: A SurveyIIRindia
 

Similar to reearch-presentation.pptx (20)

Ai in Higher Education
Ai in Higher EducationAi in Higher Education
Ai in Higher Education
 
Essential concepts for machine learning
Essential concepts for machine learning Essential concepts for machine learning
Essential concepts for machine learning
 
Intro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationIntro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning Presentation
 
AI-Learning style prediction for primary education
AI-Learning style prediction for primary educationAI-Learning style prediction for primary education
AI-Learning style prediction for primary education
 
Machine learning with an effective tools of data visualization for big data
Machine learning with an effective tools of data visualization for big dataMachine learning with an effective tools of data visualization for big data
Machine learning with an effective tools of data visualization for big data
 
T0 numtq0n tk=
T0 numtq0n tk=T0 numtq0n tk=
T0 numtq0n tk=
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learning
 
Extending the Student’s Performance via K-Means and Blended Learning
Extending the Student’s Performance via K-Means and Blended Learning Extending the Student’s Performance via K-Means and Blended Learning
Extending the Student’s Performance via K-Means and Blended Learning
 
L016136369
L016136369L016136369
L016136369
 
N E T S PowerPoint
N E T S PowerPointN E T S PowerPoint
N E T S PowerPoint
 
AI AND EDUCATIO
AI AND EDUCATIOAI AND EDUCATIO
AI AND EDUCATIO
 
Introduction au machine learning
Introduction au machine learningIntroduction au machine learning
Introduction au machine learning
 
Analysis on Student Admission Enquiry System
Analysis on Student Admission Enquiry SystemAnalysis on Student Admission Enquiry System
Analysis on Student Admission Enquiry System
 
Analysis on Student Admission Enquiry System
Analysis on Student Admission Enquiry SystemAnalysis on Student Admission Enquiry System
Analysis on Student Admission Enquiry System
 
A Survey on Research work in Educational Data Mining
A Survey on Research work in Educational Data MiningA Survey on Research work in Educational Data Mining
A Survey on Research work in Educational Data Mining
 
G017224349
G017224349G017224349
G017224349
 
Deep Learning: The Impact on Future eLearning
Deep Learning: The Impact on Future eLearningDeep Learning: The Impact on Future eLearning
Deep Learning: The Impact on Future eLearning
 
06522405
0652240506522405
06522405
 
Technology Enabled Learning to Improve Student Performance: A Survey
Technology Enabled Learning to Improve Student Performance: A SurveyTechnology Enabled Learning to Improve Student Performance: A Survey
Technology Enabled Learning to Improve Student Performance: A Survey
 
Technology Enabled Learning to Improve Student Performance: A Survey
Technology Enabled Learning to Improve Student Performance: A SurveyTechnology Enabled Learning to Improve Student Performance: A Survey
Technology Enabled Learning to Improve Student Performance: A Survey
 

More from VaishnaviGaikwad67

More from VaishnaviGaikwad67 (6)

Unit - III.pptx
Unit - III.pptxUnit - III.pptx
Unit - III.pptx
 
computer.pptx
computer.pptxcomputer.pptx
computer.pptx
 
Seaborn visualization.pptx
Seaborn visualization.pptxSeaborn visualization.pptx
Seaborn visualization.pptx
 
classification.pptx
classification.pptxclassification.pptx
classification.pptx
 
Unit - IV (1).pptx
Unit - IV (1).pptxUnit - IV (1).pptx
Unit - IV (1).pptx
 
Unit - IV.pptx
Unit - IV.pptxUnit - IV.pptx
Unit - IV.pptx
 

Recently uploaded

會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文中 央社
 
SURVEY I created for uni project research
SURVEY I created for uni project researchSURVEY I created for uni project research
SURVEY I created for uni project researchCaitlinCummins3
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...Nguyen Thanh Tu Collection
 
Major project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategiesMajor project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategiesAmanpreetKaur157993
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptNishitharanjan Rout
 
Observing-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxObserving-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxAdelaideRefugio
 
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptxAnalyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptxLimon Prince
 
The Liver & Gallbladder (Anatomy & Physiology).pptx
The Liver &  Gallbladder (Anatomy & Physiology).pptxThe Liver &  Gallbladder (Anatomy & Physiology).pptx
The Liver & Gallbladder (Anatomy & Physiology).pptxVishal Singh
 
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...MysoreMuleSoftMeetup
 
8 Tips for Effective Working Capital Management
8 Tips for Effective Working Capital Management8 Tips for Effective Working Capital Management
8 Tips for Effective Working Capital ManagementMBA Assignment Experts
 
How to Send Pro Forma Invoice to Your Customers in Odoo 17
How to Send Pro Forma Invoice to Your Customers in Odoo 17How to Send Pro Forma Invoice to Your Customers in Odoo 17
How to Send Pro Forma Invoice to Your Customers in Odoo 17Celine George
 
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...Nguyen Thanh Tu Collection
 
Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community PartnershipsSpring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community Partnershipsexpandedwebsite
 
Improved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio AppImproved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio AppCeline George
 
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...Nguyen Thanh Tu Collection
 
PSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxPSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxMarlene Maheu
 
e-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopale-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi RajagopalEADTU
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...EADTU
 

Recently uploaded (20)

會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
 
SURVEY I created for uni project research
SURVEY I created for uni project researchSURVEY I created for uni project research
SURVEY I created for uni project research
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
 
Major project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategiesMajor project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategies
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
Observing-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxObserving-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptx
 
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptxAnalyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
 
The Liver & Gallbladder (Anatomy & Physiology).pptx
The Liver &  Gallbladder (Anatomy & Physiology).pptxThe Liver &  Gallbladder (Anatomy & Physiology).pptx
The Liver & Gallbladder (Anatomy & Physiology).pptx
 
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
 
8 Tips for Effective Working Capital Management
8 Tips for Effective Working Capital Management8 Tips for Effective Working Capital Management
8 Tips for Effective Working Capital Management
 
How to Send Pro Forma Invoice to Your Customers in Odoo 17
How to Send Pro Forma Invoice to Your Customers in Odoo 17How to Send Pro Forma Invoice to Your Customers in Odoo 17
How to Send Pro Forma Invoice to Your Customers in Odoo 17
 
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
 
Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community PartnershipsSpring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
 
Improved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio AppImproved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio App
 
VAMOS CUIDAR DO NOSSO PLANETA! .
VAMOS CUIDAR DO NOSSO PLANETA!                    .VAMOS CUIDAR DO NOSSO PLANETA!                    .
VAMOS CUIDAR DO NOSSO PLANETA! .
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
 
PSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxPSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptx
 
e-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopale-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopal
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
 

reearch-presentation.pptx

  • 1. ARTIFICIAL INTELLIGENCE IN HIGHER EDUCATION: A LITERATURE STUDY AND PROPOSED FRAMEWORK Presenting at the International conference on "Recent Trends in Pure and Applied Sciences" Organized by Smt. Kusumtai Rajarambapu Patil Kanya Mahavidyalaya, Islampur, Dist. Sangli, Maharashtra, India. Authors: • R.M. Huddar • P.P. Chavan • V. B. Gaikwad • R.S. Kamath • R. K. Kamat
  • 2. ABSTRACT • Although the use of technology in education has always been significant, the increased availability of smart devices and web-based curriculum has expanded its current prevalence. The use of AI in teaching and learning is extremely important. • This study of the literature intends to examine the use of artificial intelligence, natural language processing, and machine learning in education.
  • 3. INTRODUCTION  The field of study known as artificial intelligence focuses on the development of intelligent computer systems that can perform tasks in a manner analogous to those performed by humans (AI).  The application of AI approaches aims to make it possible for computers to acquire knowledge from data, modify their behaviour in response to novel inputs, and carry out activities that require thinking, sensing, planning, and decision-making. 3
  • 4. Presentation title 4 Artificial intelligence consists of a collection of subfields that are coordinated in order to accomplish a certain mission or objective. In particular ML, Robotics and NLP.
  • 5. 1] Artificial Intelligence: Artificial Intelligence technology is used in various fields:  recommendation engine for shopping  facial recognition for smart devices  Robotics  In health care for detecting diseases 5
  • 6. 6 2] Machine learning: Involves the construction of models and the discovery of patterns within datasets through the application of data, statistics, and algorithms. It uses supervised learning, unsupervised learning, and reinforcement learning approaches.
  • 7. 7 ML Algorithms : 1. Unsupervised Machine learning: The main goal of unsupervised learning is to discover hidden and interesting patterns in unlabeled data. 2. Supervised Machine learning Machine learning method in which models are trained using labeled data. 3. Reinforcement learning method based on rewarding desired behaviors and/or punishing undesired ones. e.g. games
  • 8. NLP is a field of Artificial Intelligence that gives the machines the ability to read, understand and derive meaning from human languages. Spam detection: spam emails Machine translation: Google Translate Text summarization: to create summaries and synopses
  • 9. Literature study: • A literature study is a summary of the earlier written works on a subject. • In the study, we have looked at a number of articles, journals, and research papers on the topic of artificial intelligence in education. Presentation title 9
  • 10. PROPOSED FRAMEWORK: In the current study we have proposed a model for prediction of placement success of the students using machine learning algorithm. 10
  • 12. Python Libraries: NumPy, Pandas, Matplotlib, Sklearn The data we're going to use has been labelled, so we're going to employ Supervised Machine learning for the placement prediction. Methodology: The proposed framework comprises of various phases namely Data collection, Data Exploration and pre-processing, Training and testing of the model. 12
  • 13. 1. Data collection: From the institute database, the students' placement information from the previous year will be gathered. The sample size would be 300 students, combing MBA and MCA students. Variables in this case: Ø 10th percentage Ø 12th percentage Ø Graduation percentage, Ø Post-graduation sem1, sem2 and sem3 percentages Ø Post-graduation specialization Ø Placed company type Ø Communication skills Ø Programming skills 13
  • 14. 2. Data exploration and Pre-processing : This phase involves various steps: • Importing the dataset and generating a data frame from a csv file using the Pandas library. • Cleaning up the data, identifying missing values, and preparing it for future analysis are all part of data exploration. • To find missing values in Pandas DataFrame, utilise the isnull() and notnull() functions. These operations establish if a value is NaN or not. • By utilising the replace() function and substituting mean for a null value • Utilising the matplotlib library in Python to visualise the data.
  • 15. 15 3. Training and Validation of the model: Training the dataset using Logistic regression algorithm. We'll split the data into two parts. We'll use 70% of the dataset for training and 30% for other testing. • Splitting data using train_test_split() method by importing sklearn package • test_size= 0.3 i.e., 30% for testing the data and 70% for training • train_test_split() performs the split and returns four sections: x_train: The training part of the first section (x) y_train: The training part of the second section (y) x_test: The test part of the first section (x) y_test: The test part of the second section (y)
  • 16. 4. Building the model: Building the model using logistic regression model on the training set​ - Importing the class logistic regression and assigning a variable to it.​ - The variable is fitted with the data to be trained​ - Predict() function is used to predict for the test set - Comparing y_test and the predicted value The model is estimated using the function fit() and prepared to make predictions based ​on the test data. This is accomplished by using the function predict() and the independent testing ​variables (x_test). To check if the model is sound, the results can be compared to actual values (y_test).​ 5. Evaluating accuracy: • Evaluating the accuracy of the results. 16
  • 17. • The logistic or sigmoid function has an S-shaped curve or sigmoid curve with the y-axis ranging from 0 and 1. 17 Fig. Logistic regression sigmoid function graph
  • 18. FINDINGS Logistic regression can be an effective tool for predicting whether students will be placed or not, with accuracy rates ranging from 75% to 85%. However, it's important to note that the accuracy of the model may depend on various factors, such as the quality and quantity of data used to train the model, the selection of features, and the generalizability of the model to different contexts. 18
  • 19. CONCLUSION: • Artificial intelligence technologies have positive and negative effects on education. AI can automate the teaching-learning process resulting in convenient education. Although it has some disadvantages in particular data security and privacy. • AI is transforming higher education is by providing a more hands-on approach to learning. For instance, AI can simulate complex scenarios, enabling students to apply their theoretical knowledge and gain experience before entering the workplace. This approach can significantly reduce the skill gap, which is essential in filling the industry's demand for proficiency. Presentation title 19
  • 20. REFERENCES • Khaled (2014). Natural language processing and its application. International Journal of Advanced Computer Science and Applications, 5(12). • Ibtehal, N., (2018). Machine Learning in Educational Technology. 10.5772/intechopen.72906. • Mduma, N., Kalegele, K., & Machuve (2019). A survey of Machine Learning Approaches and Techniques for Student Dropout Prediction. Data Science Journal. • Nagar, R., Singh, Y. (2019). A literature survey on Machine Learning Algorithms. Journal of Emerging Technologies and Innovative Research, 6(4). https://www.jetir.org/papers/JETIR1904C77.pdf • Zawacki-Richter, O., Marin, V., Bond, M., & Gouverneur, F. (2019). Systematic review of research on artificial intelligence applications in higher education – where are the educators? International Journal of Educational Technology in Higher Education, 16, 1-27. doi: 10.1186/s41239-019-0171-0. Presentation title 20
  • 21. • Koravuna, S., & Surepally, U.K. (2020). Educational gamification and artificial intelligence for promoting digital literacy. In Proceedings of the 2020 International Conference on Education and E-Learning (ICEEL 2020), 1-6. doi: 10.1145/3415088.3415107. • Chen, L., Chen, P., & Lin, Z. (2020). Artificial intelligence in education: A review. IEEE Access, 8, 164031-164051. doi: 10.1109/ACCESS.2020.3029328. • Jamsandekar, S., Kamath, R., & Badadare, V. (2020). Adaptive Learning System enabled by Machine Learning: An Effective Pedagogical Approach. Alochana Chakra Journal, 9(6), 6995-7006. • Tahiru, F. (2021). AI in education: A systematic literature review. Journal on Cases of Information Technology, 23(1), 20-34. https://www.academia.edu/49160652/AI_in_Education • Ahmed, Z. (2022). A review of Natural Language Processing and its application in education. Retrieved from https://www.researchgate.net/publication/360641901_A_Review_of_Natural_Language_Processing_and _its_Application_in_Education 21
  • 22. • Burstine, J. (2022). Opportunities for Natural Language Processing Research in Education. In Computational Linguistic and Intelligent Text Processing: 10th International Conference (pp. 6-27). Springer. doi: 10.1007/978-3-642-00382-0_2. • Khurana, D. (2022). Natural Language Processing: State of The Art, Current Trends and Challenges. Multimedia Tools and Applications. doi: 10.1007/s11042-022-13428-4 • Limna, P., Jakwatanatham, S., Srirpipattanakul, S., Kaewpuang, P., & Sriboonruang, P. (2022). A Review of Artificial Intelligence (AI) in Education during the Digital Era. Advance Knowledge for Executives, 1(1), No. 3, 1-9. doi: 10.2139/ssrn.4160798 • Sanusi, I., Oyelere, S., Vartiainen, H., & Suhenon, J. (2022). A systematic review of teaching and learning machine learning in K-12 education. Education and Information Technologies. 1-31. 10.1007/s10639-022-11416-7. 22