Welcome to the Data Science Workshop - Spring 2025 hosted by New Brunswick Libraries (NBL)!
This workshop series is designed to introduce participants to essential data science concepts, tools, and applications.
💡 Beginner-friendly | Hands-on
This workshop is tailored for those with little to no programming experience. It covers:
- Python syntax and script execution
- Jupyter Notebook & Google Colab
- Variables, Data Types, and Operators
- Control Structures: If-Else statements, loops, functions
- Data Structures: Lists, tuples, sets, dictionaries
📊 Data Analysis & Manipulation
Participants will dive into powerful data analysis tools:
- NumPy: Arrays, indexing, vectorized operations
- Pandas: DataFrames, Series, handling missing data, filtering, and aggregations
- Hands-on exercises using real-world datasets
📈 Interactive Data Visualization
- Learn to create interactive dashboards
- Explore dynamic charts and graphs
- Connect and transform data for storytelling
- Uncover hidden insights with Tableau
🤖 Fundamentals of Predictive Modeling
- Understanding Supervised Learning
- Classification & Regression algorithms
- Hands-on with Linear Regression, Random Forests, Gradient Boosting Machines
🧠 Discovering Hidden Patterns
- Explore Clustering techniques: K-Means, DBSCAN
- Learn Dimensionality Reduction with PCA
- Introduction to Association Rules for market basket analysis
📊 Statistical Methods for Business & Research
- Understand A/B Testing fundamentals
- Conduct Hypothesis Testing
- Practical case studies for data-driven decision-making
🤖 Understanding AI’s Impact
- What is Generative AI?
- Myths vs. Realities
- Ethical considerations and best practices
- How to integrate AI into personal and professional workflows
📚 LLMs in Action
- Introduction to Large Language Models (LLMs)
- How they work and their capabilities
- Hands-on implementation & responsible AI practices
🤖 Building Autonomous AI Systems
- Learn how Generative AI agents work
- Combining Language Models, Tools, and APIs
- Automating tasks and problem-solving with AI
🎯 Personalized AI for Digital Platforms
- How Netflix, Amazon, and Spotify predict what users want
- Collaborative Filtering & Content-Based Recommendation
- Build your own Recommendation System with Python