หลักสูตร Artificial Intelligence
Artificial Intelligence
Generative AI หรือที่เรียกกันย่อ ๆ ว่า Gen AI เป็นเทคโนโลยีปัญญาประดิษฐ์ (Artificial Intelligence: AI) ที่สามารถสร้างข้อมูลใหม่ขึ้นจากศูนย์ เทคโนโลยีนี้ไม่ได้มีหน้าที่เพียงแค่วิเคราะห์หรือประมวลผลข้อมูลเหมือน AI แบบดั้งเดิม แต่ยังมีความสามารถในการสร้างสรรค์เนื้อหาใหม่ เช่น ข้อความ รูปภาพ เสียง หรือวิดีโอ ซึ่งเปรียบเสมือนการให้ AI มีความคิดคล้ายมนุษย์
2 วัน
14,900บาท
เรียนรู้การใช้ Microsoft 365 Copilot แบบมืออาชีพ ด้วย Workshop เข้มข้น
1 วัน
7,500บาท
เรียนรู้การทำงานของ Microsoft Copilot Studio และการประยุกต์ใช้ AI Chatbot ในธุรกิจ
2 วัน
14,900บาท
สร้างสรรค์ผลงานระดับมืออาชีพด้วยพลังของ Generative AI เพื่อเพิ่มประสิทธิภาพและขยายขีดความสามารถในการทำงานในยุค AI
2 วัน
14,900บาท
ดึงความสามารถของ Generative AI มาสร้าง Workflow ในยุคใหม่ที่จะช่วยทำงานได้ 24/7 เพิ่ม Productivity มหาศาล เพื่อให้คุณก้าวนำหน้าคู่แข่งก่อนใคร
.code-options {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
}
.code-wrapper {
background-color: #ffffff;
border: 1px solid #ddd;
border-radius: 20px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
width: 360px;
display: flex;
flex-direction: column;
padding: 0; /* เอา padding ออกเพราะมีแถบรูปด้านบน */
box-sizing: border-box;
overflow: hidden; /* ตัดส่วนเกินของรูปที่ล้นมุมโค้ง */
}
.code-img {
width: 100%;
/* height: 120px; */
object-fit: cover;
display: block;
}
.code-card {
background: white;
padding: 16px 20px;
/* border: 1px solid #bae6fd; */
/* flex: 1 1 20px; */
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.code-card h4 {
margin: 0 0 6px 0;
color: #075985;
text-align: center;
}
.code-card p {
margin: 0 0 12px 0;
font-size: 14px;
color: #334155;
text-align: center;
}
/* Container สำหรับสองคอลัมน์ พร้อม + ตรงกลาง */
.promo-columns {
display: flex;
align-items: stretch; /* ให้ column ยืดความสูงเท่ากัน */
margin-bottom: 0.75rem;
}
/* แต่ละคอลัมน์ให้ flex: 1 เพื่อขยายเท่ากัน */
.promo-column {
flex: 1;
height: 100%;
display: flex;
flex-direction: column;
align-items: center; /* จัดเนื้อหาในคอลัมน์ให้กึ่งกลางแนวนอน */
justify-content: center; /* ให้เนื้อหาเริ่มจากด้านบน */
text-align: center; /* จัดข้อความในคอลัมน์ให้กึ่งกลาง */
border: 2px solid #1090c6;
border-radius: 20px;
padding: 0.5rem;
box-sizing: border-box;
margin: 0;
}
/* เครื่องหมาย + ไม่ยืดตัว */
.plus-sign {
font-family: "DB_Heavent_Med";
flex: 0 0 auto;
padding: 0 0.5rem;
font-size: 1.5rem;
color: #1090c6;
display: flex;
align-items: center;
justify-content: center;
}
/* ชื่อคอร์ส: กำหนดเป็น flex container เพื่อกึ่งกลางทั้งแนวดิ่งและแนวนอน */
.promo-column a.course-title {
display: flex; /* ทำให้กล่องนี้เป็น flex container */
align-items: center; /* จัดกึ่งกลางแนวตั้ง */
justify-content: center; /* จัดกึ่งกลางแนวนอน */
flex-wrap: wrap; /* ถ้าชื่อยาว ให้ขึ้นบรรทัดใหม่ได้ */
width: 100%; /* ให้กินเต็มความกว้างของคอลัมน์ */
min-height: 3.75rem; /* ปรับตามจำนวนบรรทัดที่ต้องการครอบคลุม */
margin-bottom: 0.5rem;
color: #1090c6;
font-family: "DB_Heavent_Med";
font-size: 1.25rem;
line-height: 1;
word-break: normal;
overflow-wrap: break-word;
white-space: normal;
text-decoration: none;
text-align: center; /* เผื่อช่วยจัดข้อความหลายบรรทัดภายในตัว flex */
}
.promo-column a.course-title:hover {
text-decoration: underline;
}
.promo-column .date-label {
margin: 0 !important;
font-size: 0.9rem;
font-family: "DB_Heavent_Regular";
color: #555 !important;
line-height: 1;
}
.promo-column .date-label strong {
font-family: "DB_Heavent_Regular";
font-size: 1.125rem;
}
/* กำหนดให้ ชิดกับ label แต่เว้นเล็กน้อย */
.promo-column .date-value {
margin: 0;
/* margin-bottom: 0.5rem; */
font-family: "DB_Heavent_Med";
font-weight: normal;
font-size: 1.25rem;
color: #333;
line-height: 1;
}
/* กลุ่มปุ่ม 2 ปุ่ม จัดให้อยู่ชิดล่างและกึ่งกลาง */
.button-group {
display: flex;
gap: 12px; /* ระยะห่างระหว่างปุ่ม 2 ปุ่ม */
justify-content: center; /* จัดให้อยู่กึ่งกลางแนวนอน */
margin-top: 12px; /* เว้นช่องว่างบนใต้กลุ่มปุ่ม */
}
/* คลาสพื้นฐานของปุ่มทั้งสอง */
.btn {
flex: 1; /* ให้ปุ่มทั้งสองขยายความกว้างให้เท่ากัน */
padding: 8px 16px;
font-size: 1.2rem;
line-height: 1.2;
border-radius: 4px;
border: none;
cursor: pointer;
transition: background-color 0.3s ease;
}
.btn.copy-btn {
padding: 0.25rem 0.5rem;
font-family: "DB_Heavent_Med";
/* font-size: 1.25rem; */
border: 1px solid #19b5fe;
background-color: #ffffff;
color: #19b5fe;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.2s, color 0.2s;
}
.btn.copy-btn:hover {
background-color: #19b5fe;
color: #ffffff;
}
/* ปุ่มสมัครเรียน */
.btn-register {
font-family: "DB_Heavent_Med";
background-color: #19b5fe;
color: #ffffff;
}
.btn-register:hover {
background-color: #0284c7;
}
@media (max-width: 768px) {
.image {
max-width: 100%;
}
}
เรียนรู้การสร้าง Workflow ช่วยงานอัจฉริยะ เป็น AI Automation ดึงความสามารถของ Generative AI มาสร้าง Workflow ในยุคใหม่ที่จะช่วยทำงานได้ 24/7 เพิ่ม Productivity มหาศาล เพื่อให้คุณก้าวนำหน้าคู่แข่งก่อนใคร
โปรโมชัน : Upskills แบบดับเบิ้ล! 9Expert แจกโปรจับคู่คอร์สเรียน ลดสูงสุด 15%
AI Automation Agent with Make.com
วันที่อบรม
16 – 17 มิ.ย. 68
+
ASP.NET Core MVC
วันที่อบรม
24 – 27 มิ.ย. 68
คัดลอกโค้ด 9EXPBD1ลงทะเบียน
function copyCode(code, btn) {
navigator.clipboard.writeText(code).then(
() => {
// แจ้งเตือนหลังคัดลอก
// alert("คัดลอกโค้ดเรียบร้อยแล้ว: " + code);
// ปรับปุ่มชั่วคราว
const originalText = btn.textContent;
btn.textContent = "คัดลอกแล้ว!";
btn.disabled = true;
setTimeout(() => {
btn.textContent = originalText;
btn.disabled = false;
}, 2000);
},
() => {
alert("เกิดข้อผิดพลาดในการคัดลอกโค้ด");
}
);
}
2 วัน
10,900บาท
หลักสูตรนี้เราจะเรียนรู้ การพัฒนาสร้างและพัฒนา Model สำหรับการพัฒนา AI เพื่อธุรกิจในโลกยุคปัจจุบัน
.code-options {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
}
.code-wrapper {
background-color: #ffffff;
border: 1px solid #ddd;
border-radius: 20px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
width: 360px;
display: flex;
flex-direction: column;
padding: 0; /* เอา padding ออกเพราะมีแถบรูปด้านบน */
box-sizing: border-box;
overflow: hidden; /* ตัดส่วนเกินของรูปที่ล้นมุมโค้ง */
}
.code-img {
width: 100%;
/* height: 120px; */
object-fit: cover;
display: block;
}
.code-card {
background: white;
padding: 16px 20px;
/* border: 1px solid #bae6fd; */
/* flex: 1 1 20px; */
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.code-card h4 {
margin: 0 0 6px 0;
color: #075985;
text-align: center;
}
.code-card p {
margin: 0 0 12px 0;
font-size: 14px;
color: #334155;
text-align: center;
}
/* Container สำหรับสองคอลัมน์ พร้อม + ตรงกลาง */
.promo-columns {
display: flex;
align-items: stretch; /* ให้ column ยืดความสูงเท่ากัน */
margin-bottom: 0.75rem;
}
/* แต่ละคอลัมน์ให้ flex: 1 เพื่อขยายเท่ากัน */
.promo-column {
flex: 1;
height: 100%;
display: flex;
flex-direction: column;
align-items: center; /* จัดเนื้อหาในคอลัมน์ให้กึ่งกลางแนวนอน */
justify-content: center; /* ให้เนื้อหาเริ่มจากด้านบน */
text-align: center; /* จัดข้อความในคอลัมน์ให้กึ่งกลาง */
border: 2px solid #1090c6;
border-radius: 20px;
padding: 0.5rem;
box-sizing: border-box;
margin: 0;
}
/* เครื่องหมาย + ไม่ยืดตัว */
.plus-sign {
font-family: "DB_Heavent_Med";
flex: 0 0 auto;
padding: 0 0.5rem;
font-size: 1.5rem;
color: #1090c6;
display: flex;
align-items: center;
justify-content: center;
}
/* ชื่อคอร์ส: กำหนดเป็น flex container เพื่อกึ่งกลางทั้งแนวดิ่งและแนวนอน */
.promo-column a.course-title {
display: flex; /* ทำให้กล่องนี้เป็น flex container */
align-items: center; /* จัดกึ่งกลางแนวตั้ง */
justify-content: center; /* จัดกึ่งกลางแนวนอน */
flex-wrap: wrap; /* ถ้าชื่อยาว ให้ขึ้นบรรทัดใหม่ได้ */
width: 100%; /* ให้กินเต็มความกว้างของคอลัมน์ */
min-height: 3.75rem; /* ปรับตามจำนวนบรรทัดที่ต้องการครอบคลุม */
margin-bottom: 0.5rem;
color: #1090c6;
font-family: "DB_Heavent_Med";
font-size: 1.25rem;
line-height: 1;
word-break: normal;
overflow-wrap: break-word;
white-space: normal;
text-decoration: none;
text-align: center; /* เผื่อช่วยจัดข้อความหลายบรรทัดภายในตัว flex */
}
.promo-column a.course-title:hover {
text-decoration: underline;
}
.promo-column .date-label {
margin: 0 !important;
font-size: 0.9rem;
font-family: "DB_Heavent_Regular";
color: #555 !important;
line-height: 1;
}
.promo-column .date-label strong {
font-family: "DB_Heavent_Regular";
font-size: 1.125rem;
}
/* กำหนดให้ ชิดกับ label แต่เว้นเล็กน้อย */
.promo-column .date-value {
margin: 0;
/* margin-bottom: 0.5rem; */
font-family: "DB_Heavent_Med";
font-weight: normal;
font-size: 1.25rem;
color: #333;
line-height: 1;
}
/* กลุ่มปุ่ม 2 ปุ่ม จัดให้อยู่ชิดล่างและกึ่งกลาง */
.button-group {
display: flex;
gap: 12px; /* ระยะห่างระหว่างปุ่ม 2 ปุ่ม */
justify-content: center; /* จัดให้อยู่กึ่งกลางแนวนอน */
margin-top: 12px; /* เว้นช่องว่างบนใต้กลุ่มปุ่ม */
}
/* คลาสพื้นฐานของปุ่มทั้งสอง */
.btn {
flex: 1; /* ให้ปุ่มทั้งสองขยายความกว้างให้เท่ากัน */
padding: 8px 16px;
font-size: 1.2rem;
line-height: 1.2;
border-radius: 4px;
border: none;
cursor: pointer;
transition: background-color 0.3s ease;
}
.btn.copy-btn {
padding: 0.25rem 0.5rem;
font-family: "DB_Heavent_Med";
/* font-size: 1.25rem; */
border: 1px solid #19b5fe;
background-color: #ffffff;
color: #19b5fe;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.2s, color 0.2s;
}
.btn.copy-btn:hover {
background-color: #19b5fe;
color: #ffffff;
}
/* ปุ่มสมัครเรียน */
.btn-register {
font-family: "DB_Heavent_Med";
background-color: #19b5fe;
color: #ffffff;
}
.btn-register:hover {
background-color: #0284c7;
}
@media (max-width: 768px) {
.image {
max-width: 100%;
}
}
โปรโมชัน : Upskills แบบดับเบิ้ล! 9Expert แจกโปรจับคู่คอร์สเรียน ลดสูงสุด 15%
AI Builder in Power Platform for Business
วันที่อบรม
18 – 19 มิ.ย. 68
+
Microsoft SQL Server Performance Tuning
วันที่อบรม
24 – 27 มิ.ย. 68
คัดลอกโค้ด 9EXPBD2
ลงทะเบียน
function copyCode(code, btn) {
navigator.clipboard.writeText(code).then(
() => {
// แจ้งเตือนหลังคัดลอก
// alert("คัดลอกโค้ดเรียบร้อยแล้ว: " + code);
// ปรับปุ่มชั่วคราว
const originalText = btn.textContent;
btn.textContent = "คัดลอกแล้ว!";
btn.disabled = true;
setTimeout(() => {
btn.textContent = originalText;
btn.disabled = false;
}, 2000);
},
() => {
alert("เกิดข้อผิดพลาดในการคัดลอกโค้ด");
}
);
}