[PR #138] [MERGED] Notebooks #198

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

📋 Pull Request Information

Original PR: https://github.com/GokuMohandas/Made-With-ML/pull/138
Author: @GokuMohandas
Created: 10/2/2019
Status: Merged
Merged: 10/2/2019
Merged by: @GokuMohandas

Base: masterHead: notebooks


📝 Commits (3)

  • 45b0373 added notebooks lesson
  • cb54aba update gitignore and codeowners
  • 2f7f849 added link for notebook lesson

📊 Changes

79 files changed (+407 additions, -170536 deletions)

View changed files

📝 .gitignore (+1 -0)
CHANGES.md (+21 -0)
📝 CODEOWNERS (+2 -0)
📝 CODE_OF_CONDUCT.md (+1 -1)
CONTRIBUTING.md (+20 -0)
📝 LICENSE (+1 -1)
📝 README.md (+222 -51)
data/harrypotter.txt (+0 -6589)
data/news.csv (+0 -120001)
data/spiral.csv (+0 -1501)
data/surnames.csv (+0 -10981)
data/titanic.csv (+0 -1310)
data/tumors.csv (+0 -1001)
data/tumors_reduced.csv (+0 -721)
images/attention1.jpg (+0 -0)
images/attention2.jpg (+0 -0)
images/batchnorm.png (+0 -0)
images/birnn.png (+0 -0)
images/char_embeddings.png (+0 -0)
images/cnn.png (+0 -0)

...and 59 more files

📄 Description

porting from PyTorch to TensorFlow 2.0 + Keras


🔄 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/138 **Author:** [@GokuMohandas](https://github.com/GokuMohandas) **Created:** 10/2/2019 **Status:** ✅ Merged **Merged:** 10/2/2019 **Merged by:** [@GokuMohandas](https://github.com/GokuMohandas) **Base:** `master` ← **Head:** `notebooks` --- ### 📝 Commits (3) - [`45b0373`](https://github.com/GokuMohandas/Made-With-ML/commit/45b037384be7ad0775f23eb087d620b6ae24014e) added notebooks lesson - [`cb54aba`](https://github.com/GokuMohandas/Made-With-ML/commit/cb54aba3208fe662a69b8b6361fea494a2eff7da) update gitignore and codeowners - [`2f7f849`](https://github.com/GokuMohandas/Made-With-ML/commit/2f7f849c5717ec52ce83f8a93176c78da4a44037) added link for notebook lesson ### 📊 Changes **79 files changed** (+407 additions, -170536 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) ➕ `CHANGES.md` (+21 -0) 📝 `CODEOWNERS` (+2 -0) 📝 `CODE_OF_CONDUCT.md` (+1 -1) ➕ `CONTRIBUTING.md` (+20 -0) 📝 `LICENSE` (+1 -1) 📝 `README.md` (+222 -51) ➖ `data/harrypotter.txt` (+0 -6589) ➖ `data/news.csv` (+0 -120001) ➖ `data/spiral.csv` (+0 -1501) ➖ `data/surnames.csv` (+0 -10981) ➖ `data/titanic.csv` (+0 -1310) ➖ `data/tumors.csv` (+0 -1001) ➖ `data/tumors_reduced.csv` (+0 -721) ➖ `images/attention1.jpg` (+0 -0) ➖ `images/attention2.jpg` (+0 -0) ➖ `images/batchnorm.png` (+0 -0) ➖ `images/birnn.png` (+0 -0) ➖ `images/char_embeddings.png` (+0 -0) ➖ `images/cnn.png` (+0 -0) _...and 59 more files_ </details> ### 📄 Description porting from PyTorch to TensorFlow 2.0 + Keras --- <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:09:01 -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#198