You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The notebook Deep Learning CNNs with Keras.ipynb currently classifies images from malaria cells into two categories. However, little is done to explain the theory behind CNNs or the Keras API that it is built on. In addition, it would be great to have a background on the problem statement and why classifying these images can be relevant.
The notebook
Deep Learning CNNs with Keras.ipynb
currently classifies images from malaria cells into two categories. However, little is done to explain the theory behind CNNs or the Keras API that it is built on. In addition, it would be great to have a background on the problem statement and why classifying these images can be relevant.I would like the notebook to follow a pattern similar to aima-python's notebooks. For example, check: https://github.com/aimacode/aima-python/blob/master/agents.ipynb
The notebook should ideally have:
The text was updated successfully, but these errors were encountered: