Classify_and_Translate_AI_project

所属分类:机器翻译
开发工具:Jupyter Notebook
文件大小:0KB
下载次数:0
上传日期:2024-01-17 13:56:10
上 传 者sh-1993
说明:  该项目包括猫分类、新闻标题分类和汉英翻译笔记本。
(This project include cat classification , news title classification and Chinese-English translation notebooks.)

文件列表:
cat_classify/
title_classify/data/
translation/

# Classify_and_Translate_AI_project This project include cat classification , news title classification and Chinese-English translation notebooks. # Attention Since the data is too big, I put them in the BaiDu cloud. So if you need the data, please contact with me. # How to use this project There three directory and every directory has a Readme file, it will tell you how to use that notebook. # The whole File Tree structure ├─cat_classify │ │ my_cnn.ipynb │ │ my_gan.ipynb │ │ my_transformer.ipynb │ │ ReadMe.md │ │ │ ├─data │ │ train_list.txt │ │ │ ├─model │ │ ├─cnn │ │ ├─gan │ │ └─transformer │ ├─pretrained_models │ │ └─dcgan │ └─visualdl │ ├─cnn │ │ cnn.log │ │ │ ├─gan │ │ classifyer.log │ │ gan.log │ │ │ └─transformer │ transformer.log │ ├─title_classify │ │ ReadMe.md │ │ title_cnn.ipynb │ │ title_gan.ipynb │ │ transforemer_paddle.ipynb │ │ vocabulary.json │ │ │ ├─data │ ├─dataset │ │ ├─checkpoint │ │ └─checkpoint_final │ ├─model │ │ ├─cnn │ │ ├─gan │ │ └─transformer │ └─pretrained_models │ └─cnn └─translation │ ReadMe.md │ text_cnn.ipynb │ text_transformer.ipynb │ ├─data ├─helper │ │ get_data_and_model.sh │ │ transformer.base.yaml │ │ utils.py │ │ │ └─__pycache__ │ utils.cpython-38.pyc │ ├─model │ ├─cnn │ │ wait_fill │ │ │ └─transformer │ └─step_final └─trained_models

近期下载者

相关文件


收藏者