🧠 A compilation of activities exploring Artificial Intelligence, Machine Learning, and Neural Networks.
📌 Lesson 01 - Introduction to Keras
📌 More activities coming soon...
git clone <your-repo-url>
cd <repo-folder>python -m venv myenv
source myenv/bin/activate # macOS/Linux
myenv\Scripts\activate # Windowspip install -r requirements.txtjupyter notebookThen, open Lesson01 - Introduction to Keras/introduction.ipynb.
- Python 🐍
- TensorFlow/Keras 🔥
- Jupyter Notebook 📓
Feel free to use and modify the code for learning purposes. 😊