All Questions
Tagged with training-error mathematical-statistics
3 questions
4
votes
1
answer
68
views
How do machine learning topics fit into a traditional undergraduate statistics course on estimation?
I'm recently teaching an undergraduate introduction to statistics course, but as required by program director, need to add some machine learning materials to it. I'm wondering what is the appropriate ...
1
vote
0
answers
111
views
Relation between test and train error with gradient descent iterates
My question is about establishing an inequality between population error and expected training error (i.e, expected training error < population error) for a model trained with gradient descent on a ...
1
vote
0
answers
271
views
My Neural Network gives a wrong prediction when I specify more nodes
I recently got interested in neural nets. After reading a bunch I tried to make one in python using numpy. I fed in some sample input and output data.
When I train the neural net and and then ask it ...