Past Workshops
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
LLM Working Group (May 2024)
May 6, 2024
Researching with LLMs: Douglas Guilbeault and Chris Soria will delve into the use of LLMs as part of the researcher toolkit. We will discuss the use of APIs, prompt engineering, and other techniques to integrate LLMs into research.Read more about LLM Working Group (May 2024)
Bash + Git: Introduction
May 2, 2024
This workshop will start by introducing you to navigating your computer’s file system and basic Bash commands to remove the fear of working with the command line and to give you the confidence to use it to increase your productivity. And then working with Git, a powerful tool for keeping track of...Read more about Bash + Git: Introduction
Digital Humanities Working Group (April 2024)
April 30, 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 (April 2024)
Python Fundamentals: Parts 1-3
April 29, 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 Fundamentals: Parts 1-4
April 29, 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
US Census Bureau Restricted-Access Research Data Center (FSRDC) Info Session
April 24, 2024
Interested in restricted Census or partnering RDC agency (AHRQ, BLS, BEA, NCHS) data use? This one-hour introductory workshop will provide an overview of the Berkeley Federal Statistical Research Data Center, with no prior experience assumed. Attendees will learn about the national RDC network, how...Read more about US Census Bureau Restricted-Access Research Data Center (FSRDC) Info Session
LLM Working Group (April 2024)
April 22, 2024
Understanding LLMs: Tarun Gogineni, who is part of the Technical Staff at OpenAI, will discuss the state-of-the-art research on the inner workings and output of LLMs. Tarun works with John Schulman & Liam Fedus on RL and ChatGPT and is a core contributor to GPT4 in the realm of Model Creativity...Read more about LLM Working Group (April 2024)
GPT Fundamentals
April 17, 2024
This workshop offers a general introduction to the GPT (Generative Pretrained Transformers) model. We will explore how they reflect and shape our cultural narratives and social interactions, and which drawbacks and constraints they have.Read more about GPT Fundamentals
Python Machine Learning Fundamentals: Parts 1-2
April 16, 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
Infosession: D-Lab Data Science Fellowship (2024-2025)
April 11, 2024
The D-Lab is seeking applications for the 2024-2025 cohort of Data Science Fellows. This infosession will give you an in-depth look at the D-Lab Data Science Fellowship and an opportunity for you to ask questions about the program that may be helpful to your application process to become a Fellow!Read more about Infosession: D-Lab Data Science Fellowship (2024-2025)
Survey Fundamentals
April 11, 2024
This two-hour workshop offers a comprehensive introduction to designing and conducting survey studies. Tailored for beginners, it provides clear, step-by-step guidance complemented by concise examples, practical considerations, and useful support materials. Participants will learn the entire...Read more about Survey Fundamentals
Python Text Analysis: Word Embeddings
April 11, 2024
How can we use neural networks to create meaningful representations of words? The bag-of-words is limited in its ability to characterize text, because it does not utilize word context.Read more about Python Text Analysis: Word Embeddings
Python Text Analysis: Topic Modeling
April 4, 2024
In this part, we study unsupervised learning of text data. This is a stand alone work that builds from the two-part text analysis series.Read more about Python Text Analysis: Topic Modeling
Python Geospatial Fundamentals: Parts 1-2
April 2, 2024
Geospatial data are an important component of data visualization and analysis in the social sciences, humanities, and elsewhere. The Python programming language is a great platform for exploring these data and integrating them into your research.Read more about Python Geospatial Fundamentals: Parts 1-2
Digital Humanities Working Group (April 2nd, 2024)
April 2, 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 (April 2nd, 2024)
Python Intermediate: Parts 1-3
April 2, 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 Intermediate: Parts 1-3
Python Text Analysis Fundamentals: Parts 1-2
March 21, 2024
This two-part workshop series will prepare participants to move forward with research that uses text analysis, with a special focus on humanities and social science applications.Read more about Python Text Analysis Fundamentals: Parts 1-2
R Data Visualization
March 20, 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 Data Wrangling and Manipulation: Parts 1-2
March 19, 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
LLM Working Group (March 2024)
March 18, 2024
Teaching with LLMs: Emily Hellmich, Genevieve Smith, and Cheryl Berg will lead a dialogue on the potential of LLMs in reshaping educational landscapes. It discusses educational challenges such as AI literacy, academic integrity, biases, hallucinations, and privacy issues, as well as opportunities...Read more about LLM Working Group (March 2024)
Data Science for Social Justice 2024 (Apply by April 15)
March 15, 2024
This 8-week workshop will give you the opportunity to learn the essential tools and methods for data science analysis and be introduced to critical frameworks that will enable you to create a project of your own design and to tell stories that can counter the market-first mentality of data science...Read more about Data Science for Social Justice 2024 (Apply by April 15)
- 1 of 13 Full listing: Past Events filterable (Current page)
- 2 of 13 Full listing: Past Events filterable
- 3 of 13 Full listing: Past Events filterable
- 4 of 13 Full listing: Past Events filterable
- 5 of 13 Full listing: Past Events filterable
- 6 of 13 Full listing: Past Events filterable
- 7 of 13 Full listing: Past Events filterable
- 8 of 13 Full listing: Past Events filterable
- 9 of 13 Full listing: Past Events filterable
- …
- next › Full listing: Past Events filterable
- last » Full listing: Past Events filterable