Skip to content

Commit ef8077b

Browse files
committed
Bug fixes in NLP with GPT Notebook
1 parent 427c023 commit ef8077b

File tree

2 files changed

+3
-705
lines changed

2 files changed

+3
-705
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This repository hosts companion notebooks and code snippets for [ML4Devs.com](https://www.ml4devs.com) website:
44

5+
- GPT
6+
- [`nlp_with_gpt_notebook.ipynb`](gpt/nlp_with_gpt_notebook.ipynb) : Sentiment Analysis, Language Translation, and Named-Entity Recognition with GPT
57
- Pandas
68
- [`pandas_apply_fn_on_dataframe.ipynb`](pandas/pandas_apply_fn_on_dataframe.ipynb) : Better ways to [apply a function to each row in Pandas DataFrame](https://www.ml4devs.com/articles/pandas-dataframe-apply-function-iterate-over-rows/)
79
- Speech

0 commit comments

Comments
 (0)