1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
prisoha [69]
2 years ago
12

How can a system of AI be implemented in the universities

Computers and Technology
1 answer:
murzikaleks [220]2 years ago
3 0
Organizations in different industries are using artificial intelligence (AI), machine learning, and data science to uncover deep insights about their processes and procedures and make predictions that will help them allocate resources and increase productivity. Universities, like other businesses, need to do the same to best serve their students and protect their bottom line.

AI can help universities predict, for example:

The probability that a prospective student will apply for a particular program
The probability that the prospective student will pass the preliminary admission screening
The probability that an accepted student to actually enroll
How likely it is that a student will be at risk
Which jobs students should apply for
The likelihood that an alumnus / alumna will donate to the university
In a marketing use case, the university can build a model to predict whether a prospective student will apply. The prediction would be based on interaction data including the following:

How they arrived at the university website
Which pages they visited
Which buttons they clicked
How long they spent on the site
Whether they tried to apply but didn’t submit
What location they visited the university website from
For prospective students who have a high probability of applying, the university can do some follow-up to encourage them to submit their applications. This can increase the marketing conversion rate and make the university more cost-effective.

AI is also useful after the university receives applications. It can help identify which applications will pass a preliminary admissions screen. This allows the university to accept more applications while keeping the same number of people working on the admissions process. AI can help at the preliminary stage, allowing staff to focus on the following admissions stages.

After the university decides which prospective students to accept, not all accepted students will actually enroll. This challenge can directly affect the university revenue. Low enrollment rate means that the university needs to take more efforts to get more students in limited time. While a high enrollment rate can cause a capacity problem which is additional cost to the university for providing extra resources to assist more students. AI can help to predict which accepted students are going to enroll so that the university can have a better preparation for the next intake in terms of dorm space, classes needed, and other resources.

After the students enroll in the university program, the performance of these students will affect the university’s reputation, for better or for worse. The admissions process helps to identify promising students. However, everything can change over the course of a college career, including the students themselves. It is essential for the university to track their students’ progress so they can pinpoint those who are at risk of failing one or more courses and determine what kind of assistance they need to graduate. The increased graduation rate can help the university improve its reputation and increase its accreditation, which can attract more students. Florida International University is an example of a university that has already implemented AI to predict and help students at risk.

After graduation, the university can continue to help students with their employment by building models that recommend to them specific jobs based on job requirements, the student’s profile, behavior, and academic performance history. By helping students get jobs fast, students enter the workforce successfully, industries benefit, and universities fulfill their missions of helping students build on their academic careers.

The downstream effect is that many grateful alumni want to give back to the university. But sometimes they don’t know how. For their part, universities have so many alumni, and it’s difficult for the institution to keep in contact with all of them. AI can help universities predict which alumni to target for donation based on demographic data, records of recent interactions, and their relationship with the university.

These are just a few examples of how using AI and machine learning can help bring value to universities. There are other use cases as well, such as how to match students with lecturers or academic advisors, how to select students to receive scholarships, which elective courses to recommend to students, how to predict student retention and which students will fail. When it comes to using AI to optimize the university experience, the possibilities are virtually limitless.

You might be interested in
Create the class named SortFile. The class will have a single attribute, which is an ArrayList of integers. The class will have
S_A_V [24]

Answer:

See explaination

Explanation:

//SortFile.java

import java.io.File;

import java.io.FileNotFoundException;

import java.util.ArrayList;

import java.util.Arrays;

import java.util.Scanner;

