IISc-IBM AI Workshop | 04th Dec 2024 | Session 1 (9:30 am – 11:00 am)

Dec 3, 2024One-day workshop on topics in Generative AI IISc-IBM AI Day is being jointly organized by the Centre for Networked Intelligence (with support from Cisco CSR) and IBM-IISc Hybrid Cloud Lab, in collaboration with IBM India Research Lab. The goal of this workshop would be to apprise the audience of Generative AI, a set…

Panel Discussion: Open Questions in Theory of Learning

In a society that is confronting the new age of AI in which LLMs begin to display aspects of human intelligence, understanding the fundamental theory of deep learning and applying it to real systems is a compelling and urgent need. This panel will introduce some new simple foundational results in the theory of supervised learning….

Jeff Dean (Google): Exciting Trends in Machine Learning

Abstract: In this talk I’ll highlight several exciting trends in the field of AI and machine learning. Through a combination of improved algorithms and major efficiency improvements in ML-specialized hardware, we are now able to build much more capable, general purpose machine learning systems than ever before. As one example of this, I’ll give an…

Overview Artificial Intelligence Course | Stanford CS221: Learn AI (Autumn 2019)

Topics: Overview of course, OptimizationPercy Liang, Associate Professor & Dorsa Sadigh, Assistant Professor – Stanford Universityhttp://onlinehub.stanford.edu/ Associate Professor Percy LiangAssociate Professor of Computer Science and Statistics (courtesy) Assistant Professor Dorsa SadighAssistant Professor in the Computer Science Department & Electrical Engineering Department To follow along with the course schedule and syllabus, visit:https://stanford-cs221.github.io/autumn2019/#schedule artificialintelligencecourse 0:00 Introduction3:30 Why…

Artificial Intelligence Tutorial | Artificial Intelligence Full Course | AI Tutorial

This video on the Artificial Intelligence tutorial will make you learn in detail about the different concepts involved in AI. You will understand the basics of AI and get an idea about Machine Learning and Deep Learning with hands-on demo in this Artificial Intelligence full course. You will look at how to become an AI…

Practical LLM Security: Takeaways From a Year in the Trenches

Oct 9, 2024As LLMs are being integrated into more and more applications, security standards for these integrations have lagged behind. Most security research either focuses 1) on social harms, biases exhibited by LLMs, and other content moderation tasks, or 2) zooms in on the LLM itself and ignores the applications that are built around them….

Reliable, fully local RAG agents with LLaMA3.2-3b

LLaMA3.2 has released a new set of compact models designed for on-device use cases, such as locally running assistants. Here, we show how LangGraph can enable these types of local assistant by building a multi-step RAG agent – this combines ideas from 3 advanced RAG papers (Adaptive RAG, Corrective RAG, and Self-RAG) into a single…