Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

Augmented intelligence is designed to enhance, not replace.

ETHICAL ISSUES----
AI is used to extend the natural capabiliites of humans instead of replacing them.

TWO IMP ETHICAL ISSUES ARE -----


1-TRUST
2-PRIVACY

AI is probabilistic i.e finds out the most relevent output with what it knows.

whereas,copmputind is deterministic..

study----
1-TURING TEST
2-CHINESE ROOM
3-HUMAN INATE INTELLIGENCE

OVERFIT---
when the model performs goood inside but fails for outside then it's claeed an
overfit.

NEURAL NETWORKS---
human brain has around 1trillion neurons and around 7000 synaptic connections

RGB pixels -->0-255

inputs are multiplied with their weights and summed.

hidden and output layer nodes also have a bias value.

A BIAS is a special type of weight that applies to the node when other inputs are
considered.

activation functions determines how a function responds to its inputs.

x=i1w1+i2w2+bias

x then passes through the activation function and tjen the output is given.

error function adjusts the bias and input weight.

TRAINING A MODEL -----


use backpropogation(=trainig data+error function)

You might also like