Can you please provide some topic ideas related to AI to be used in a project? [closed]

只愿长相守 提交于 2019-12-10 21:04:58

问题


I need topic ideas related to AI on which I will base my thesis. I am mostly interested in Genetic Algorithm and Neural Networks techniques. I already got the some ideas, but non of them seems to hit me!

Any help will be really appreciated!! :)


回答1:


Russ Greiner has a great list of project topics for his machine learning course, so that's a great place to start.

Both GAs and ANNs are learners/classifiers. So I ask you the question, what is an interesting "thing" to learn? Maybe it's:

  1. Detecting cancer
  2. Predicting the outcome between two sports teams
  3. Filtering spam
  4. Detecting faces
  5. Reading text (OCR)
  6. Playing a game

The sky is the limit, really!




回答2:


I think your thesis should involve a project of a high-carnage shooting game in the style of Smash TV or Crimsonland that uses the player as the fitness function for a GA engine: generating behavioral control code for the enemies and evaluating fitness by how long the controlled entity survives and/or how much damage it does to the player.

That'd be fun.




回答3:


What's a problem that you are passionate about? If you pick something that you love and are interested in you will undoubtedly do a better job and learn more. I love finance but it is not for everyone. GA's are best at optimization problems so maybe portfolio optimization using GAs and ANNs.

Maybe predict which blog posts someone will like. I have always wanted to do that but I have not gotten around to it?



来源:https://stackoverflow.com/questions/1343710/can-you-please-provide-some-topic-ideas-related-to-ai-to-be-used-in-a-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!