Past Workshops
Python Fundamentals: Parts 1-3
October 14, 2024
This three-part interactive workshop series is your complete introduction to programming Python for people with little or no previous programming experience. By the end of the series, you will be able to apply your knowledge of basic principles of programming and data manipulation to a real-world...Read more about Python Fundamentals: Parts 1-3
R Geospatial Fundamentals: Parts 1-3
October 14, 2024
Geospatial data are an important component of data visualization and analysis in the social sciences, humanities, and elsewhere. The R programming language is a great platform for exploring these data and integrating them into your research. This workshop focuses on fundamental operations for...Read more about R Geospatial Fundamentals: Parts 1-3
R Machine Learning with tidymodels: Parts 1-2
October 14, 2024
Machine learning often evokes images of Skynet, self-driving cars, and computerized homes. However, these ideas are less science fiction as they are tangible phenomena that are predicated on description, classification, prediction, and pattern recognition in data. During this two part workshop, we...Read more about R Machine Learning with tidymodels: Parts 1-2
Python Data Wrangling and Manipulation with Pandas
October 10, 2024
Pandas is a Python package that provides fast, flexible, and expressive data structures designed to make working with 'relational' or 'labeled' data both easy and intuitive. It enables doing practical, real world data analysis in Python. In this workshop, we'll work with example data and go through...Read more about Python Data Wrangling and Manipulation with Pandas
R Data Visualization
October 9, 2024
This workshop will provide an introduction to graphics in R with ggplot2. Participants will learn how to construct, customize, and export a variety of plot types in order to visualize relationships in data. We will also explore the basic grammar of graphics, including the aesthetics and geometry...Read more about R Data Visualization
R Fundamentals: Parts 1-4
October 8, 2024
This workshop is a four-part introductory series that will teach you R from scratch with clear introductions, concise examples, and support documents. You will learn how to download and install the open-sourced R Studio software, understand data and basic manipulations, import and subset data,...Read more about R Fundamentals: Parts 1-4
Stata Fundamentals: Parts 1-3
October 8, 2024
This workshop is a three-part introductory series that will teach you Stata from scratch with clear introductions, concise examples, and support documents. You will learn how to download and install the Stata software, understand data and basic manipulations, import and subset data, explore and...Read more about Stata Fundamentals: Parts 1-3
Excel Data Analysis: Charts, Pivot Tables, and VLOOKUP
October 7, 2024
This three-hour workshop will cover charts in more detail, review pivot tables, and the widely-used VLOOKUP function. We recommend first taking the introductory workshop Excel Data Analysis: Introduction.Read more about Excel Data Analysis: Charts, Pivot Tables, and VLOOKUP
Digital Humanities Working Group (October 2024)
October 7, 2024
The UC Berkeley Digital Humanities Working Group is a research community founded to facilitate interdisciplinary conversations in the digital humanities and cultural analytics. Our gatherings are participant driven and provide a place for sharing research ideas (including brainstorming new ideas...Read more about Digital Humanities Working Group (October 2024)
Excel Data Analysis: Introduction
October 2, 2024
This is a three-hour introductory workshop that will provide an overview of Excel, with no prior experience assumed. Attendees will learn how to use functions for handling data and making calculations, how to build charts and pivot tables, and more.Read more about Excel Data Analysis: Introduction
Python Fundamentals: Parts 4-6
October 1, 2024
This three-part interactive workshop series teaches you intermediate programming Python for people with previous programming experience equivalent to our Python Fundamentals workshop. By the end of the series, you will be able to apply your knowledge of basic principles of programming and data...Read more about Python Fundamentals: Parts 4-6
R Data Wrangling and Manipulation: Parts 1-2
October 1, 2024
It is said that 80% of data analysis is spent on the process of cleaning and preparing the data for exploration, visualization, and analysis. This R workshop will introduce the dplyr and tidyr packages to make data wrangling and manipulation easier. Participants will learn how to use these packages...Read more about R Data Wrangling and Manipulation: Parts 1-2
Python Data Visualization: Parts 1-2
October 1, 2024
For this workshop, we'll provide an introduction to visualization with Python. We'll cover visualization theory and plotting with Matplotlib and Seaborn, working through examples in a Jupyter notebook.Read more about Python Data Visualization: Parts 1-2
Python Machine Learning Fundamentals: Parts 1-2
September 30, 2024
This workshop introduces students to scikit-learn, the popular machine learning library in Python, as well as the auto-ML library built on top of scikit-learn, TPOT. The focus will be on scikit-learn syntax and available tools to apply machine learning algorithms to datasets. No theory instruction...Read more about Python Machine Learning Fundamentals: Parts 1-2
Python Data Wrangling and Manipulation with Pandas
September 27, 2024
Pandas is a Python package that provides fast, flexible, and expressive data structures designed to make working with 'relational' or 'labeled' data both easy and intuitive. It enables doing practical, real world data analysis in Python. In this workshop, we'll work with example data and go through...Read more about Python Data Wrangling and Manipulation with Pandas
Qualtrics Fundamentals
September 26, 2024
Qualtrics is a powerful online tool available to Berkeley community members that can be used for a range of data collection activities. Primarily, Qualtrics is designed to make web surveys easy to write, test, and implement, but the software can be used for data entry, training, quality control,...Read more about Qualtrics Fundamentals
Python GPT Fundamentals
September 26, 2024
This workshop offers a general introduction to the GPT (Generative Pretrained Transformers) model. No technical background is required. We will explore the transformer architecture upon which GPT models are built, how transformer models encode natural language into embeddings, and how GPT predicts...Read more about Python GPT Fundamentals
Python Deep Learning: Parts 1-2
September 24, 2024
The goal of this workshop is to build intuition for deep learning by building, training, and testing models in Python. Rather than a theory-centered approach, we will evaluate deep learning models through empirical results.Read more about Python Deep Learning: Parts 1-2
R Copilot Assisted Coding Workshop
September 23, 2024
This workshop provides a beginner-friendly introduction to coding with GitHub Copilot, a popular AI coding assistant. We will start from the basics so you can take advantage of AI assistants to improve your coding and avoid common pitfalls. First, we’ll cover how to install and set-up Visual Studio...Read more about R Copilot Assisted Coding Workshop
R Fundamentals: Parts 1-4
September 17, 2024
This workshop is a four-part introductory series that will teach you R from scratch with clear introductions, concise examples, and support documents. You will learn how to download and install the open-sourced R Studio software, understand data and basic manipulations, import and subset data,...Read more about R Fundamentals: Parts 1-4
Python Fundamentals: Parts 1-3
September 16, 2024
This three-part interactive workshop series is your complete introduction to programming Python for people with little or no previous programming experience. By the end of the series, you will be able to apply your knowledge of basic principles of programming and data manipulation to a real-world...Read more about Python Fundamentals: Parts 1-3
AI Ethics in Action: UC Berkeley’s Data Science for Social Justice Workshop
August 28, 2024
Claudia von Vacano, Ph.D., Founding Executive Director of D-Lab, introduces the Data Science for Social Justice Workshop, highlighting its goals, structure, and outcomes. Three students who have participated in the workshop present lightning talks on their experience with DSSJ, highlighting their...Read more about AI Ethics in Action: UC Berkeley’s Data Science for Social Justice Workshop
Python Data Wrangling and Manipulation with Pandas
August 22, 2024
Pandas is a Python package that provides fast, flexible, and expressive data structures designed to make working with 'relational' or 'labeled' data both easy and intuitive. It enables doing practical, real world data analysis in Python. In this workshop, we'll work with example data and go through...Read more about Python Data Wrangling and Manipulation with Pandas
R Fundamentals: Parts 1-4
August 20, 2024
This workshop is a four-part introductory series that will teach you R from scratch with clear introductions, concise examples, and support documents. You will learn how to download and install the open-sourced R Studio software, understand data and basic manipulations, import and subset data,...Read more about R Fundamentals: Parts 1-4
Python Fundamentals: Parts 1-3
August 19, 2024
This three-part interactive workshop series is your complete introduction to programming Python for people with little or no previous programming experience. By the end of the series, you will be able to apply your knowledge of basic principles of programming and data manipulation to a real-world...Read more about Python Fundamentals: Parts 1-3
- « first Full listing: Past Events filterable
- ‹ previous Full listing: Past Events filterable
- 1 of 15 Full listing: Past Events filterable
- 2 of 15 Full listing: Past Events filterable (Current page)
- 3 of 15 Full listing: Past Events filterable
- 4 of 15 Full listing: Past Events filterable
- 5 of 15 Full listing: Past Events filterable
- 6 of 15 Full listing: Past Events filterable
- 7 of 15 Full listing: Past Events filterable
- 8 of 15 Full listing: Past Events filterable
- 9 of 15 Full listing: Past Events filterable
- …
- next › Full listing: Past Events filterable
- last » Full listing: Past Events filterable