Link to home
Start Free TrialLog in
Avatar of beginner80
beginner80

asked on

Can I develop Case Based Reasoning advisory system using .NET MOBILE or ASP.NET?

I would like to build a case based reasoning advisory system, which is a web-based system. I just not sure that is it I can implement case based reasoning technique (artificial intelligence features) in either ASP.NET or .NET MOBILE? If so, what languages I can use for case based reasoning part? C#? VBScript? Or java? If I use java, is it java can implement in ASP.NET or .NET Mobile?

If now I like to build a mobile-based system, can somebody list out the software I need to build it? As I know, I need Microsoft Mobile Internet Toolkit, and emulators to test the pages. And what else?

What languages are suitable to implement case based reasoning technique? Where can get helpful and useful resources and references on CBR for artificial intelligence?
Avatar of VGR
VGR

for me, "case(s) based reasoning" implementation is just a matter of IFs and SWITCHes/CASE OFs so the implementation language doesn't really matter.
Avatar of beginner80

ASKER

so u meant that i can use whatever languages to implement case based reasoning technique? is it possible to implement it in .NET Mobile environment?
ASKER CERTIFIED SOLUTION
Avatar of jwenting
jwenting
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
groumph ;-)