Application of Artificial Neural Networks to Business Problems

AI Thread Summary
Artificial neural networks (ANNs) have primarily been associated with computer science applications such as face recognition, optical character recognition (OCR), and automated control systems. While there are experimental uses in areas like crime and traffic forecasting, and some advancements in medical diagnostics, there is limited public information on their application in common business sectors. Discussions highlight a historical shift where interest in applying ANNs to business problems, including human resources, sales forecasting, product development, and marketing research, grew but subsequently became less transparent, suggesting that companies may be keeping their successful applications confidential to maintain competitive advantage.
estbit
Messages
1
Reaction score
0
Hello everyone!

Searching for applications of artificial neural networks (ANNs) to real world problems, all I found were applications to computer science problems (e.g. face recognition, OCR, automated control of systems and machines etc.) and some very experimental works (e.g., crime forecast, traffic jam forecast etc.), besides some medical developments (e.g. automatic diagnosis).

Is anyone aware of any attempt to apply this technology to common problems of common companies and industries? I mean, is there any ANN-solution to problems in the field of human resources, sales forecast, product development, marketing research, and other things like that?

estbit
 
Last edited:
Technology news on Phys.org
You may not find much public information on this.

A prof a couple of decades ago who attended conferences where neural networks were discussed said roughly "We started noticing new people showing up at meetings, asking questions about how to apply these to business, things like that. Soon there was some excitement, descriptions of how these people were applying this and early results they were seeing. Then it went completely dark and none of them would say what they were doing, who they worked for or even who they were. We assumed that meant they realized there was profit to be made."
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top