generative_ai_udacity
1.0.0
這些是我在學習 Udacity 生成人工智慧奈米學位時所做的個人筆記。
奈米學位要求具備數據科學Python庫和資料庫的基本數據分析技能,並有4個基於這些技能的模組;每個模組在此儲存庫中都有其對應的資料夾及其指南 Markdown 檔案:
01_Fundamentals_GenAI
。02_LLMs
。03_ComputerVision
。04_BuildingSolutions
。此外,還需要提交並通過一些項目才能獲得認證:
最後,也可以看看我的一些相關工具的個人指南:
mxagar/tool_guides/hugging_face
mxagar/tool_guides/langchain
mxagar/tool_guides/llms
mxagar/nlp_guide
mxagar/computer_vision_udacity/CVND_Advanced_CV_and_DL.md
mxagar/deep_learning_udacity/DLND_RNNs.md
具有常用資料科學套件的常規 Python 環境就足夠了(即 scikit-learn、pandas、matplotlib 等);指南中介紹了任何特殊/附加軟體包及其安裝命令。使用我目前的套件設定 conda 環境的方法如下:
conda create --name ds pip python=3.10
conda activate ds
pip install -r requirements.txt
該存儲庫中的許多內容都是根據 Udacity 生成人工智慧奈米學位創建的。
米克爾·薩加迪亞,2024。
沒有保證。