Download as pdf or txt
Download as pdf or txt
You are on page 1of 25

ARTIFICIAL INTELLIGENCE

Internship Report submitted in partial fulfillment of the requirement for the award of
the Degree of

BACHELOR OF TECHNOLOGY
In
ELECTRONICS AND COMMUNICATION
ENGINEERING

By

GURRALA SAIPRIYANKA
(20JG1A0431)

Under the Esteemed guidance of


CH. SIRISHA
Assistant Professor

DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING


GAYATRI VIDYA PARISHAD COLLEGE OF ENGINEERING FOR WOMEN
MADHURAWADA, VISAKHAPATNAM-48
(Affiliated to Jawaharlal Nehru Technological University Kakinada)
(Accredited by NBA for B.Tech-CSE,ECE and IT -valid from 2019-22 and 2022-25)
(2020-2024)

1
GAYATRI VIDYA PARISHAD COLLEGE OF ENGINEERING FOR WOMEN
DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING

CERTIFICATE

This is to certify that the Internship titled “ ARTIFICIAL INTELLIGENCE” is a


bonafide work of the following III B-Tech-I Semester student in the Department of
Electronics and Communication Engineering during the academic year 2022-2023, in
partial fulfillment of the requirement for the award of the degree of Bachelor of
Technology of Jawaharlal Nehru Technological University, Kakinada.

G. Saipriyanka (20JG1A0431)

Supervisor Head of the Department


CH. SIRISHA Dr.P.M.K PRASAD
Assistant Professor Associate Professor
Department of ECE Department of ECE

External Examiner

2
ACKNOWLEDGEMENT

I sincerely thank my supervisor CH.SIRISHA , Asst. Professor, for her guidance


and constant encouragement to us at every stage and aspect by including the spirit of
understanding and support in carrying out internship.

I would like to express sincere thanks to our Head of the Department of


Electronics and Communication Engineering Dr.P.M.K.Prasad for his valuable
suggestions and constant motivation that greatly helped me in completing the internship
successfully.

I express sincere thanks to the beloved Vice Principal, Professor Dr.G.Sudheer,


for his encouragement and co-operation in completion of the internship.

I wish to express my deep sense of gratitude to beloved Principal, Professor


Dr.R.K Goswami, for giving us the opportunity to carry out internship successfully.

I would like to express gratitude towards my parents & members of Gayatri Vidya
Parishad College of Engineering for Women for their kind cooperation and
encouragement which helped me in completion of the internship.

G. Saipriyanka

20JG1A0431

3
VISION & MISSION

Vision of the Institute

To emerge as an acclaimed center of learning that provides value-based technical


education for the holistic development of students

Mission of the Institute

● Undertake the activities that provide value-based knowledge in Science,


Engineering, and Technology
● Provide opportunities for learning through industry-institute interaction on the
state-of-the-art technologies
● Create a collaborative environment for research, innovation, and entrepreneurship
● Promote activities that bring in a sense of social responsibility

Vision of the Department

Produce competitive engineers instilled with ethical and social responsibilities to deal with
the technological challenges in the field of Electronics & Communication Engineering.

Mission of the Department

● Facilitate a value-based educational environment that provides updated technical


knowledge
● Provide opportunities for developing creative, innovative and leadership skills
● Imbue technological and managerial capabilities for a successful career and
lifelong learning.

4
Table of contents

S.NO. TOPICS PAGE NO.

1 About Internship Details 7

2 about 1 Stop AI 7
WEEK1-introduction to
3 8-9
artificial intelligence
WEEK2-Introduction to
4 10
python and use of AI in python
WEEK3-use of Matplotlib in
5 11
python
WEEK4-use of Numpy in
6 12
python
WEEK5-use of Pandas in
7 13-14
python
WEEK6-Introduction to
8 15
Machine learning
9 Mini Project-1 16-18

10 Mini Project-2 19-20

11 Major Project 21-23

12 Conclusion 24

5
INTERNSHIP CERTIFICATE:

MINI PROJECTS CERTIFICATE:

6
CHAPTER - 1

1.INTRODUCTION
1..1 ABOUT INTERNSHIP DETAILS
o Duration : 1st August to 15th November
o Domain : Artificial Intelligence

1.2 ABOUT 1 STOP


Internship Studio is a wonderful platform to learn and practically experience HR-related
skills or even any other skills through online education as well. It will also help you build
your soft skills to build your personality. Internship Studio is one of the best platforms
available to learn and grow.

1.3 ARTIFICIAL INTELLIGENCE


Artificial intelligence is the simulation of human intelligence processes by machines,
especially computer systems. Specific applications of AI include expert system, natural
language processing, speech recognition and machine vision .

Features:
● Deep learning
● Facial Recognition
● Automate Tasks
● Data ingestion
● Cloud Computing
● Quantum Computing
● ChatBots