public class SortFile {

// array list of integers to store the numbers

private ArrayList<Integer> list;

// default constructor

public SortFile() {

// initializing list

list = new ArrayList<Integer>();

// reading file name using a scanner

Scanner sc = new Scanner(System.in);

System.out.print("Enter file name: ");

String filename = sc.nextLine();

// opening file inside a try catch block. if you want to throw exception

// instead, just remove try-catch block and add throws

// FileNotFoundException to the method signature.

try {

// opening file

sc = new Scanner(new File(filename));

// looping and reading each integer from file to list

while (sc.hasNextInt()) {

list.add(sc.nextInt());

}

// closing file

sc.close();

} catch (FileNotFoundException e) {

// exception occurred.

System.err.println(e);

}

}

// constructor taking a file name

public SortFile(String filename) {

// initializing list

list = new ArrayList<Integer>();

// opening file inside a try catch block. if you want to throw exception

// instead, just remove try-catch block and add throws

// FileNotFoundException to the method signature.

try {

Scanner sc = new Scanner(new File(filename));

// looping and reading each integer from file to list

while (sc.hasNextInt()) {

list.add(sc.nextInt());

}

sc.close();

} catch (FileNotFoundException e) {

System.err.println(e);

}

}

// method to return a sorted array of integers containing unique elements

// from list

public int[] sort() {

// creating an array of list.size() size

int arr[] = new int[list.size()];

// count of unique (non duplicate) numbers

int count = 0;

// looping through the list

for (int i = 0; i < list.size(); i++) {

// fetching element

int element = list.get(i);

// if this element does not appear before on list, adding to arr at

// index=count and incrementing count

if (!list.subList(0, i).contains(element)) {

arr[count++] = element;

}

}

// now reducing the size of arr to count, so that there are no blank

// locations

arr = Arrays.copyOf(arr, count);

// using selection sort algorithm to sort the array

int index = 0;

// loops until index is equal to the array length. i.e the whole array

// is sorted

while (index < arr.length) {

// finding the index of biggest element in unsorted array

// initially assuming index as the index of biggest element

int index_max = index;

// looping through the unsorted part of array

for (int i = index + 1; i < arr.length; i++) {

// if current element is bigger than element at index_max,

// updating index_max

if (arr[i] > arr[index_max]) {

index_max = i;

}

}

// now we simply swap elements at index_max and index

int temp = arr[index_max];

arr[index_max] = arr[index];

arr[index] = temp;

// updating index

index++;

// now elements from 0 to index-1 are sorted. this will continue

// until whole array is sorted

}

//returning sorted array

return arr;

}

//code for test-run

public static void main(String[] args) {

//initializing SortFile using default constructor

SortFile sortFile = new SortFile();

//displaying sorted array

System.out.println(Arrays.toString(sortFile.sort()));

}

6 0
4 years ago
You’re mapping out the logical relations of a database, and you notice that one of your tables will have a pair of child records
Jet001 [13]
The answer to your question is answer A
3 0
3 years ago
10. An art board on which text and graphics are pasted is known as a
FromTheMoon [43]
The answer is B. Page
Page give the user a predicted display on how the text and graphics will look like when it's transformed into printed format.
Not only that, it also serve as a working space for destkop publisher in designing the relevant document.
8 0
3 years ago
Read 2 more answers
Class testing of object-oriented software is equivalent to unit testing for traditional software.
qaws [65]
The answer is B) True
7 0
3 years ago
Hello all people of brainly<br> :/
Nezavi [6.7K]

Answer: lol hi

Explanation:

3 0
3 years ago
Read 2 more answers
Other questions:
  • In one to three sentences describe one reason you would import data into a datebase
    13·1 answer
  • What word can you spell with the letters e, e, a, m, g, t, and k?
    10·1 answer
  • Why is updating your anti-virus a good thing?
    13·1 answer
  • Kevin is working on a financial project that involves a lot of statistical information. He needs software that allows him to ent
    10·1 answer
  • A technician receives an invalid certificate error when visiting a website with port 443 enabled. Other computers on the same LA
    8·1 answer
  • Steps to customize theme of desktop
    5·2 answers
  • True or False: Variablename must start with a number.
    13·1 answer
  • I AM GIVING BRAINLIEST!!!!!!! PLEASE HELP !!!!!!!!
    7·2 answers
  • Five technology tools and their uses​
    5·1 answer
  • 2
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!