Go Back   PCMech Forums > General & Off Topic > Archives > Think Tank

Need Some Help? Type Your Keywords Here:

 
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 08-31-2001, 02:57 AM   #1
10th Level Vice President
 
Werewolfdaddy's Avatar
 
Join Date: Jun 2001
Location: Knoxville, TN
Posts: 1,135
Send a message via AIM to Werewolfdaddy Send a message via Yahoo to Werewolfdaddy
thinking processors

All ethical and moral issues aside, how far off in the future are processors with brain cells integrated on them. It seems to me that they would be capable of faster processing speeds, maybe. Ofcourse, that would open a whole new arena of troubleshooting. Imagine a computer with ahlzeimers. And, it would definitely give a different conotation to the term "upgrade." Computers would exercise at night, striving to improve their performance, trying to avoid being "upgraded."
__________________
athlon 64 3000+ MSI K8T Neo-FIS2R MB, 1gig kingston hyperx cas2 pc3200 ddr, radeon 9800 pro, audigy 2 platinum, tdk 4xdvd+r, LG 52x cdrw, siig133ultra ata card, maxtor 133 ultra ata card, 160 gig WD HD converted into USB 2.0 drive, 80gig WD SE HD, 160 maxtor HD w/ 8 mb cache, 120 gig maxtor hd w/8 mb cache, 250gig wd w/8mb cache, 250gig Maxtor w/8mb cache, 8x samsung dvd-rw 2x KDS 19" monitors.

2nd Computer:
2.4 gig p4, Asus p3g8x motherobard, 512 samsung 2100 ddr, geforce 3 ti200, creative labs sound blaster 5.1live, 80gig IBM Hard drive. 52x CD-ROM,antec case, 15" generic monitor---thanks for alienwaredude.

3rd computer:
AMD 2500+ XP
FIC AN19C motherboard, 512 kbyte 2700ddr,geforce2ti200,4xdvd+-rw, antec case
Werewolfdaddy is offline  
Old 08-31-2001, 03:05 AM   #2
SQL nutcase
 
mosquito's Avatar
 
Join Date: Sep 2000
Location: Belgium
Posts: 1,136
Send a message via AIM to mosquito
I think that a bio chip won't be faster than the chips we have now. The power of a human brain lays in the ability to guess an answer. Not in calculating it.
mosquito is offline  
Old 08-31-2001, 08:19 AM   #3
Member (9 bit)
 
Join Date: Oct 1999
Posts: 322
It might not be that far away.
jessho is offline  
Old 09-02-2001, 05:48 PM   #4
Member (8 bit)
 
SINND3R's Avatar
 
Join Date: Jun 2000
Location: Eureka, California
Posts: 228
Send a message via ICQ to SINND3R Send a message via AIM to SINND3R Send a message via Yahoo to SINND3R
This is the oddest idea I've ever heard... it just beat "Jumping To Conclusions" by Tom from Office Space
SINND3R is offline  
Old 09-02-2001, 05:58 PM   #5
Member (13 bit)
 
DrZaius's Avatar
 
Join Date: Jul 2000
Location: Fullerton, CA
Posts: 7,030
We are definately advancing in processor and microchip technology in regards speed and complexity. Especially with all this GHz power on the home market, imagine what is in store for the future. But any current super-computer is not even close to being as complex and sophisticated as the human brain. We still have to figure out how to brain works before we can try to copy it using chips, and like mosquito said, the brain doesn't just crunch numbers.
__________________
"A witty saying proves nothing." - Voltaire
DrZaius is offline  
Old 09-05-2001, 10:56 AM   #6
Member (13 bit)
 
Toaster's Avatar
 
