438 Topics

Member Avatar for
Member Avatar for nautolian

Hi all, I'm really new to programming, but i understand many basics... I have tried to set myself a goal of creating a "smartbot" that can hold a somewhat intelligent conversation with someone. So far, i can get the bot to recognise a name of a person. I've been trying …

Member Avatar for Bench
0
294
Member Avatar for Member #124326

I am trying to write a simple Lisp function for my Articficial Intelligence class and am running into a problem. The compiler is seeing the line [inline] format t "Enter a number, press return and enter another number"[/inline] as a an error. It is the placement of the line of …

Member Avatar for indienick
0
145
Member Avatar for shsh_shah

Hi, I am implementing TictacToe using AI so following is some of my code snippet. 1. How to recognize computer move and how would i implement that? 2. What I will add in private void box2_Click(object sender, EventArgs e) method? 3. I want to assign best possible move for PC …

Member Avatar for Killer_Typo
0
179
Member Avatar for gajmp

Im very much interested in create my own font. As per my knowledge we should be very well in AI. But I dont know how to start AI and where can i get basic idea about AI. Please help me

Member Avatar for John A
0
98
Member Avatar for payal

hi, i need a seminar topic in info science for my final year. i want a topic on current trends also it has to be a concept not a technology. hoping somebody replies.

Member Avatar for thin_master
0
77
Member Avatar for vbCNEW

just want to ask if somebody knows any related software about Course subject scheduler? this is my thesis.. my dean wants me to do it with AI.. i think its posible..... the scheduler will generate class schedule to a college(Ex. COMSCI) given its curriculum... i knowthat the scope is so …

0
56
Member Avatar for marketraise int

Document filtering is increasingly deployed in Web environments to reduce information overload of users. It formulates online information filtering as a reinforcement learning problem, i.e., TD(0). The goal is to learn user profiles that best represent information needs and thus maximize the expected value of user relevance feedback. A method …

0
71
Member Avatar for marketraise int

Document filtering is increasingly deployed in Web environments to reduce information overload of users. It formulates online information filtering as a reinforcement learning problem, i.e., TD(0). The goal is to learn user profiles that best represent information needs and thus maximize the expected value of user relevance feedback. A method …

0
87
Member Avatar for blue_cold

Hi, is there anyone who familiar with language translation &artificial intelligent? The project is about translating from one language to another, for example, English to Japanese or any other languages. It's translation engine. Roughtly, i've the basic idea like using pattern matching method to match from two different tables and …

0
53
Member Avatar for The Dude

[url]http://www.telegraph.co.uk/news/main.jhtml?xml=/news/2007/02/02/warm02.xml[/url] Truly amazing how far things have come along :)

0
25
Member Avatar for itchap

Hi, I'l be starting my graduation project in a few more weeks, and my group members and I still havent found the right topic. We've all been reasearching and all, but we still need more ideas. One of the ideas that we came up with is a text paraphraser. We …

Member Avatar for Infarction
0
115
Member Avatar for chichi

:) hi guys i 've a major problem. :confused: for my final year project im designing an artificial intellegence system in medicine(or u can call it a clinical decision support system, [I]CDSS[/I]) that gives asistance to doctors in diagnosis. im not a medical student, im an IT student and i …

Member Avatar for chichi
0
180
Member Avatar for mero

