- Welcome Guest |
- Publish Article |
- Blog |
- Login
We can say that what makes our universe is based on these two sciences. We could say that the creator of all physical super mathematician. These days I’ve been reading a bit about how these two sciences have been merging to create new algorithms to our computers. The result is an artificial intelligence. They have created the capacity in programs and hardware to keep the results of these algorithms executed by a machine.
Now the machine or the program only searches its database and compare only those events already implemented some see. What they need is to recognize these machines run and make a decision to give a result. Now that there is no commercial way of course, but if larger laboratories computer companies.
Already there have been as many machines and robots that execute a particular job. If these machines or robots change them or add to your operating system algorithms C + a being with artificial intelligence.
Most of us have played Tic Tac Toe with a machine or computer, this is an example of a decision algorithm for the machine. Now it is very simple, but it ceases to be an example of an artificial storage.
Example tictactoe:
# Implements simple win / block / random-move AI
def move_ai_easy
if (m = blockWin)> = 0
@ Gamefield.field [m] = 2
else
# Set random point
while true
x = rand (3)
y = rand (3)
if@gamefield.get (x, y) == 0
@ Gamefield.set (x, y)
break
end
end
end
@ Nmoves + = 1
end
# Implements a more clever AI negamax using the tree search method
def move_ai_hard
best =-Inf
besti = -1
@ Gamefield.player = 1
order = [4,0,2,6,8,1,3,5,7] # see text
0.upto (8) do | ctr |
i = order [ctr]
if@gamefield.field [i] == 0
@ Gamefield.field [i] = 2
value = – @ gamefield.negamax
@ Gamefield.field [i] = 0
if value> best
best = value
besti = i
end
end
break if (@ nmoves == 0) && (best == 0) # see text
end
@ Gamefield.player = 2
@ Gamefield.field [besti] = 2
@ Nmoves + = 1
end
A simple algorithm that many have been vanquished. I hate to think what would happen to the Artificial Intelligence. Would we have battles we see in science fiction movies machines vs humans?
According to history all started as a dream of many. The flying machines of Leonardo DaVinci and I hear about Jules Verne. Well this past century have spent many can say Walt Disney.
We must be aware that not much progress exterminate mankind on our planet. The ease with which we live in these days is admirable, but how far can we afford it? Our planet is too small for all these developments.
Personally I have seen all the changes 1957 to today. But what I have not seen been projects for world peace and unity. Everything has been in motion only by the jealousy of the different nations and oil as the heat combustion to force nations. The human need to improve their quality of life as simplified bank accounts unfortunately. I’m not a lunatic just a visionary who gives warning.
If artificial intelligence is the solution to all these riddles, live computer! And I’m not against it if that’s what excites me and study.
Medical records are already in the process of being universal laws already exist in my country where so described. Where information is used correctly it will always be beneficial to mankind. Forget artificial intelligence that displace humans in some studies, perhaps most. The benefits will be great for anything wealthy commoners.
I hope and all concerned in the pursuit of creation and not be Computed Race Makers.
Article Views: 1245 Report this Article