Join Date: Apr 1999
Location: Now in Phoenix, AZ. Where next? Only 8 states left to see.
Posts: 4,661
The first step will be a "learning" computer.
This wouldn`t be a BIO computer but rather a form of AI.
This isn't as far off as some may think.
But to be truely "learning" in the human sence is another matter.

The biggest stumbling block is the definition of learning and how to program a computer to do so.
We carbon based life forms (humans) learn by doing, watching others and making mistakes umongst other things.
Ask a computer which way to turn a door knob to open a door and you might get nothing done unless the program said: "Try one way then the other"
We humans instictively try both ways unless the door is marked which way to turn the handle/knob.
For the computer to "learn", we simply say via programming:
"This device allows access to another area"
"Minimal force via rotation either L>R or R We knock, the computer may simply "try the door".
When a computer can make an "Emotional" decision, then things will proceed at a dizzying rate. Without "intuiton" and other data, the computer is nothing more then task orientated system.
The computer will need to know:
Order of task
type of task
do what on failure
do what on success
error management
cycle repeat
cycle retry
cycle on "X"
abort on "X"
and on and on......
I think you might see where this goes and the hurdles that need to be overcome.
Once these are overcome, the final obsticle would be mans own arrogance.
__________________
2 goldfish were discussing Mythology.
The discussion ended when a goldfish replied:
"There MUST be a God, who changes the water?"
Toaster is offline  
Old 09-05-2001, 12:07 PM   #7
Member (13 bit)
 
Floppyman's Avatar
 
Join Date: Mar 1999
Posts: 6,791
Well the only thing that computers really can't do right now, unless they're programmed to, is to "predict" (Remember the big blue chess match). I suppose if a computer chip ever got human characteristics (like brain cells etc.) it maybe able to predict better? What do you guys think?
Floppyman is offline  
Old 09-05-2001, 06:29 PM   #8
Member (11 bit)
 
Charliey's Avatar
 
Join Date: Dec 1999
Location: Toronto Canada
Posts: 1,714
Send a message via ICQ to Charliey
once they get quantum computers working, that'll be a huge step forward in computing technology. that will be able to do huge scale parallel computing, so its not quite learning, but it can go fast enough that it doesnt have to learn.
__________________
-Charlie
Charliey is offline  
Old 09-06-2001, 11:23 PM   #9
Member (13 bit)
 
Toaster's Avatar
 
Join Date: Apr 1999
Location: Now in Phoenix, AZ. Where next? Only 8 states left to see.
Posts: 4,661
Prediction is a method that has several meanings.
In the computer world, "prediction" is a logical process where that which is "unlikely" is set aside for that which IS likely. In this case, the software would "predict" the logical conclusion.
Another prediction is really an educated "guess".
Then there is "prediction on data sets" which is similar to the first description and has modifications of the second description.
Computers already "predict" in function. In the CPU itself is a "branch prediction" register.
A computer will always use "logical prediction" and we humans use "emotional prediction" or "what we feel will happen".
Ask a computer to predict an outcome and not rely soley on processed data and you get "randomization". (or W.A.G.)
Toaster is offline  
Old 09-08-2001, 08:36 PM   #10
Resident AMD enthusiast
 
Colonel Sanders's Avatar
 
Join Date: Jul 2001
Location: Kansas
Posts: 1,445
My first question, why? Why would you want to put a human brain in a computer? I think that maybe if you wanted to make a really cool android, but as far as practical uses, I don't see a whole lot.

How much will these parts cost? Will we have to worry about parts literaly dieing? I have heard that quite a few brain cells die each day, but are grown back. However, when a cell in a computer dies, it would not be able to be replaced.

Logan
Colonel Sanders is offline  
Old 09-09-2001, 12:33 AM   #11
10th Level Vice President
 
Werewolfdaddy's Avatar
 
Join Date: Jun 2001
Location: Knoxville, TN
Posts: 1,135
Send a message via AIM to Werewolfdaddy Send a message via Yahoo to Werewolfdaddy
I remember reading a few years back that scientists were trying to grow braincells on computer chips. I can't remember the reasoning involved, but I thought it would open an interesting discussion here.
Werewolfdaddy is offline  
 

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 10:20 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2