Zili Liu
Department of Psychology
AD
3.3
Overall Rating
Based on 10 Users
Easiness 1.7 / 5 How easy the class is, 1 being extremely difficult and 5 being easy peasy.
Clarity 2.7 / 5 How clear the class is, 1 being extremely unclear and 5 being very clear.
Workload 1.5 / 5 How much workload the class is, 1 being extremely heavy and 5 being extremely light.
Helpfulness 3.8 / 5 How helpful the class is, 1 being not helpful at all and 5 being extremely helpful.

TOP TAGS

  • Has Group Projects
GRADE DISTRIBUTIONS
36.4%
30.3%
24.2%
18.2%
12.1%
6.1%
0.0%
A+
A
A-
B+
B
B-
C+
C
C-
D+
D
D-
F

Grade distributions are collected using data from the UCLA Registrar’s Office.

26.7%
22.2%
17.8%
13.3%
8.9%
4.4%
0.0%
A+
A
A-
B+
B
B-
C+
C
C-
D+
D
D-
F

Grade distributions are collected using data from the UCLA Registrar’s Office.

30.0%
25.0%
20.0%
15.0%
10.0%
5.0%
0.0%
A+
A
A-
B+
B
B-
C+
C
C-
D+
D
D-
F

Grade distributions are collected using data from the UCLA Registrar’s Office.

42.9%
35.7%
28.6%
21.4%
14.3%
7.1%
0.0%
A+
A
A-
B+
B
B-
C+
C
C-
D+
D
D-
F

Grade distributions are collected using data from the UCLA Registrar’s Office.

50.0%
41.7%
33.3%
25.0%
16.7%
8.3%
0.0%
A+
A
A-
B+
B
B-
C+
C
C-
D+
D
D-
F

Grade distributions are collected using data from the UCLA Registrar’s Office.

26.3%
21.9%
17.5%
13.2%
8.8%
4.4%
0.0%
A+
A
A-
B+
B
B-
C+
C
C-
D+
D
D-
F

Grade distributions are collected using data from the UCLA Registrar’s Office.

33.3%
27.8%
22.2%
16.7%
11.1%
5.6%
0.0%
A+
A
A-
B+
B
B-
C+
C
C-
D+
D
D-
F

Grade distributions are collected using data from the UCLA Registrar’s Office.

25.0%
20.8%
16.7%
12.5%
8.3%
4.2%
0.0%
A+
A
A-
B+
B
B-
C+
C
C-
D+
D
D-
F

Grade distributions are collected using data from the UCLA Registrar’s Office.

35.7%
29.8%
23.8%
17.9%
11.9%
6.0%
0.0%
A+
A
A-
B+
B
B-
C+
C
C-
D+
D
D-
F

Grade distributions are collected using data from the UCLA Registrar’s Office.

26.7%
22.2%
17.8%
13.3%
8.9%
4.4%
0.0%
A+
A
A-
B+
B
B-
C+
C
C-
D+
D
D-
F

Grade distributions are collected using data from the UCLA Registrar’s Office.

ENROLLMENT DISTRIBUTIONS
Clear marks
Loading...

Sorry, no enrollment data is available.

AD

Reviews (3)

1 of 1
1 of 1
Add your review...
Quarter: Winter 2018
Grade: A+
May 8, 2018

6 Homework, 1 group project and 1 final. Class's curved.
The workload is intense and material are pretty hard, but you learn a lot.
Dr. Lu and my TA Joseph are great! They are always willing to help!

Helpful?

1 0 Please log in to provide feedback.
Quarter: Winter 2025
Grade: A
Verified Reviewer This user is a verified UCLA student/alum.
Nov. 19, 2025

I came into the class excited but somewhat unsure of what I was getting myself into. It turns out to be tough but rewarding.

The class starts with a linear algebra refresher, which can be a bit hard to follow if you don't have experience with it before. That said, it was just to get everyone on the same mathematical footing before diving into neural networks. The lectures gradually build from linear associators and perceptrons to backpropagation, all framed through a very math-focused, linear-algebra lens. While the rigor is great, I do think the early lectures could benefit from more visualizations or diagrams (sometimes staring at equations makes the intuition a bit harder to grasp). However, the sections on biologically inspired models (e.g. lateral inhibition, Hopfield networks, some of the history behind associative memory/models) were especially interesting since they connected classical ideas to neuroscience, modern applications, and ongoing research.

Take the programming prerequisite seriously. All six coding assignments assume you can independently debug and write working code. The professor makes it very clear that he cannot help troubleshoot code, and assignments that don’t compile do receive zeroes. The syllabus says Python or C++ are both allowed, but realistically, given the timeline, I think Python is the way to go unless you’re very comfortable in C++ already.

The grading is based on 1 mini quiz, 6 homework assignments, a final exam, and a final project. The quiz and homeworks were straightforward, but the final exam was tougher than expected, partly because we weren’t given much indication of what content would be emphasized, and it included material from the assigned readings.

The class is quite doable if you come in with linear algebra and some basic machine learning experience. Things start getting difficult once the final project begins. You get a lot of creative freedom: you can explore any topic you’re interested in and build something, whether that’s a research idea you want to develop or something simpler just to pass the class. But there’s a noticeable gap between what we learned in lecture (up to feedforward networks, implemented via vector/matrix operations) and what was expected in the project (using and improving open-source models, e.g. pre-trained CNNs, LSTMs). We were never directly taught how to use tools like PyTorch, Keras, scikit-learn, or data-processing libraries, so some background in data science definitely helps. Despite the difficulty, the project experience was very fulfilling. The professor conducts a Q&A after each final presentation, intentionally intimidating because he tries to poke holes in your work in a way that simulates a real academic defense. I found that part especially valuable. Our TA (Zoe) was also very supportive, often staying after class to help answer questions.