hi there ,i am in 3rd year in computer science and am confusing about my 4th graduate project i can`t get the great idea am looking for,i almost finishing MCAD,and i read many books about c++ and am also have a background in MAYA (still in progressing)so i want to …

Member Avatar for BiGPrO
0
135
Member Avatar for anti_genius

Hi, I am doing a research work on radio signal propogation in indoor environment. And i have to make a simulation for it. Can someone tell me that is it possible to make the following simulation in Java. What tools should i use. Or any kind of guidance anyone can …

Member Avatar for Phaelax
0
115
Member Avatar for naureen

hi guys, i am in final year of my bacelor degree. Its not a simple BCS honours that i am doing. Its infact computer engineering. It means i have studied robotics and now we are studing automation. SO Just 1 week remaining in choosing a project idea. Still i am …

Member Avatar for Ancient Dragon
0
115
Member Avatar for FOKASK

Has anyone implemented the code presented in the book "Programming game AI by example" in the OSX operating system. If so, what are the first steps required for implementatioin. Thank you.

0
59
Member Avatar for gumedesv

)Perfomance measure:Retrival of a fundamental memory,network capacity 2)Environment:User 3)Actuators:Screen display,files 4)Sensors:Keyboard,files(input of fundamental memories and probe) Implement te above agent in a programming language of your choice(prefeably Java or C++).The agent should store three fundamental memories a(cross),b(square) and c(circle).If the user inputs a probe the agent should respond by retrieving …

Member Avatar for MattEvans
0
835
Member Avatar for thangarajforyou

hai friends, myself thangaraj . i am a new bie for this community of dani web. when i became a member here , i was wondering that "what a friendly discussion forum this is been ? " for me i have some stuff in artificial intelligence and i would like …

Member Avatar for happygeek
0
62
Member Avatar for Covinus

well my team decided to create a game with ai for our special seniors project. my friend told me be very carefull in creating ai because it maybe what you call ai. So whats basically the difference between the two

0
60
Member Avatar for ncc1701e

Hello, Next year i'm going to start my last year in an IT degree, so i have to decide on a thesis topic about Computer Science. My main interests are AI, and Graphics. I was thinking of developing some map editor for my favourite FPS game, or regarding AI an …

0
20
Member Avatar for awaz_16

Hello, If anybody can help me I will be greatful. Please tell me where(which site) I can find about some Software Engineering forum and Artificial Intelligence forum. I will be greatful if that is as informative and easy as daniweb. thanks awaz

Member Avatar for mikep
0
191
Member Avatar for prasanta

Hi all, I am prasanta from india,completed MCA. I'm new to this forum .i am working with PHP and MYSQL:eek: . My particular areas of interest are artificial intelligence and computer aided software engineering. Regards, Prasanta. my chat id : prasanta_mca2002 in yahoomessanger.

Member Avatar for 'Stein
0
60
Member Avatar for SourceCrusade

Hi all, I'm new to this forum but very old to C & C++ :eek: . My particular areas of interest are artificial intelligence and computer aided software engineering. Regards, Bruce A.

Member Avatar for Dani
0
49
Member Avatar for benyam_dessu

is it possible to perform tasks: - translate spoken english into spoken mandarin chinese in real-time - play football (soccer) against human opponents to a reasonable level - perform a complex surgical operation without assistance using Artificial intelligence. is it possible to design an agent to perform such tasks. regards

Member Avatar for Lord Soth
0
146
Member Avatar for karelma

I've stumbeled upon the subject of similarity throught my project work in chemistry. By this, I understood that it would really be possibly to introduce new hardware which consecutively answers to memory calls by similarity instead of exact numbers. Then, high speed searches would open the possibility of having machines …

0
31
Member Avatar for nanodano

I was just curious is anyone has ever programmed a AI agent for Connect 4. I'm currently working on one right now for a class. I'm working on using backtracking/recursion to solve it. If you have, did you use recursion? Just curious what other methods are out there. I am …

Member Avatar for server_crash
0
202
Member Avatar for ! !

[center][img]http://g-images.amazon.com/images/G/01/webservices/mechanical-turk/logoAI3.gif[/img][/center] [b][color=blue][/b][indent][url="http://www.mturk.com/mturk/help?helpPage=whatis"][color=royalblue][b]http://www.mturk.com/mturk/help?helpPage=whatis[/b][/color][/url] [url="http://www.amazon.com/gp/browse.html/102-9401315-0627308?node=15879911"][color=royalblue][b]http://www.amazon.com/gp/browse.html/102-9401315-0627308?node=15879911[/b][/color][/url] [url="http://www.mturk.com/mturk/welcome"][color=royalblue][b]http://www.mturk.com/mturk/welcome[/b][/color][/url] [url="http://battellemedia.com/archives/002007.php"][b]http://battellemedia.com/archives/002007.php[/b][/url] [/indent][b][/color][/b]

0
71
Member Avatar for ! !

[color=indigo][b]IBM has created a chip that can slow down light, the latest advance in an industrywide effort to develop computers that will use only a fraction of the energy of today's machines[/b][/color] [color=indigo][/color] [color=indigo][/color] [color=indigo]A number of companies and university researchers are currently tinkering with ways to replace the electronic …

0
34
Member Avatar for bonstubon

HI, i hve to decide a Final Year Project within next 5 days. i thot of software agents or Learning oriented softwares... but im afraid of unexpected growth in their complexity. Can anyone suggest sumthin that can be developed over da span of an year with studies side by side... …

Member Avatar for Dortz
0
120
Member Avatar for curvan

Plz..................Have some one know how to use the C++ to solve the Map-Cloring problem using Hill-Climbing Algorithm>? mean; I need to develop a program to solve the Map-Cloring problem using Hill-Climbing Algorithm...This regarding the AI method... :cry:

0
73
Member Avatar for ! !

[color=darkblue] [url="http://www.cyberkineticsinc.com/content/index.jsp"]http://www.cyberkineticsinc.com/content/index.jsp[/url] [url="http://news.scotsman.com/latest.cfm?id=4333192"]http://news.scotsman.com/latest.cfm?id=4333192[/url] [url="http://www.brown.edu/Administration/George_Street_Journal/vol29/29GSJ05c.html"]http://www.brown.edu/Administration/George_Street_Journal/vol29/29GSJ05c.html[/url] [QUOTE] Cybernetics - the fusion of human beings and technology - is helping one paralysed man control his environment by connecting his brain to his PC. Quadriplegic ex-American football player Matthew Nagle is using a system that converts his thoughts into actions on a computer. Nagle's …

Member Avatar for meksikatsi
0
123
Member Avatar for notdumb

Hello, I am working on this tic tac toe program for my computer science class to develop a tic tac toe game that uses artifical intelegence for a computer player. Anyway, I have a few question, help with any or all. First, I am getting unresolved externals errors. I do …

Member Avatar for Dave Sinkula
0
147
Member Avatar for os008

Hi, i want the best program to compare CPP files, i tried Araxis and Beyond Compare and ExamDiff, all compare good, BUT, the problem is that i want a program which compares the WHOLE file, then gives me the REAL differences, meaning ..., let's say there's a TEST1::TEST2 (int x) …

Member Avatar for os008
0
162
Member Avatar for aruna

helloo... I'm going my Mtech 2nd course..in which we have 1 year proj MY research problem is -to design an interface to optimize the search to search engines(ex.Google) . My approach is .....When we type keywords in the browsers of search engines..then instead of only matching the keywords it should …

0
90
Member Avatar for c_barnett01

What do you think ai's are be like e.g. the computer of gene rodenbery's andromeda or somthing else

Member Avatar for Chainsaw
0
265
Member Avatar for Thamior

i am currently making a game i am rushed and cant put much more. basics: im 14 and do not have company need good C++ programmers Need good graphics programmers for 3-d need good AI programmers i will post more later.........

Member Avatar for samaru
1
974
Member Avatar for anthony86

I was thinking of creating this program for a school related project and was seeking advice/guidence concerning the matter. I prepose to create 7 distinct personalities and have them communicate/interact in a virtual world. I will be storing data that has been collected through everyday discussion such as questions, responces, …

Member Avatar for Dani
0
263
Member Avatar for Dani

I pulled an all-nighter adding lotsa new features to the forums. (OK, so I just couldn't sleep b/c of really bad headaches, but ... well ... at least I got something accomplished). There's a new logo up top. There's Alice, an AI bot who loves to chat in the Coffee …

Member Avatar for aeinstein
0
171

The End.