You are on page 1of 24

ARTIFICIAL INTELLIGENCE BASED HEALTH

CARE SYSTEM

MENTOR :
Dr. VARUN BAJAJ

GROUP NO: 12
PRAVEEN KUMAR(2016096)
LAKSHMAN(2016287)
POLURI SURENDRA(2016272)
CONTENTS
• OBJECTIVES
• INTRODUCTION
• ARTIFICIAL INTELLIGENCE ON HEALTHCARE
• DEEPNEURAL NETWORK
• ADVANTAGES
• Problem Statement
• CONCLUSION
• REFERENCE
Artificial Intelligence

Artificial intelligence (AI) is the simulation of


human intelligence processes by machines,
especially computer systems. These
processes include learning ,reasoning and
self-correction
OBJECTIVES:
• The main aim objective of this project is
to classify the signals and Images.
• Introduce major deep learning
algorithms, the problem settings, and
their applications to solve real world
problems.
AI Applications
Autonomous Planning & Scheduling:
Analysis of data:
AI Applications
Medicine:
Image guided surgery
Classification of Scanned Images
AI Applications
Medicine:
Image analysis and enhancement
ADVANTAGES
1. By using this we can distinguish the report of
a normal person and a diseased person by
classifying their Images.

2. We can mainly use these types of systems in


brain diseases and all types of images and
radio scannings. (CT,MRI ,PET scans etc)
Deep Neural Networks
• A deep neural network is a neural
network with a certain level of complexity,
a neural network with more than two layers.
•  Deep neural networks use sophisticated
mathematical modeling to process data in
complex ways.
G5BAIM Neural Networks

PERCEPTRON:
• Synonym for Single-
Layer, Feed-Forward
Network
• First Studied in the
50’s
• Other networks were
known about but the
perceptron was the
only one capable of
learning and thus all
research was
concentrated in this
area
Sigmoid function
•  F(Ω)= 1/1+e^-x x=

• Sigmoid Function Graph


G5BAIM Neural Networks

Modelling of neuron:

in i   j Wj , iaj • aj :Activation value of unit j


• wj,I :Weight on the link from unit j to unit i
• inI :Weighted sum of inputs to unit i
• aI :Activation value of unit i
• g :Activation function
What We Are doing?
Problem set
1 Inputs Inputs Inputs Output
Ex:1 0 0 1 0
Ex:2 1 1 1 1
Ex:3 1 0 1 1
Ex:4 0 1 1 0
New situation 1 0 0 ???????
Training process

• Take the inputs from training example


• Calculate the error
• Adjust the weights
• Repeat the process 20 times
How to adjust weights

• Error weighted derivatives.


• Adjust weights = (error)*(input)*(sigmoid fun
output).
• Error = output-actual output.
• input= either 1 or 0.
• Then take gradient of sigmoid function.
• F(x)=1/(1+e^-x), Gradient Ḟ=x(1-x)
• Forward Propagation And Backward
Propagation
• Back Propagation- Multilayer Perceptron
network can be trained by the back
Propagation Algorithm to Perform any
Mapping Between Output and Inputs
• Random starting Synaptics weights
Random Synaptics weights Outputs after training

-0.1659=W1 0.2689

0.44064=w2 0.32675

-0.9997=w3 0.23762

0.36750
• Final outputs
Random Weights at the start New Weights after Training

-0.1659555 5.3542806

0.44064 0.194824

-0.99977 0.34317

• Testing Network On New Example


Expected Output Result Output

1 0.999953873
CONCLUSION
• We finally found that output to the new
situation is 1
• It is very useful to find classify the diseases
through Images .
• Giving Treatment based on Accurate
classification of the signal.
• Multi-Tasking Fast Paced Works
REFERENCES

• Research Papers:
• http://ceur-ws.org/Vol-1866/paper_87.pdf(Application of Deep
Learning Neural Network for Classification of TB Lung CT Images Based on Patches)

• http://cs231n.stanford.edu/reports/2017/pdfs/527.pdf(Deep
Learning for abnormality detection in Chest X-Ray images)

• http://andrefreitas.org/papers/preprint_dh_2017.pdf(Object
Classification in Images of Neoclassical Artifacts Using Deep Learning)

You might also like