Will Georgia Tech's $7K online M.S. in computer science program make the grade?

Georgia Tech to offer MS in Computer Science via MOOC (Photo: Mathieu Plourde)
The Georgia Institute of Technology, in partnership with Udacity and AT&T, is preparing to offer an accredited online master of science (M.S.) degree in Computer Science. The instruction will be via Massively Open Online Courses (MOOC), which will be open to anyone at no charge, but will also be available as for-credit courses leading to an Online Master of Science in Computer Science (OMS CS). The total cost of instruction fees and tuition for those taking the M.S. route is expected to be less than US$7,000.
The potential of the internet as a revolutionary force in education has long been touted, but actually developing a formula that works for all stakeholders seems elusive. The most recent wave of enthusiasm is focused on MOOCs. A MOOC is an online class structured and presented to be accessible to large numbers of students, with materials for a MOOC available without cost to anyone having an interest in the subject.
While learning for its own sake is an important part of the human condition, the decision to commit to large expenditures of time and effort is often based on a cost/benefit analysis. At present, although it is possible to earn a certificate of completion for many MOOCs, college credit is usually not available. The significance of completed MOOCs to an employer is still an emerging quantity, but currently appears to be lukewarm at best.
If a candidate for a computer science position presented an accredited online comp sci M.S. degree from a major university, would that degree produce the same level of respect and perceived employability as would the equivalent bricks and mortar degree? Obviously, the answer isn't known, as no employer has yet been faced with this situation.
The Georgia Institute of Technology, however, seems intent on finding out. Together with MOOC provider Udacity and AT&T, it is preparing to offer a totally on-line MOOC-based Master of Science degree in Computer Science.
Georgia Tech is a state university based in Atlanta, which is ranked as one of the top ten engineering schools in America. Its on-campus computer science M.S. program, which presently has an enrollment of about 300 students, is offered through three paths: a course path, a project path, and a thesis path.
Each degree program is fine-tuned to the needs and interests of the student by providing fifteen program specializations whose subjects range from computer architecture to interactive analysis. The cost for tuition and fees for this M.S. program totals about $25,000 for students from Georgia, and about $60,000 for non-residents, figures already moderate by Ivy League standards. The program's graduates are eagerly gobbled up by industry.
The plan for the Georgia Tech online degree is to prepare a set of MOOCs that replicates many of the classes available on-campus, together with a support system to provide the additional structure and guidance required to successfully negotiate a coherent collection of courses leading toward a degree. Udacity has been a leader in developing such robust MOOCs (called MOOC 2.0), achieving nearly 100 percent student retention compared to the three to 10 percent retention typical of stand-alone MOOCs. AT&T has supported the start-up costs to develop the program with a $2 million grant.
Initially, the Georgia Tech online degree program will be tested starting in January 2014 with a group mainly consisting of students from the military and AT&T.; Improvements and polishing based on the experiences of this shakedown cohort will hopefully allow the first external students a smoother ride when they are admitted to the program in the 2014-2015 academic year. Enrollment will initially be a few hundred students, and is expected to grow into the five to 10 thousand range over the next few years.
The M.S. degree will initially be offered in eight specializations:
- Computational Perception & Robotics
- Databases & Software Engineering
- High-Performance Computing
- Interactive Intelligence
- Machine Learning
- Networking
- Social Computing
- Systems
It appears that the online M.S. will initially follow the courses-only option. While one can imagine ways to carry out the project or thesis options online. it is not clear if this is in Georgia Tech's plans for the future.
Where might such a program be weak? The most obvious area is in student support. It is true that Udacity and Georgia Tech will both be providing some resources to guide students through the course material and assignments, a big question is if such support will be enough. There is clearly a role for online student groups as forums for interaction with one's classmates, and a way for more advanced students to help out newer students. A great deal of value can be added to such forums by adding some level of response from instructors, who can address issues that are presenting roadblocks to progress. Now if they could just figure out how to share beer and pizza for marathon online study sessions.
The most important issue returns to the question of credibility. Until a significant number of M.S. graduates from the online program are tested in the job market, recruiters will be taking risks on unknown factors, as will students who elect this educational route. On the other hand, it will well behoove companies having significant needs for computer science professionals to take on some Georgia Tech online graduates to perform their own evaluation of quality and performance in the context of a job.
The Georgia Institute of Technology is clearly taking a brave step into a possible future for STEM (science, technology, engineering, and mathematics) education. Hopefully market forces will be flexible enough to find out if this is a step in a useful direction before pronouncing doom on a risky business.
Will Georgia Tech's $7K online M.S. in computer science program make the grade?的更多相关文章
- Georgia Tech Online Master of Science in Computer Science 项目经验分享
Georgia Tech Online Master of Science in Computer Science 项目经验分享 Posted on 2014/04/22 项目关键词:工科名校,计算机 ...
- Don't Dismiss Georgia Tech's $6,600 Online Master's Degree
https://www.pcmag.com/commentary/343924/dont-dismiss-georgia-techs-6-600-online-masters-degree Don't ...
- Online, Cheap -- and Elite
Online, Cheap -- and Elite Analysis of Georgia Tech’s MOOC-inspired online master's in computer scie ...
- 每日英语:Tech Firms Flock to Vietnam
Opening up a Korean restaurant among the rice fields and limestone karsts north of Hanoi might seem ...
- How do I learn machine learning?
https://www.quora.com/How-do-I-learn-machine-learning-1?redirected_qid=6578644 How Can I Learn X? ...
- paper 118:计算机视觉、模式识别、机器学习常用牛人主页链接
牛人主页(主页有很多论文代码) Serge Belongie at UC San Diego Antonio Torralba at MIT Alexei Ffros at CMU Ce Liu at ...
- Computer Graphics Research Software
Computer Graphics Research Software Helping you avoid re-inventing the wheel since 2009! Last update ...
- (转) Deep Reinforcement Learning: Playing a Racing Game
Byte Tank Posts Archive Deep Reinforcement Learning: Playing a Racing Game OCT 6TH, 2016 Agent playi ...
- iOS 重大新漏洞:可绕开苹果审核机制
iOS 是目前最为安全可靠的移动平台,但既然是软件就不会是无坚不摧的.乔治亚技术信息安全中心 (Georgia Tech Information Security Center)的研究员不久前声称,他 ...
随机推荐
- Json格式循环遍历,Json数组循环遍历
Json格式数据如何遍历,这里我们可以用for..in实现 例如最简单的json格式 , 'handsome' : 'yes' }; for( var key in json1 ){ console. ...
- 【LeetCode题解】844_比较含退格的字符串(Backspace-String-Compare)
目录 描述 解法一:字符串比较 思路 Java 实现 Python 实现 复杂度分析 解法二:双指针(推荐) 思路 Java 实现 Python 实现 复杂度分析 更多 LeetCode 题解笔记可以 ...
- 分布式理论(一) —— CAP 定理
目录: 什么是 CAP 定理 为什么只能 3 选 2 能不能解决 3 选 2 的问题 引用 1. 什么是 CAP 定理 2000 年的时候,Eric Brewer 教授提出了 CAP 猜想,2年后,被 ...
- .2-浅析express源码之applicaiton模块(1)-咸鱼方法
上一节讲了express的入口文件,当执行主函数,会调用app.init方法,这个方法就来源于application模块. 这个模块有很多方法,目前仅仅过一下初始化方法: app.init = fun ...
- 浅析Java源码之HashMap外传-红黑树Treenode(已鸽)
(这篇文章暂时鸽了,有点理解不能,点进来的小伙伴可以撤了) 刚开始准备在HashMap中直接把红黑树也过了的,结果发现这个类不是一般的麻烦,所以单独开一篇. 由于红黑树之前完全没接触过,所以这篇博客相 ...
- PetaPoco源代码学习--0.目录贴
2017年3季度后,以人力外包的形式派驻到甲方单位进行项目救急时,接触到了甲方单位的ASP.NET MVC项目的ORM框架,它以PetaPoco(2012年的老版本)进行改造升级的,当初就想学习一下这 ...
- MyCAT入门实践
1.MyCAT简单介绍 MyCAT是一个彻底开源的,面向企业应用开发的大数据库集群,支持事务.ACID.可以替代MySQL的加强版数据库,是一个可以视为MySQL集群的企业级数据库,用来替代昂贵的Or ...
- thinkphp save() 跟新失败
一.失败案例 $data = I(); $rs = $this->typeModel->data($data)->save(); 二.正确案例 正确一 $rs=$this->t ...
- 如何通过DataGridView 实现单元格合并和二维表头
先看下实现出来的效果(这里随便写了几组数据,用来测试) 先初始一个DataGridView 设置哪几列 DataGridView 里男女这两列的 AutoSizeMode 可以设置Fill. publ ...
- 撩课-Web大前端每天5道面试题-Day33
1.CommonJS 中的 require/exports 和 ES6 中的 import/export 区别? CommonJS 模块的重要特性是加载时执行, 即脚本代码在 require 的时候, ...