Overall, this is a challenging but meaningful class. You will get out of it what you put in. Both the professor and the TA are obviously knowledgeable and happy to help. If you’re willing to learn independently, wrestle with new tools, and push yourself, you’ll walk away with a deeper appreciation for classical/modern neural networks and the satisfaction of building something you didn’t know you could build.

Helpful?

0 0 Please log in to provide feedback.
Quarter: Winter 2022
Grade: N/A
COVID-19 This review was submitted during the COVID-19 pandemic. Your experience may vary.
Aug. 5, 2022

Only take it if you're really interested in NNs or need it as a req. Basically, you'll be on your own; the TA can be helpful with the programming questions, and the professor can help with some conceptual questions (probably far detached from what you actually should know about the subject). Read homework spec's carefully, as you'll be graded on the stuff that wasn't even there (but somehow is on the grading rubric). Overall grading was arbitrary, and especially so for the final project and the final grade. I seriously believe that the professor graded based on the impressions that he randomly got from us during final presentations and/or office hours. You'll receive no legitimate feedback about your final grade, even if asked.

Helpful?

0 0 Please log in to provide feedback.
Quarter: Winter 2018
Grade: A+
May 8, 2018

6 Homework, 1 group project and 1 final. Class's curved.
The workload is intense and material are pretty hard, but you learn a lot.
Dr. Lu and my TA Joseph are great! They are always willing to help!

Helpful?

1 0 Please log in to provide feedback.
Verified Reviewer This user is a verified UCLA student/alum.
Quarter: Winter 2025
Grade: A
Nov. 19, 2025

I came into the class excited but somewhat unsure of what I was getting myself into. It turns out to be tough but rewarding.

The class starts with a linear algebra refresher, which can be a bit hard to follow if you don't have experience with it before. That said, it was just to get everyone on the same mathematical footing before diving into neural networks. The lectures gradually build from linear associators and perceptrons to backpropagation, all framed through a very math-focused, linear-algebra lens. While the rigor is great, I do think the early lectures could benefit from more visualizations or diagrams (sometimes staring at equations makes the intuition a bit harder to grasp). However, the sections on biologically inspired models (e.g. lateral inhibition, Hopfield networks, some of the history behind associative memory/models) were especially interesting since they connected classical ideas to neuroscience, modern applications, and ongoing research.

Take the programming prerequisite seriously. All six coding assignments assume you can independently debug and write working code. The professor makes it very clear that he cannot help troubleshoot code, and assignments that don’t compile do receive zeroes. The syllabus says Python or C++ are both allowed, but realistically, given the timeline, I think Python is the way to go unless you’re very comfortable in C++ already.

The grading is based on 1 mini quiz, 6 homework assignments, a final exam, and a final project. The quiz and homeworks were straightforward, but the final exam was tougher than expected, partly because we weren’t given much indication of what content would be emphasized, and it included material from the assigned readings.

The class is quite doable if you come in with linear algebra and some basic machine learning experience. Things start getting difficult once the final project begins. You get a lot of creative freedom: you can explore any topic you’re interested in and build something, whether that’s a research idea you want to develop or something simpler just to pass the class. But there’s a noticeable gap between what we learned in lecture (up to feedforward networks, implemented via vector/matrix operations) and what was expected in the project (using and improving open-source models, e.g. pre-trained CNNs, LSTMs). We were never directly taught how to use tools like PyTorch, Keras, scikit-learn, or data-processing libraries, so some background in data science definitely helps. Despite the difficulty, the project experience was very fulfilling. The professor conducts a Q&A after each final presentation, intentionally intimidating because he tries to poke holes in your work in a way that simulates a real academic defense. I found that part especially valuable. Our TA (Zoe) was also very supportive, often staying after class to help answer questions.

Overall, this is a challenging but meaningful class. You will get out of it what you put in. Both the professor and the TA are obviously knowledgeable and happy to help. If you’re willing to learn independently, wrestle with new tools, and push yourself, you’ll walk away with a deeper appreciation for classical/modern neural networks and the satisfaction of building something you didn’t know you could build.

Helpful?

0 0 Please log in to provide feedback.
COVID-19 This review was submitted during the COVID-19 pandemic. Your experience may vary.
Quarter: Winter 2022
Grade: N/A
Aug. 5, 2022

Only take it if you're really interested in NNs or need it as a req. Basically, you'll be on your own; the TA can be helpful with the programming questions, and the professor can help with some conceptual questions (probably far detached from what you actually should know about the subject). Read homework spec's carefully, as you'll be graded on the stuff that wasn't even there (but somehow is on the grading rubric). Overall grading was arbitrary, and especially so for the final project and the final grade. I seriously believe that the professor graded based on the impressions that he randomly got from us during final presentations and/or office hours. You'll receive no legitimate feedback about your final grade, even if asked.

Helpful?

0 0 Please log in to provide feedback.
1 of 1
3.3
Overall Rating
Based on 10 Users
Easiness 1.7 / 5 How easy the class is, 1 being extremely difficult and 5 being easy peasy.
Clarity 2.7 / 5 How clear the class is, 1 being extremely unclear and 5 being very clear.
Workload 1.5 / 5 How much workload the class is, 1 being extremely heavy and 5 being extremely light.
Helpfulness 3.8 / 5 How helpful the class is, 1 being not helpful at all and 5 being extremely helpful.

TOP TAGS

  • Has Group Projects
    (2)
ADS

Adblock Detected

Bruinwalk is an entirely Daily Bruin-run service brought to you for free. We hate annoying ads just as much as you do, but they help keep our lights on. We promise to keep our ads as relevant for you as possible, so please consider disabling your ad-blocking software while using this site.

Thank you for supporting us!