The Graduate Division serves more than 13,000 students in over 100 graduate degree programs. We are here to help you from the time you are admitted until you complete your graduate program.
We're thrilled you're considering Berkeley for your graduate study. We offer more than 100 programs for master's, professional, and doctoral students to pursue their dreams.
Working toward obtaining your graduate degree at Berkeley is an exciting and challenging endeavor, but funding your graduate education shouldn’t be your greatest challenge.
We're here to support you as you progress through your degree, and help you understand the policies and procedures that inform your graduate education.
GradPro, the Graduate Writing Center, and the GSI Teaching & Resource Center can support you in your academic and professional development at all stages of your degree program and in preparing for your career.
The Office for Graduate Diversity provides support and services for prospective and continuing students in an effort to support and sustain a more diverse graduate student community.
Your gift allows us to deliver an inclusive, world-class experience to graduate students, so they can make a difference at Berkeley and beyond.
Back to All Events
See organizers’ website for details
Overview
A brief history of ANNs (Artificial Neural Networks) and an explanation of the intuition behind them. This part aims to give the audience a conceptual understanding with few mathematical barriers, and no programming requirements.
Step-by-step construction of a very basic ANN. Although the code will be written in Python, it will be intuitive enough for programmers of other languages to follow along.
Using the popular Python library scikit-learn, an ANN will be implemented on a classification problem. High-level libraries reduce the work for a researcher implementing ANN down to tuning a set of parameters, which will be explained in this part.
Prior knowledge: D-Lab’s Python for Everything or R Fundamentals and an interest in machine learning.
Technology requirement: To follow along in parts 2 and 3, it is suggested to install Python via Anaconda. Instructions can be found here.