Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
mflammia
Starting Member
44 Posts |
Posted - 2008-11-05 : 04:17:53
|
| Not sure if or how this type of subject can be used in sql, but after doing some research it looked like Neural Networking maybe the solution!On the surface I feel I could use Neural Networking to do many things but the particular issue I am trying to fix is this:I need to build some intelligence that can predict categories after learning this based on content we already hold. The neural network would learn common words and phrases in a description against categories that have been associated to it. That way should you add a description the neural network would be able to predict a category and visa versa, should you add a category it would predict common words and phrases – The idea also being the more content I add the better it gets!Is this something you think can be programmed as in sql?Many thanks. |
|
|
mflammia
Starting Member
44 Posts |
Posted - 2008-11-05 : 07:46:24
|
| Maybe some kind of Data/Text mining also be used to solve this problem? |
 |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2008-11-05 : 08:31:25
|
| you should look into analysis services for this. it already has this stuff built in._______________________________________________Causing trouble since 1980Blog: http://weblogs.sqlteam.com/mladenpSpeed up SSMS development: www.ssmstoolspack.com <- version 1.1 out! |
 |
|
|
|
|
|