Metadata
Title
院校宣讲:哥伦比亚大学工学院人工智能硕士项目
Category
international
UUID
515372e704994affa257b49ce5dfd583
Source URL
https://career.cuhk.edu.cn/lecture/view/id/1629
Parent URL
https://career.cuhk.edu.cn/lecture
Crawl Time
2026-03-11T01:15:21+00:00
Rendered Raw Markdown

院校宣讲:哥伦比亚大学工学院人工智能硕士项目

Source: https://career.cuhk.edu.cn/lecture/view/id/1629 Parent: https://career.cuhk.edu.cn/lecture

.weixin{ width:30px; height:30px;position:relative; font-size:12px; } .weixin a img{width:30px; height:30px;} /*微信图标*/ .weixin .weixin_nr{ width: 100px;height: 100px;padding: 5px;background: #dedfe2;text-align: center;position: absolute;left: -31px;top: -115px; display:none;} .weixin.on .weixin_nr{ display:block;}

院校宣讲:哥伦比亚大学工学院人工智能硕士项目

2026.02.13

微博

微信 twitter fb 打印

活动时间:00:00-01:00,2026-02-20

地点:Zoom

语言:英文

院校宣讲:哥伦比亚大学工学院人工智能硕士项目

Info Session: Columbia University Master of Science in Artificial Intelligence

\

哥大工学院将开设人工智能硕士项目(MSAI)。MSAI针对2026秋季入读的申请将于3月15日截止。感兴趣的同学,请于北京时间2月20日参加线上宣讲会,了解项目设置及申请的相关信息。

\

时间: February 19, 2026 at 11:00 AM EST (北京时间2月20日凌晨00:00)

报名链接: https://apply.engineering.columbia.edu/portal/info_sessions?id=9f1ff7d4-0354-4636-b5a0-13cbc3c28dc7

\

更多详情:https://www.engineering.columbia.edu/academics/programs/masters-programs/master-science-programs/artificial-intelligence-ms

\

上一篇

返回列表

下一篇

相关推荐

## 【企业宣讲】2026欧莱雅(中国)暑期实习](https://career.cuhk.edu.cn/lecture/view/id/1630) - 就业 [2026.03.03

## 【企业宣讲扫码报名】vivo2026校园春招宣讲会](https://career.cuhk.edu.cn/lecture/view/id/1627) - 升学 [2026.03.02

## 【院校宣讲】场次二:港大经管学院「菁英计划-院长奖学金选拔营」线上宣讲会](https://career.cuhk.edu.cn/lecture/view/id/1621)

jQuery(function(){ jQuery('#output').qrcode(window.location.href); }) function showDialog(json){ if(json.option.type >= 3){ // var newDialog = $.dialog(json.dialog); var myArt = dialog({ title:json.dialog.title || '提示', content:json.dialog.content, width:'240px', quickclose: true, backdropOpacity:0.8, fixed: true, drag:false }); myArt.showModal();//装载HTML页面 }else if(json.option.type < 3){ if (json.dialog.content=='请登录' || json.dialog.content=='请先完善个人资料') { var location = json.dialog.init; location(); } else { // dialog = $.dialog(json.dialog); var myArt = dialog({ title:json.dialog.title || '提示', content:json.dialog.content, width:'240px', quickclose: true, backdropOpacity:0.8, fixed: true, drag:false }); myArt.showModal();//装载HTML页面 setTimeout(function() { window.location.reload(); }, 1000); } } } function addFollow(type, id) { ajax('/user/follow', {ajax: true, type: type, id: id} ); } function ajax(url, data, callback) { var jsonpCallback = jsonpCallback || 'showDialog'; $.ajax({ type: 'post', url: url, data: data, dataType: "jsonp", jsonpCallback: jsonpCallback, success: function(data, status) { } }); } function cancelLecture(id) { var myArt = dialog({ title: '提示', content: '确定要取消报名吗?此操作不可恢复', ok: function(){ $.ajax({ type:'post', data:{'id':id}, url:"/lecture/cancelApply", dataType:'json', success:function(res){ dialog({ time: 2, title: '提示', content: res.msg, onclose: function () { window.location.reload(); }, }).showModal(); } }); }, cancel:function(){}, cancelValue:'否', okValue:'是' }); myArt.showModal();//装载HTML页面 }

香港中文大学(深圳)© 版权所有

var ScrolltoTop = $(".backtop"); $(ScrolltoTop).click(function() { $('html, body').animate({ scrollTop: 0 },100) });