I'm trying to create a tool that can estimate how many days a project will take to complete, given dozens or hundreds of factors and parameters.
I don't have much experience with Artificial Intelligence / Neural Networks / Machine Learning but from my understandings it is good for pattern recognising. If I make an AI program and train it by feeding it with information on projects we have already completed (factors and number of hours took), it should be able to learn to estimate future projects.
Does anyone know if this is a realistic approach?