Goto

Collaborating Authors

 Education



Five Strategies That Higher Education Leaders Need In 2020

#artificialintelligence

We've seen a number of shifts in the higher education landscape over the past few years. The online environment has grown while postsecondary enrollment has fallen. Funding for higher education has decreased. The students that these institutions serve are increasingly diverse. The higher education landscape is changing, forcing leaders to adopt new strategies to meet new needs.


Master Data Science and Artificial Intelligence

#artificialintelligence

The Master DS&AI is intended for students interested in studying and combining advanced data analysis techniques with AI methods and techniques, in order to understand, use and develop intelligent systems to support and strengthen the human intellect. This Master's program is the first and only engineering program in the Netherlands in which advanced techniques and methods in the field of Data Science and Artificial Intelligence are combined. You currently cannot apply for this DS&AI program. Course information will become available as soon as possible, but is not expected before March 2020. Keep an eye on this internet page as new information will appear here.


Artificial intelligence researchers create ethics center at University of Michigan

#artificialintelligence

Researchers at the University of Michigan have been exploring the need to set ethics standards and policies when it comes to the use of artificial intelligence, and they now have their own place to do so. The university has created a new Center of Ethics, Society and Computing (ESC) that will focus on AI, data usage, augmented and virtual reality, privacy, open data and identity. According to the center's website, the name and abbreviation alludes to the "ESC" key on a computer keyboard, which was added to interrupt a program when it produced unwanted results. "In the same way, the Center for Ethics, Society and Computing (ESC -- pronounced'escape') is dedicated to intervening when digital media and computing technologies reproduce inequality, exclusion, corruption, deception, racism or sexism," the center's mission statement reads. The center will bring together scholars who are committed to "feminist, justice-focused, inclusive and interdisciplinary approaches to computing," the university said in a news release.


Sizing the U.S. Student Cohort for Computer Science

Communications of the ACM

Alan Kay, Cathie Norris, Elliot Soloway, and I had an article in the September 2019 issue of Communications called "Computational Thinking Should Just Be Good Thinking" (access the article at http://bit.ly/2P7RYEV). Our argument is that "computational thinking" is already here--students use computing every day, and that computing is undoubtedly influencing their thinking. What we really care about is effective, critical, "expanded" thinking, where computing helps us think. To do that, we need better computing. Ken Kahn engaged with our article in the comments section (thank you, Ken!), and he made a provocative comment: There are have been many successful attempts to add programming to games: Rocky's Boots (1982), Robot Odyssey (1984), RoboSport (1991), Minecraft (multiple extensions), and probably many more.


As Esports Take Off, High School Leagues Get In The Game

NPR Technology

Assistant Principal Miles Carey oversees a Rocket League practice at Washington-Liberty High School in Arlington, Va. Assistant Principal Miles Carey oversees a Rocket League practice at Washington-Liberty High School in Arlington, Va. Nowadays, if you're a teenager who's good at video games there's a lot more to be had than just a pot of virtual gold. Today, more than 170 colleges and universities participate. Naturally, high schools have followed suit.


Here's how AI can elevate higher ed - eCampus News

#artificialintelligence

Conversations around artificial intelligence's potential in higher education are growing, and a report outlines some of the ways in which AI could revolutionize higher education. Artificial Intelligence in Higher Education: Current Uses and Future Applications, from The Learning House, casts a critical eye on the immediate and future applications of AI in higher ed, and it also examines implementation challenges. The report also highlights important policy guidance and recommendations that are likely to accelerate AI innovation or, if unrealized, stifle its growth and adoption. Related content: Is your campus ready for AI and other tech trends? For example, the Family Educational Rights and Privacy Act (FERPA) last updated in 2001, predates many common education technologies including smartphones, tablets, wireless data, MOOCs, and even online education programs in general.


Netherlands eScience Center

#artificialintelligence

From 20 -24 January, the Netherlands eScience Center held a workshop on Machine Learning for Research at its offices at Amsterdam Science Park. During the workshop, which took place in a collaborative workspace, six teams from different disciplines and research institutions spent a week of hands-on work with machine learning experts from the eScience Center. Each team came equipped with their own data and went on to an intensive one-week collaboration with machine-learning experts from the eScience Center and SURF to explore the best machine learning strategy to tackle their research question. The core focus of the workshop was on writing and developing code to analyze the data and apply suitable machine-learning techniques. This hands-on machine-learning experience was complemented by inspiring talks by the Director of the Netherlands eScience Center, Joris van Eijnatten, Maxwell Cai (SURF) on machine and deep learning, Vincent Warmerdam (GoDataDriven) on artificial stupidity, Jakub Tomczak (VU) on deep generative modeling and Florian Huber (eScience Center) on machine learning in research โ€“ dealing with the non-ideal.


Machine Learning using Python : Learn Hands-On

#artificialintelligence

Learn to use Python, the ideal programming language for Machine Learning, with this comprehensive course from Hands-On System. Python plays a important role in the adoption of Machine Learning (ML) in the business environment. Now a day's Machine Learning is one of the most sought after skills in industry. After completion of this course students will understand and apply the concepts of machine learning and applied statistics for real world problems. The topics we will be covering in this course are: Python libraries for data manipulation and visualization such as numpy, matplotlib and pandas.


An Easy To Understand Approach For K-Nearest Neighbor Algorithm

#artificialintelligence

In the domain of data science, most of the models being built are usually classification model. Reason for the same being that most of the time we are trying to recommend stuff or place a new entry in it's more legit place. This happens in real word more as compared to forecasting something. Thus, it remains the same for the domain of artificial intelligence. In this blog, a classification algorithm named as K-nearest neighbor is being discussed.