7
Introduction to Artificial Intelligence:

Artificial intelligence (AI) is the ability of machines to replicate or enhance human


intellect, such as reasoning and learning from experience. Artificial intelligence has been
used in computer programs for years, but it is now applied to many other products and
services. For example, some digital cameras can determine what objects are present in an
image using artificial intelligence software. In addition, experts predict many more
innovative uses for artificial intelligence in the future, including smart electric grids.

8
HISTORY OF ARTIFICIAL INTELLIGENCE:

Advantages of Artificial Intelligence


● High Accuracy with less errors
● High-Speed
● Useful for risky areas
● High reliability
● Digital Assistant
● Useful as a public utility

Disadvantages of Artificial Intelligence


● High Cost
● Can't think out of the box
● No feelings and emotions
● Increase dependency on machines
● No Original Creativity

9
CHAPTER - 2
INTRODUCTION TO PYTHON AND
USE OF ARTIFICIAL INTELLIGENCE IN PYTHON

USE OF ARTIFICIAL INTELLIGENCE IN PYTHON :

Python is a key part of AI programming languages due to the fact that it has good
frameworks, such as scikit-learn-Machine Learning in Python that meets almost all
requirements in this area as well as D3.js data-driven documents JS. It is among the most
efficient and user-friendly tools to visualize.

Python Libraries for General Artificial Intelligence:

o NTLK - Open-source Python modules Documentation and linguistic data to


conduct study and research in natural text processing and analytics. There is
software that works with Windows, Mac OSX, and Linux.
o AIMA - Python algorithm implementation comes directly from Russell as well
as Norvig's "Artificial intelligence: A Modern Methodology. "
o pyDatalog - Logic Programming engine in Python

10
CHAPTER - 3

USE OF MATPLOTLIB IN PYTHON

Matplotlib is one of the most popular and oldest plotting libraries in Python which is used
in Machine Learning. In Machine learning, it helps to understand the huge amount of data
through different visualizations.

Installation:

#Windows, Linus, MacOS users can install this library using the following command:
python- m pip install -U matplotlib
#To install Matplotlib in Jupyter Notebook run the following command: pip install
matplotlib
#To install Matplotlib in Anaconda Prompt use the following command : conda install
matplotlib
Importing Pyplot:

#importing pyplot module from matplotlib


from matplotlib import pyplot as plt
#or
import matplotlib.pyplot as plt

It can be used in python scripts, shell, web application servers and other graphical user
interface toolkits.

11
CHAPTER - 4

USE OF NUMPY IN PYTHON

NumPy is a Python library used for working with arrays. It also has functions for working
in domain of linear algebra, fourier transform, and matrices. NumPy was created in 2005
by Travis Oliphant. It is an open source project and you can use it freely.

NumPy stands for numeric python which is a python package for the computation and
processing of the multidimensional and single dimensional array elements.

Installation Python:

pip install numpy


Importing numpy

import numpy as np

12
CHAPTER - 5

USE OF PANDAS IN PYTHON

● Pandas is an open source Python package that is most widely used for data
science/data analysis and machine learning tasks. It is built on top of another
package named Numpy, which provides support for multi-dimensional arrays.

INSTALLATION:

pip install pandas


IMPORTING:

import pandas as pd

13
14
CHAPTER - 6

INTRODUCTION TO MACHINE LEARNING

Machine learning is a subfield of artificial intelligence (AI). The goal of machine learning
generally is to understand the structure of data and fit that data into models that can be
understood and utilized by people. Although machine learning is a field within computer
science,differs from traditional computational approaches.

PYTHON MACHINE LEARNING LIBRARIES

15
DIGITAL CLASSIFICATION WITH CNN
A CNN is a kind of network architecture for deep learning algorithms and is specifically
used for image recognition and tasks that involve the processing of pixel data.

DATASET PROVIDED:

16
17
18
NEWS CLASSIFICATION USING NATURAL LANGUAGE

PROCESSING
● Detecting true news and classification of fake news using machine learning
approaches proposed neural networks and convolutional neural network to find out
given news is fake or real.

19
20
CELEBRITY IMAGE CLASSIFIER
Image classification is the process of categorizing and labeling groups of pixels or vectors
within an image based on specific rules. The categorization law can be devised using one
or more spectral or textural characteristics.

21
22
OUTPUT:

23
Conclusion:-
AI holds the key to unlocking a magnificent future where, driven by data and computers
that understand our world, we will all make more informed decisions. These computers of
the future will understand not just how to turn on the switches but why the switches need
to be turned on.

Python provides the benefit of a reasonable code. AI and ML require solving complex
algorithms. However, the simplicity of Python will ensure that developers can easily write
the codes.

24
25

You might also like