Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
ExcitedSnail's user avatar
  • 3,050
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 ...
sgg's user avatar
  • 11
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 ...
Hariharan's user avatar