Le Deep Learning de A á Z: KerasClassifier problem

Today, I was working on the section "Évaluer, améliorer et ajuster l'ANN" when I ran into a coding problem with the KerasClassifier.


The instructor had not updated the code in the course and so I received an error.

Having looked over my datacamp notes on deep learning, I was able to fix the problem with tensorflow.keras.wrappers.sckit_learn ... 




Learnings: Good to have notes from multiple learning platforms and teachers












Comments

Popular posts from this blog

Space Wars- Python 3

Maze Game in Python using Turtle