這門課教你從零開始掌握生成式 AI 與資料科學應用,包含人工智慧發展脈絡、ChatGPT-4o 進化應用、提示詞工程技術、DALL·E 圖像生成、API 實作到機器學習模型建構。透過 Python 實作資料探索、特徵工程、視覺化分析與分類模型建立,搭配 ChatGPT 輔助完成 EDA、建模與超參數優化,是結合技術、AI 工具與資料科學的最完整學習路線圖。
此教程為高質量英文原版視頻教學資源,英文不好的可以使用翻譯插件學習。
=====================================================
教程名稱:Generative AI & ChatGPT Mastery for Data Science and Python
下載連結:https://www.nidown.com/chatgpt-323152.html
=====================================================
最便捷、最實惠的 ChatGPT Plus 升級服務來了!!!
點擊查看詳情:https://www.kkmac.com/go/chatgpt
=====================================================
英文原版介紹
Published 12/2024
Created by Oak Academy,OAK Academy Team,Ali̇ CAVDAR
MP4 | Video: h264, 1280×720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: All | Genre: eLearning | Language: English | Duration: 198 Lectures ( 24h 6m ) | Size: 10.3 GB
Master Generative AI, ChatGPT and Prompt Engineering for Data Science and Python from scratch with hands-on projects
What you’ll learn
What is Artificial Intelligence?
Artificial Narrow Intelligence (ANI)
Artificial General Intelligence (AGI)
Artificial Super Intelligence (ASI)
Subsets of Artificial Intelligence – Machine Learning
Subsets of Artificial Intelligence – Deep Learning
Machine Learning Study with a Real Example
Large Language Models(LLM)
Natural Language Processing(NLP)
A Warning Before Switching to ChatGPT
Revolutionary of the Era: OpenAI
Let’s Get to Know the ChatGPT Interface
Differences in the ChatGPT-4 Interface
ChatGPT’s Endpoints
Prompt Prompt Engineering Power
Summary of Prompt Engineering Fundamentals
Prompt Engineering: Sample Prompts
Best Questions in Prompt Engineering
Summary of the Best Questions in Prompt Engineering
Reinforcing the topic through a scenario
Drawing a Roadmap to the Prompt
Directed Writing Request
Clear Explanation Method
Example-Based Learning
RGC(Role, Goals, Context)
Constrained Responses
Adding Visual Appeal
Prompt Updates
ChatGPT-Google Extension
Email Writing
Summarizing YouTube Videos
Talk to ChatGPT
Quick Access to ChatGPT
Dive Into Websites
Get Prompt Assistance
Using the ChatGPT API
File Reading
Visual Reading
Visual Generation (DALL-E Introduction)
Enhancing Images with DALL-E
Improving Visuals Through Ready-Made Prompts
Combining Images
A Helper Site for Visual Prompts
GPTs
Create Your Own GPT
Useful GPTs
Big News: Introducing ChatGPT-4o
How to Use ChatGPT-4o?
Chronological Development of ChatGPT
What Are the Capabilities of ChatGPT-4o?
Voice Communication with ChatGPT-4o
Instant Translation in 50+ Languages
Interview Preparation with ChatGPT-4o
Visual Commentary with ChatGPT-4o
Data analysis is the process of studying or manipulating a dataset to gain some sort of insight
Big News: Introducing ChatGPT-4o
How to Use ChatGPT-4o?
Chronological Development of ChatGPT
What Are the Capabilities of ChatGPT-4o?
As an App: ChatGPT
Voice Communication with ChatGPT-4o
Instant Translation in 50+ Languages
Interview Preparation with ChatGPT-4o
Visual Commentary with ChatGPT-4o
ChatGPT for Generative AI Introduction
Accessing the Dataset
First Task: Field Knowledge
Loading the Dataset and Understanding Variables
Let’s Perform the First Analysis
Examining Missing Values
Examining Unique Values
Categorical Variables (Analysis with Pie Chart)
Exploratory Data Analysis (EDA)
Categoric Variables vs Target Variable
Correlation Between Numerical and Categorical Variables and the Target Variable
Relationships between variables (Analysis with Heatmap)
Numerical Variables – Categorical Variables with Swarm Plot
Dropping Columns with Low Correlation
Visualizing Outliers
Determining Distributions
Applying One Hot Encoding Method to Categorical Variables
Feature Scaling with the RobustScaler Method for Machine Learning Algorithms
Feature Scaling with the RobustScaler Method for Machine Learning Algorithms
Logistic Regression Algorithm
Cross Validation
ROC Curve and Area Under Curve (AUC)
ROC Curve and Area Under Curve (AUC)
Hyperparameter Tuning for Logistic Regression Model
Decision Tree Algorithm
Support Vector Machine Algorithm
Random Forest Algorithm
Generative AI is artificial intelligence (AI) that can create original content in response to a user’s prompt or request
Getting to know the dataset using ChatGPT
Getting started with Exploratory Data Analysis(EDA) using ChatGPT
Perform Multivariate Analysis using ChatGPT
Prepare data for machine learning model using ChatGPT
Create a machine learning model using the Linear Regression algorithm with ChatGPT
Develop machine learning model using ChatGPT
Perform Feature Engineering using ChatGPT
Performing Hyperparameter Optimization using ChatGPT
Loading Dataset using ChatGPT
Perform initial analysis on Dataset using ChatGPT
Performing the first operation on the Dataset using ChatGPT
Tackling Missing values using ChatGPT
Performing Bivariate analysis with CatPLot using ChatGPT
Performing Bivariate analysis with KdePLot using ChatGPT
Examining the correlation of variables using ChatGPT
Perform a get_dummies operation using ChatGPT
Prepare for Logistic Regression modeling using ChatGPT
Create a Logistic Regression model using ChatGPT
Examining evaluation metrics on the Logistic Regression model using ChatGPT
Perform a GridSearchCv operation using ChatGPT
Model reconstruction with best parameters using ChatGPT
Requirements
A working computer (Windows, Mac, or Linux)
Motivation to learn the the second largest number of job postings relative AI among all others
Desire to learn AI & ChatGPT
Curiosity for Artificial Intelligence and Data Science
Nothing else! It’s just you, your computer and your ambition to get started today
Basic python knowledge