AndrewCarterUK / football-predictor

Using a Deep Neural Network (DNN) to predict the results of Premier League Football Matches
MIT License
209 stars 98 forks source link

Lower perfomance levels #1

Open spaboy opened 6 years ago

spaboy commented 6 years ago

Hello, I don't manage to get the performance to your level:

image

I'm just running your code as it is, why there should be such difference in the performance?

AndrewCarterUK commented 6 years ago

Had a few reports of this, not sure what the cause is but going to do a bit of an investigation tonight.

I've played around with the model a fair amount since, so I'll need to revert back to where I was in the article.

I did see the model getting stuck in local minima a few times, so just retraining again from zero sometimes helped model performance. That's not a good indicator of actual performance though, because if that happens too much it's likely starting to fit the test/evaluation data.

Will try and report anything I find in this thread.

spaboy commented 6 years ago

hello Andrew,

did you find any explanation?

thanks!

On Tue, May 15, 2018 at 11:49 PM, Andrew Carter notifications@github.com wrote:

Had a few reports of this, not sure what the cause is but going to do a bit of an investigation tonight.

I've played around with the model a fair amount since, so I'll need to revert back to where I was in the article.

I did see the model getting stuck in local minima a few times, so just retraining again from zero sometimes helped model performance. That's not a good indicator of actual performance though, because if that happens too much it's likely starting to fit the test/evaluation data.

Will try and report anything I find in this thread.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AndrewCarterUK/football-predictor/issues/1#issuecomment-389324601, or mute the thread https://github.com/notifications/unsubscribe-auth/AABz2FuZ5wvYaS6gVvRDO6H8Z84GanTWks5ty01fgaJpZM4Tid0_ .

-- Víctor Álvarez Incoming IT www.incomingIT.com www.twitter.com/incomingIT Escribiendo en y sobre Accesibilidad Web: http://accesibilidad.blogspot.com

zawmoetun commented 6 years ago

Where can I check result?