4-2-1-4. Lab: Student Admissions in Keras

Predicting Student Admissions with Neural Networks in Keras In this notebook, we predict student admissions to graduate school at UCLA based on three pieces of data: GRE Scores (Test) GPA Scores (Grades) Class rank (1-4) The dataset originally came from here: http://www.ats.ucla.edu/ Loading the data To load the data and format it nicely, we will use … Read more

4-2-1-3. Pre-Lab: Student Admissions in Keras

Mini Project: Student Admissions in Keras So, now we’re ready to use Keras with real data. We’ll now build a neural network which analyzes the dataset of student admissions at UCLA that we’ve previously studied. As you follow along with this lesson, you are encouraged to work in the referenced Jupyter notebooks at the end … Read more