carpentries-incubator / machine-learning-neural-python

Introduction to artificial neural nets with Python
https://carpentries-incubator.github.io/machine-learning-neural-python
Other
5 stars 7 forks source link

Link neural network episode concept to machine learning #16

Open zora-wuw opened 2 years ago

zora-wuw commented 2 years ago

Very excited to see a deep learning course being developed! Here is some feedback I have and I hope this helps to build the course better.

tompollard commented 2 years ago

Thanks @zora-wuw!

Explain the reason for the activation function.

We recently added a section on activation functions. See: https://carpentries-incubator.github.io/machine-learning-neural-python/04-create_net/index.html#activation-functions. Does this address your point or do you think further explanation is needed?

Add labels, softmax function and backpropagation concept

I agree, these should be explained. I'd also like to add more detail about the example network architecture. I think we'll end up having to split https://carpentries-incubator.github.io/machine-learning-neural-python/04-create_net/ into 2 or 3 separate sections.