Neural Network


Work with your assigned partner to write a Python script to fit a neural network to this used car quality data. The goal is to predict quality.


Make sure to do the following:


How does the neural network compare to logistic regression? Repeat the experiment but change the activation function from "ReLU" to "logistic". Did that impact the results or the time it takes to fit/train the model? Compare "adam" optimizer vs "lbfgs" vs "sgd", which converged faster?


Regression with Neural Networks

Revisit the rental data, this time fit an MLPRegressor to it to predict the price. Use MAE, & MAPE to compare it to Linear Regression, which performs better or are they about the same?


This page was last modified on 2026-08-19 at 20:15:10.

Copyright © 2018–2026 George Fox University. All rights reserved.