[PR #158] [MERGED] All basic ML notebooks in TensorFlow 2.0 + Keras are complete #217

Closed
opened 2025-11-02 00:10:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GokuMohandas/Made-With-ML/pull/158
Author: @GokuMohandas
Created: 12/3/2019
Status: Merged
Merged: 12/3/2019
Merged by: @GokuMohandas

Base: masterHead: basic-ml


📝 Commits (1)

  • de63dd2 All basic ML notebooks in TensorFlow 2.0 + Keras are complete

📊 Changes

13 files changed (+23667 additions, -315 deletions)

View changed files

📝 notebooks/00_Notebooks.ipynb (+23 -8)
📝 notebooks/01_Python.ipynb (+186 -162)
📝 notebooks/02_NumPy.ipynb (+71 -66)
📝 notebooks/03_Pandas.ipynb (+84 -79)
notebooks/04_Linear_Regression.ipynb (+2567 -0)
notebooks/05_Logistic_Regression.ipynb (+2176 -0)
notebooks/06_Multilayer_Perceptrons.ipynb (+4071 -0)
notebooks/07_Data_and_Models.ipynb (+1745 -0)
notebooks/08_Utilities.ipynb (+3114 -0)
notebooks/09_Preprocessing.ipynb (+916 -0)
notebooks/10_Convolutional_Neural_Networks.ipynb (+2268 -0)
notebooks/11_Embeddings.ipynb (+3637 -0)
notebooks/12_Recurrent_Neural_Networks.ipynb (+2809 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/GokuMohandas/Made-With-ML/pull/158 **Author:** [@GokuMohandas](https://github.com/GokuMohandas) **Created:** 12/3/2019 **Status:** ✅ Merged **Merged:** 12/3/2019 **Merged by:** [@GokuMohandas](https://github.com/GokuMohandas) **Base:** `master` ← **Head:** `basic-ml` --- ### 📝 Commits (1) - [`de63dd2`](https://github.com/GokuMohandas/Made-With-ML/commit/de63dd255dcb7c9a1ce94b6648e8e027d60a95b3) All basic ML notebooks in TensorFlow 2.0 + Keras are complete ### 📊 Changes **13 files changed** (+23667 additions, -315 deletions) <details> <summary>View changed files</summary> 📝 `notebooks/00_Notebooks.ipynb` (+23 -8) 📝 `notebooks/01_Python.ipynb` (+186 -162) 📝 `notebooks/02_NumPy.ipynb` (+71 -66) 📝 `notebooks/03_Pandas.ipynb` (+84 -79) ➕ `notebooks/04_Linear_Regression.ipynb` (+2567 -0) ➕ `notebooks/05_Logistic_Regression.ipynb` (+2176 -0) ➕ `notebooks/06_Multilayer_Perceptrons.ipynb` (+4071 -0) ➕ `notebooks/07_Data_and_Models.ipynb` (+1745 -0) ➕ `notebooks/08_Utilities.ipynb` (+3114 -0) ➕ `notebooks/09_Preprocessing.ipynb` (+916 -0) ➕ `notebooks/10_Convolutional_Neural_Networks.ipynb` (+2268 -0) ➕ `notebooks/11_Embeddings.ipynb` (+3637 -0) ➕ `notebooks/12_Recurrent_Neural_Networks.ipynb` (+2809 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 00:10:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/Made-With-ML#217