// Import ======================================================================================================================== import { textareaHeightControl } from '/data/www/aia-official-en-main/web/src/js/components/input.js'; import App from '@/layouts/aia/app-layout'; // import '/data/www/aia-official-en-main/www/css/pages/contact-us.css'; import { checkboxButtonDisableToggle, formErrorMessage, formReset, formValidation } from '/data/www/aia-official-en-main/web/src/js/patterns/form.js'; import Button from '@/components/button'; import Input from '@/components/input'; import { useEffect, useRef } from 'react'; import { useForm } from '@inertiajs/react'; import SectionNavigation from '@/components/aia/section-navigation'; import PageMeta from '@/components/aia/page-meta'; import { aboutAIA } from '/data/www/aia-official-en-main/web/src/js/about-aia.js' export default function About() { const elementRef = useRef(null); useEffect(() => { if (elementRef.current) { aboutAIA(); } }, []); return ( } pageMeta={ } >

Our Story

At the heart of Taiwan's AI evolution stands the Taiwan AI Academy (AIA), a catalyst for transformation built upon the nation's exceptional technological prowess and vibrant innovation landscape. Founded in March 2017 by the esteemed Dr. James C. Liao, Dr. H.T. Kung, and the late Dr. Sheng-Wei Chen, AIA emerged from a critical need: to harness AI for solving complex manufacturing challenges. This pivotal initiative underscored the urgent necessity for nurturing AI talent, leading to the establishment of the Taiwan AI Academy Foundation.

Fostering a Thriving AI ecosystem in Taiwan

Vision​

Empowering Taiwan as a Global AI Hub

We envision Taiwan as a globally recognized epicenter of AI innovation, driving ethical advancements that elevate industrial competitiveness and foster societal well-being. Through open collaboration and impactful research, we are committed to building an inclusive future—AI for All, All in AI.

Fostering a Thriving AI ecosystem in Taiwan

Mission​​

Ecosystem Architect

To forge strategic alliances between industry, government, academia, and research institutions, cultivating a dynamic and interconnected AI ecosystem.

Transformation Accelerator

To expedite AI-driven transformation within Taiwanese industries by establishing deep-rooted, trusted partnerships and championing responsible, practical AI solutions.

Societal Impact Leader

To amplify societal value through strategic initiatives and dialogues that ensure AI development positively impacts all communities.

Global Talent Nexus

To unite leading global AI minds and experts, enhancing Taiwan’s AI capabilities and fostering robust international collaborations.

Taiwan AI Academy & Global AI Breakthroughs: A Parallel Evolution

AI is transforming our world, and Taiwan AI Academy is at the heart of that transformation. This timeline is an invitation to explore the intertwined stories of global AI breakthroughs and our Academy’s growth. Discover how we're building a future where innovation and knowledge converge, and be part of the story.

Keep Scrolling

2023-2024:
The Rise of Generative AI and Global AI Competition

  1. 2024

    1. Sheng-Wei Chen Memorial Lecture: Delivering Trust in the AI Era by Dr. Wei Chao Chen
    2. Global AI Regulation: EU AI Act Enforcement & U.S. AI Safety Executive Order
    3. U.S. Congressional Aides Visit: AI Development, Policy, and Industry-Academia Collaboration
    4. AI in Education & Workforce Development: Personalized Learning and Corporate Upskilling
    5. Train-the-Trainer Program: Upskilling ASEAN Educators in Semiconductor Technology
    6. Malaysia Delegation Visit: Strengthening AI Industry Collaboration with MIDA
    7. AI-Driven Industry Collaboration:Strengthening Global Supply Chains and Trade Agreements
    8. AIATCL™ Launch: Taiwan’s First AI Literacy Certification for Professionals
    9. GenAI Pilot Workshop: AI Applications Across Industries and Workforce Readiness
  2. 2023

    1. AIGC Impact Workshop Explores AI-Driven Innovation
    2. ChatGPT Becomes Fastest-Growing AI App
    3. AIGC Summer Camp Introduces High Schoolers to Generative AI
    4. LLM Competition Heats Up: Bard, Claude & More
    5. Annual Conference: Generative AI and Industry Innovation

2021-2022:
The Rise of Generative AI and Global AI Competition

  1. 2022

    1. Sheng-Wei Chen Memorial Lecture: Delivering Trust in the AI Era by Dr. Wei Chao Chen
    2. Global AI Regulation: EU AI Act Enforcement & U.S. AI Safety Executive Order
    3. U.S. Congressional Aides Visit: AI Development, Policy, and Industry-Academia Collaboration
    4. AI in Education & Workforce Development: Personalized Learning and Corporate Upskilling
    5. Train-the-Trainer Program: Upskilling ASEAN Educators in Semiconductor Technology
    6. Malaysia Delegation Visit: Strengthening AI Industry Collaboration with MIDA
    7. AI-Driven Industry Collaboration:Strengthening Global Supply Chains and Trade Agreements
    8. AIATCL™ Launch: Taiwan’s First AI Literacy Certification for Professionals
    9. GenAI Pilot Workshop: AI Applications Across Industries and Workforce Readiness
  2. 2021

    1. AIGC Impact Workshop Explores AI-Driven Innovation
    2. ChatGPT Becomes Fastest-Growing AI App
    3. AIGC Summer Camp Introduces High Schoolers to Generative AI
    4. LLM Competition Heats Up: Bard, Claude & More
    5. Annual Conference: Generative AI and Industry Innovation
); }