Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
17 views
12 pages
ChatGPT Data Science Prompts
ChatGPT-Data-Science-Prompts
Uploaded by
Marcos Luis
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download
Save
Save ChatGPT-Data-Science-Prompts For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
17 views
12 pages
ChatGPT Data Science Prompts
ChatGPT-Data-Science-Prompts
Uploaded by
Marcos Luis
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save ChatGPT-Data-Science-Prompts For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 12
Search
Fullscreen
9115124, 8:17 AM GitHub -avistangvhiChalGPT-Date-Science-Prompls: Arepostory of 60 useful data sclence prompls for ChatGPT Q travistangvh / ChatGPT-Data-Science-Prompts | Public A repository of 60 useful data science prompts for ChatGPT Wy ldkstars YY 250 forks J Branches © Tags Activity star Q Notifeations > Code © Issues [1 Pullrequests 1 © Actions fF Projects © Security LY. Insights FP P1Branch QOTtags P © QQ Gotofile Go to file Code oe % travistangvh Merge pull request #1 from steven2358/patch-1 1039098-tastyear WS prompts Update .DS Store last year DB Ds_store initial commit. 2 years ago © gitattributes Initial commit 2years ago DB gitignore upload images 2 years ago © chatGPT_DataScience. add banner 2 years ago © README.md minor spelling and grammar. last year DB togopng upload images 2 years ago CD README = ChatGPT Prompts for Data Science! https igthub.comravistangvhichatgot-éat-science-prompts wna9si24, 8:17 AM ta-Sclence-Prompls: A repostory of 60 useful data sclence prompis for Chat GPT © ChatGPT Prompts NICO 5, Bet 7a see UN The ChatGPT model is a large language model trained by Opend\ that is capable of generating human-like text. By providing it with a prompt, it can generate responses that continue the conversation or expand on the given prompt. In this repository, you will find prompts that can be used with ChatGPT for data science purposes. It is curated by Travis Tang To get started, simply use the prompts below as input for ChatGPT. Replace everything in [squarebrackets] with your own to achieve results specific to your use case You can also view the collated prompts (including screenshots of ChatGPT's response) as a PDF here Adapted from the Awesome ChatGPT repo for Data Science. Table of Contents: 1. Write python . Explain code Optimize code Format code Translate code from one language to another . Explain concepts, ane wn 7. Suggest ideas ritps:thub.comravstangvhichatgt-cata-sclence-prompls anesr, 17 aM Cet -vavitangyhvChalGPT-Data Science Proms: repository of 6D useful data sclonce prompt fr CatGPT 8, Troubleshoot problem a 9. Write SQL 10. Write other Code 1 isc WRITE PYTHON 1. Train Classification Model Prompt: | want you to act as a data scientist and code for me. | have a dataset of [describe dataset] . Please build a machine learning model that predicts [target variable] 2. Automatic Machine Learning Prompt: I want you to act as an automatic machine learning (AutoML) bot using TPOT for me. | am working on a model that predicts [...] . Please write Python code to find the best classification model with the highest AUC score on the test set. 3. Tune Hyperparameter Prompt: | want you to act as a data scientist and code for me. | have trained a [model nane] . Please write the code to tune the hyperparameters. 4. Explore Data Prompt: I want you to act as a data scientist and code for me. | have a dataset of [describe dataset] . Please write code for data visualisation and exploration. 5. Generate Data Prompt: I want you to act as a fake data generator. | need a dataset that has x rows and y columns: [insert column nanes] https igihub.comravistangvhichatgot-éat-science-prompts ain9118124, 8:17 AM (GitHub -avistangvhiChalGPT-Date-Science-Prompls: A repostory of 60 useful data sclence prompls for ChatGPT 6. Write Regex Prompt: I want you to act as a coder. Please write me a regex in Python that [describe regex] 7. Train Time Series Prompt: I want you to act as a data scientist and code for me. | have a time series dataset [describe dataset] . Please build a machine learning model that predicts [target variable] . Please use [tine range] astrain and [tine range] as validation. 8. Address Imbalance Data Prompt: | want you to act as a coder. | have trained a machine learning model on an imbalanced dataset. The predictor variable is the column [Insert coluan name] . In Python, how do | oversample and/or undersample my data? 9. Get Feature Importance Prompt: I want you to act as a data scientist and explain the model's results, | have trained a decision tree model and | would like to find the most important features. Please write the code. 10. Visualize Data with Matplotlib Prompt: | want you to act as a coder in Python. have a dataset [name] with columns [name] . [Describe graph requirenents] 11. Visualize Image Grid Matplotlib Prompt: I want you to act as a coder. | have a folder of images. [Describe how files are organised in directory] [Describe how you want images to be printed] 12. Explain Model with Lime Prompt: | want you to act as a data scientist and explain the model's results. | have trained a [Library name] model and I would like to explain the output using LIME Please write the code ntps:igihub comiravstangivchagpt-caa-science-prompts anasr, 17 aM Gitub- avstngstvChalGPT-Data-Sclence-Prompls Arapostoryof 60 useful dala scence prompts for ChatGPT 13. Explain Model with Shap Prompt: I want you to act as a data scientist and explain the model's results. | have trained a scikit-learn XGBoost model and I would like to explain the output using a series of plots with Shap. Please write the code, 14. Write Multithreaded Functions Prompt: I want you to act as a coder. Can you help me parallelize this code across threads in Python? 15. Compare Function Speed Prompt: | want you to act as a software developer. | would like to compare the efficiency of two algorithms that performs the same task in Python, Please write code that helps me run an experiment that can be repeated for 5 times. Please output the runtime and other summary statistics of the experiment. [Insert functions] 16. Create NumPy Array Prompt: I want you to act as a data scientist. | need to create a numpy array. This numpy array should have the shape of (xy,2). Please initialize the numpy array with random values. 17. Write Unit Test Credit: @svpino Prompt: | want you to act as a software developer. Please write unit tests for the function [insert function] . The test cases are: [Insert test cases] 18. Validate Column Prompt: I want you to act as a data scientist. Please write code to test if that my pandas Dataframe [insert requirements here] EXPLAIN CODE https igihub.comravistangvhichatgot-éat-science-prompts 529118124, 8:17 AM (GitHub -avistangvhiChalGPT-Date-Science-Prompls: A repostory of 60 useful data sclence prompls for ChatGPT 19. Explain Python 5 Credit: @svpino Prompt: I want you to act as a code explainer. What is this code doing? [Insert code] 20. Explain SQL Prompt: | want you to act as a data science instructor. Can you please explain to me what this SQL code is doing? [Insert sgl code] 21. Explain Google Sheets Formula Prompt: I want you to act as a Google Sheets formula explainer. Explain the following Google Sheets command, [Insert formula] OPTIMIZE CODE 22. Improve Code Speed Prompt: I want you to act as a software developer. Please help me improve the time complexity of the code below, [insert code] 23. Optimize Pandas Prompt: I want you to act as a code optimizer. Can you point out what's wrong with the following pandas code and optimize it? [Insert code here] 24. Optimize Pandas Again Prompt: I want you to act as a code optimizer. Can you point out what's wrong with the following pandas code and optimize it? [Insert code here] 25. Optimize Python Prompt: | want you to act as a code optimizer. The code is poorly written. How do | correct it? [Insert code here] https igihub.comravistangvhichatgot-éat-science-prompts ern9118124, 8:17 AM (GitHub -avistangvhiChalGPT-Date-Science-Prompls: Arepostory of 60 useful data sclence prompls for ChatGPT 26. Optimize SQL Prompt: I want you to act as a SQL code optimizer, The following code is slow. Can you help me speed it up? [Insert sau] 27. Simplify Python Prompt: | want you to act as a code simplifier. Can you simplify the following code? FORMAT CODE 28. Write Documentation Credit: @svpino Prompt: | want you to act as a software developer. Please provide documentation for funcl below. [Insert function] 29. Improve Readability Prompt: | want you to act as a code analyzer. Can you improve the following code for readability and maintainability? [tasert code] 30. Format SQL Prompt: | want you to act as a SQL formatter. Please format the following SQL code. Please convert all reserved keywords to uppercase [Insert requirenents] . [Insert code] TRANSLATE CODE 31. Translate Between DBMS Prompt: | want you to act as a coder and write SQL code for MySQL. What is the equivalent of PostgreSQL's DATE_TRUNC for MySQL? https igihub.comravistangvhichatgot-éat-science-prompts m29118124, 8:17 AM (GitHub -avistangvhiChalGPT-Date-Science-Prompls: A repostory of 60 useful data sclence prompls for ChatGPT 32. Translate Python to R Credit: @svpino Prompt: | want you to act as a code translator. Can you please convert the following code from Python to R? [Insert code] 33. Translate R to Python Credit: @svpino Prompt: I want you to act as a code translator. Can you please convert the following code from R to Python? [insert code] EXPLAIN CONCEPTS 34. Explain to Five-Year-Old Prompt: I want you to act as a data science instructor. Explain [concept] toa five- year-old. 35. Explain to Undergraduate Prompt: | want you to act as a data science instructor. Explain [concept] to an undergraduate. 36. Explain to Professor Prompt: | want you to act as a data science instructor. Explain [concept] toa professor. 37. Explain to Business Stakeholder Prompt: I want you to act as a data science instructor. Explain [concept] toa business stakeholder. https igihub.comravistangvhichatgot-éat-science-prompts annasr, 17 aM Gitub- avstngstvChalGPT-Data-Sclence-Prompls Arapostoryof 60 useful dala scence prompts for ChatGPT 38. Explain Like Stackoverflow Prompt: I want you to act as an answerer on StackOverflow. You can provide code snippets, sample tables and outputs to support your answer. [Insert technical question] SUGGEST IDEAS 39. Suggest Edge Cases Prompt: | want you to act as a software developer, Please help me catch edge cases for this function [insert function] 40. Suggest Dataset Prompt: | want you to act as a data science career coach. | want to build a predictive model for [...] . At the same time, I would like to showcase my knowledge in [..+] . Can you please suggest the five most relevant datasets for my use case? 41. Suggest Portfolio Ideas Prompt: | want you to act as a data science coach, My background is in [...] and! would like to [career goal] .| need to build a portfolio of data science projects that will help me land a role in [...] asa [...] .Can you suggest five specific portfolio projects that will showcase my expertise in [...] and are of relevance to [company] ? 42. Suggest Resources Prompt: | want you to act as a data science coach. | would like to learn about [topic] . Please suggest 3 best specific resources. You can include [specify resource type] 43. Suggest Time Complexity Prompt: I want you to act as a software developer. Please compare the time complexity of the two algorithms below, [Insert two functions] https igihub.comravistangvhichatgot-éat-science-prompts ona9118124, 8:17 AM (GitHub -avistangvhiChalGPT-Date-Science-Prompls: Arepostory of 60 useful data sclence prompls for ChatGPT 44. Suggest Feature Engineering Prompt: | want you to act as a data scientist and perform feature engineering. | am working on a model that predicts [insert feature nane] . There are columns: [Describe columns] . Can you suggest features that we can engineer for this machine learning problem? 45. Suggest Ab Testing Steps Prompt: I want you to act asa statistician, [Describe context] Please design an A/B test for this purpose. Please include the concrete steps on which statistical test | should run 46. Career Coaching Prompt: | want you to act as a career advisor. | am looking fora role as a [role nane] . My background is [...] . How do I land the role and with what resources exactly in 6 months? TROUBLESHOOT PROBLEM 47. Correct Own ChatGPT Code Prompt: Your above code is wrong. [Point out what is wrong] . Can you try again? 48. Correct Python Code Prompt: I want you to act as a software developer. This code is supposed to [expected function} . Please help me debug this Python code that cannot be run. [Insert function] 49. Correct SQL Code Prompt: I want you to act as a SQL code corrector. This code does not run in [your DBMS, e.g. PostgreSQL] . Can you correct it for me? [SQL code here] https igihub.comravistangvhichatgot-éat-science-prompts sorte9118124, 8:17 AM (GitHub -avistangvhiChalGPT-Date-Science-Prompls: A repostory of 60 useful data sclence prompls for ChatGPT 50. Troubleshoot PowerBI Model 5 Credit: Mathias Halkjzer Petersen Prompt: | want you to act as a Power BI modeler. Here is the details of my current project. [Insert details] . Do you see any problems with the table? WRITE SQL 51. Create Running Average Prompt: I want you to act as a data scientist and write SQL code for me. | have a table with two columns [Insert column names} . | would like to calculate a running average for [which value] . What is the SQL code that works for PostgreSQL 14? 52. Solve Leetcode Question Credit: DataLemur Prompt: Assume you are given the tables... with the columns... Output the following [Question from Data Lenur) WRITE OTHER CODE 53. Write Google Sheets Formula Prompt: | want you to act as a bot that generates Google Sheets formula. Please generate a formula that [describe requirenents] 54. Write R Prompt: | want you to act as a data scientist using R. Can you write an R script that [Insert requirement here] https igihub.comravistangvhichatgot-éat-science-prompts wwe9118124, 8:17 AM (GitHub -avistangvhiChalGPT-Date-Science-Prompls: Arepostory of 60 useful data sclence prompls for ChatGPT 55. Write Shell Prompt: I want you to act as a Linux terminal expert. Please write the code to [describe requirements] 56. Write VBA Prompt: I want you to act as an Excel VBA developer. Can you write a VBA that [Insert function here] ? MISC 57 Farmat Tahles Releases No releases published Packages No packages published Contributors 2 % travistangyh travis Tang steve tsen van Verner https igthub.comravistangvhichatgot-dat-science-prompts sane
You might also like
OpenAI Official Prompt Engineering Guide
PDF
No ratings yet
OpenAI Official Prompt Engineering Guide
17 pages
The ChatGPT Prompt Book - LifeArchitect - Ai - Rev 1
PDF
100% (6)
The ChatGPT Prompt Book - LifeArchitect - Ai - Rev 1
45 pages
The ChatGPT Prompt Book - LifeArchitect - Ai - Rev 5
PDF
100% (10)
The ChatGPT Prompt Book - LifeArchitect - Ai - Rev 5
49 pages
1111 ChatGPT Prompts PDF
PDF
No ratings yet
1111 ChatGPT Prompts PDF
180 pages
Chat GPT With Data Science
PDF
100% (1)
Chat GPT With Data Science
36 pages
100 ChatGPT Programming Prompts PDF
PDF
No ratings yet
100 ChatGPT Programming Prompts PDF
15 pages
Train ChatGPT
PDF
80% (15)
Train ChatGPT
67 pages
Automate ChatGPT Prompts For Data Science With Python - Enhanced Coding For The Modern Python Developer
PDF
No ratings yet
Automate ChatGPT Prompts For Data Science With Python - Enhanced Coding For The Modern Python Developer
96 pages
ChatGPT Cheat Sheet For Data Science
PDF
100% (5)
ChatGPT Cheat Sheet For Data Science
78 pages
ChatGPT Cheat Sheet - DataCamp PDF
PDF
91% (11)
ChatGPT Cheat Sheet - DataCamp PDF
78 pages
60 ChatGPT Prompts For Data Science 2023
PDF
100% (3)
60 ChatGPT Prompts For Data Science 2023
67 pages
Automate ChatGPT Prompts For Data Science With Python Enhanced Coding
PDF
No ratings yet
Automate ChatGPT Prompts For Data Science With Python Enhanced Coding
100 pages
Chat GPT
PDF
No ratings yet
Chat GPT
74 pages
ML Interview Preparation Schedule
PDF
No ratings yet
ML Interview Preparation Schedule
242 pages
Python Practical Questions - Test 1
PDF
No ratings yet
Python Practical Questions - Test 1
4 pages
Personal Best AI Prompts For Coders in 2025
PDF
No ratings yet
Personal Best AI Prompts For Coders in 2025
6 pages
List of Questions Big Data
PDF
No ratings yet
List of Questions Big Data
5 pages
ML Termwork
PDF
No ratings yet
ML Termwork
30 pages
John Ivanov Cosmos Application Beth
PDF
No ratings yet
John Ivanov Cosmos Application Beth
10 pages
Bard For Data Science Cheat Sheet KDnuggets
PDF
No ratings yet
Bard For Data Science Cheat Sheet KDnuggets
1 page
Prompt Engineering Training
PDF
No ratings yet
Prompt Engineering Training
7 pages
ChatGPT Prompts 使用场景
PDF
100% (2)
ChatGPT Prompts 使用场景
34 pages
ChatGPT For Data Science Cheat Sheet KDnuggets
PDF
100% (1)
ChatGPT For Data Science Cheat Sheet KDnuggets
1 page
100 ChatGPT Programming Prompts
PDF
100% (1)
100 ChatGPT Programming Prompts
15 pages
Prompt Engineer Shortcuts
PDF
No ratings yet
Prompt Engineer Shortcuts
28 pages
Turing OA
PDF
No ratings yet
Turing OA
2 pages
Datascience
PDF
No ratings yet
Datascience
8 pages
100+ ChatGPT Programming Prompts
PDF
No ratings yet
100+ ChatGPT Programming Prompts
16 pages
CGPT For DS
PDF
100% (1)
CGPT For DS
24 pages
Outlier 1
PDF
No ratings yet
Outlier 1
2 pages
6171675-Ix Std-Artificial Intelligence - Retestpostmidtermqp
PDF
No ratings yet
6171675-Ix Std-Artificial Intelligence - Retestpostmidtermqp
6 pages
Project List - Applied DS, ML & AI 9 Months
PDF
No ratings yet
Project List - Applied DS, ML & AI 9 Months
12 pages
AI&ML Lab Report
PDF
No ratings yet
AI&ML Lab Report
19 pages
Sample Programs
PDF
No ratings yet
Sample Programs
4 pages
1000 Advanced ChatGPT Prompts Clean Fixed
PDF
No ratings yet
1000 Advanced ChatGPT Prompts Clean Fixed
2 pages
The ChatGPT Prompt Book - LifeArchitect - Ai - Rev 3
PDF
No ratings yet
The ChatGPT Prompt Book - LifeArchitect - Ai - Rev 3
48 pages
EDIT ML Intern Technical Questions Skills Development
PDF
No ratings yet
EDIT ML Intern Technical Questions Skills Development
2 pages
Tue+Sep+20+23 56 35+GMT+05 00+2022
PDF
No ratings yet
Tue+Sep+20+23 56 35+GMT+05 00+2022
1 page
Shakthi Py-Record 12
PDF
No ratings yet
Shakthi Py-Record 12
56 pages
Modern ABC Chemistry For Class 12 Part I - Dr. S.P. Jauhar
PDF
No ratings yet
Modern ABC Chemistry For Class 12 Part I - Dr. S.P. Jauhar
6 pages
Chapter 1
PDF
No ratings yet
Chapter 1
45 pages
Project Work For Class-X
PDF
No ratings yet
Project Work For Class-X
2 pages
Lemur Astrologer Coding
PDF
No ratings yet
Lemur Astrologer Coding
28 pages
EVALUATION - Coding Data Requirements
PDF
No ratings yet
EVALUATION - Coding Data Requirements
24 pages
Chatgpt Slides
PDF
100% (1)
Chatgpt Slides
112 pages
Sejda Document
PDF
No ratings yet
Sejda Document
4 pages
The Chatgpt Prompt Book: Alan D. Thompson December 2022 Lifearchitect - Ai Rev 4 (20230302)
PDF
100% (2)
The Chatgpt Prompt Book: Alan D. Thompson December 2022 Lifearchitect - Ai Rev 4 (20230302)
49 pages
Summer of Code - TensorFlow and JAX, 2022
PDF
No ratings yet
Summer of Code - TensorFlow and JAX, 2022
8 pages
50 Things Chat GPT Can Do
PDF
No ratings yet
50 Things Chat GPT Can Do
7 pages
Ldddgi
PDF
No ratings yet
Ldddgi
16 pages
Khwaja Moinuddin Chishti Language University
PDF
No ratings yet
Khwaja Moinuddin Chishti Language University
30 pages
APP Lab Manual
PDF
No ratings yet
APP Lab Manual
45 pages
SIC - C - P - Chapter 1. Programing Basic Concept and Starting Python - v1
PDF
100% (1)
SIC - C - P - Chapter 1. Programing Basic Concept and Starting Python - v1
545 pages
PT1 Revision - Practice Questions (Answers)
PDF
0% (1)
PT1 Revision - Practice Questions (Answers)
4 pages
RAI AI Engineer Intern Assignments
PDF
No ratings yet
RAI AI Engineer Intern Assignments
3 pages
ChatGPT3 Free Prompt List
PDF
No ratings yet
ChatGPT3 Free Prompt List
4 pages
PDS Lab Manual - 23 Om
PDF
No ratings yet
PDS Lab Manual - 23 Om
97 pages
CS3491 Set3
PDF
No ratings yet
CS3491 Set3
2 pages
Introduction To Machine Learning Course Code: 4350702
PDF
No ratings yet
Introduction To Machine Learning Course Code: 4350702
12 pages
PaddlePaddle Generative Adversarial Network CN
PDF
No ratings yet
PaddlePaddle Generative Adversarial Network CN
5 pages
Support For GraphQL in generateDS
PDF
No ratings yet
Support For GraphQL in generateDS
6 pages
Therapist GPT
PDF
No ratings yet
Therapist GPT
2 pages
ERNIE
PDF
No ratings yet
ERNIE
7 pages
A Python Book Beginning Python Advanced Python and Python Exercises
PDF
No ratings yet
A Python Book Beginning Python Advanced Python and Python Exercises
261 pages
Create GUI Python Programs
PDF
No ratings yet
Create GUI Python Programs
2 pages
Paddle OCR EN
PDF
No ratings yet
Paddle OCR EN
16 pages
How To Build A Python GUI Application With Wxpython
PDF
No ratings yet
How To Build A Python GUI Application With Wxpython
17 pages
A Cross-Platform ChatGPT Gemini UI
PDF
No ratings yet
A Cross-Platform ChatGPT Gemini UI
15 pages
Learning Different Languages
PDF
No ratings yet
Learning Different Languages
9 pages
Writing & Blogging
PDF
No ratings yet
Writing & Blogging
8 pages
Kwai Agents
PDF
No ratings yet
Kwai Agents
7 pages
Document Classification With LayoutLMv3
PDF
No ratings yet
Document Classification With LayoutLMv3
25 pages
Learning Assistant
PDF
No ratings yet
Learning Assistant
6 pages
MemGPT - Unlimited Context (Memory) For LLMs
PDF
No ratings yet
MemGPT - Unlimited Context (Memory) For LLMs
11 pages
Awesome AI Agents
PDF
100% (2)
Awesome AI Agents
35 pages
Agents
PDF
No ratings yet
Agents
4 pages
Auto GPT
PDF
No ratings yet
Auto GPT
7 pages
Prompts For Large Language Models
PDF
No ratings yet
Prompts For Large Language Models
6 pages
LLaVA - Large Multimodal Model
PDF
No ratings yet
LLaVA - Large Multimodal Model
15 pages
GPT-4o API Deep Dive Text Generation Vision and Function Calling
PDF
No ratings yet
GPT-4o API Deep Dive Text Generation Vision and Function Calling
21 pages
Llama 3 - Open Model That Is Truly Useful
PDF
No ratings yet
Llama 3 - Open Model That Is Truly Useful
19 pages
Private Chatbot With Local LLM (Falcon 7B) and LangChain
PDF
No ratings yet
Private Chatbot With Local LLM (Falcon 7B) and LangChain
14 pages
Chat With Multiple PDFs Using Llama 2 and LangChain
PDF
No ratings yet
Chat With Multiple PDFs Using Llama 2 and LangChain
17 pages
Flux.1-Dev - Photorealistic (And Cute) Images
PDF
100% (1)
Flux.1-Dev - Photorealistic (And Cute) Images
15 pages
LangChain QuickStart With Llama 2
PDF
No ratings yet
LangChain QuickStart With Llama 2
16 pages
Fine-Tuning Llama 2 On A Custom Dataset
PDF
No ratings yet
Fine-Tuning Llama 2 On A Custom Dataset
22 pages
ChatGPT-repositories ZH
PDF
No ratings yet
ChatGPT-repositories ZH
81 pages
Awesome Japanese NLP Resources
PDF
No ratings yet
Awesome Japanese NLP Resources
32 pages