NJ Namju Lee
NJ's Computation for Design
This podcast offers an AI-generated summary of a Design & Computation lecture or talk featured on NJChannel.
Koniecznie odwiedź stronę podcastu i wesprzyj twórcę: namjulee.github.io
Gdzie słuchać?
Podcasty w aplikacji Replaio Radio Już wkrótcePodcasty trafią do aplikacji już wkrótce. Zainstaluj teraz i jako pierwszy zobacz nowe podejście do podcastów
Odcinki
3-Lecture CD 44 2022 05 Special Lecture-Design, Data, and Computational Design for First-Year Design Students (Opportunities, Preparation, Study Strategies, Motivation, Mentality 05.09.2025 11:38
https://youtu.be/1LoJiQ7gzUI?list=TLGGfY_XJum7NJcyNjA4MjAyNQ The Future of Design, Data, and Computational Design Condensed Briefing Summary (≈2000 characters) This lecture, aimed at first-year design students, emphasizes the crucial role of data, coding, and computational design thinking in shaping the future of design. Drawing on professional experience in the data industry, the speaker provides...
Eng Public Lecture - Design & Data, DigitalFutures 2020 26.08.2025 17:48
Data, Design, and Computation: A New Design Paradigm Briefing Summary from NJ Studio (NJ Namju Lee) NJ Namju Lee emphasizes the central role of data in design, particularly in computational design. He argues for a shift from seeing data as separate input toward integrating it as a fundamental component of design thinking and practice . His lectures outline three interconnected pillars: Data – Data...
Class 18 A: Course Summary Session - Data in Design 28.06.2025 10:00
The provided sources summarize a "Data In Design" course, emphasizing its core objective to teach students how to codify design processes using computational methodologies . The curriculum, structured around 17 sections and over 100 modules , covers topics from basic coding and geometry to advanced concepts like AI , data visualization , and software development for des...
Class 17 B: Workshop - CAD System Application & Development for Design Research and Project 25.06.2025 15:00
The provided sources offer an overview of computational design software development , emphasizing the integration of data design principles . They explore various development environments and tools , such as Unity for cross-platform deployment and Three.js/Babylon.js for web-based 3D graphics, alongside fundamental concepts like design process pipelining and event handling . The materials also...
Class 17 A: Lecture - CAD System Application & Development for Design Research and Project 20.06.2025 14:43
The sources discuss the development of CAD software , emphasizing its role as a "software revolution" that transforms theoretical knowledge into executable and distributable systems for design and research. They highlight the fundamental differences between traditional design iteration and the methodical, step-by-step approach of software development , stressing the importance of structured...
Class 16 A: Lecture - Design visualization 18.06.2025 11:42
These sources provide an extensive overview of design visualization , encompassing its broad definition and practical applications in fields like architectural and product design. The lectures and accompanying document emphasize the technical principles behind creating visuals, including rendering processes , camera techniques , lighting , and post-production . Significant attention is give...
Class 15 A: Lecture - Digital Mapping & GIS for visualization 16.06.2025 15:28
This lecture is about digital mapping and GIS for visualization , discussing how these tools are crucial for various design fields like architecture and urban planning. The lecture covers data types like vector and raster data, file formats such as GeoJSON and Shapefiles, and common GIS operations like buffering and dissolving. It emphasizes how mapping helps to uncover insights from data...
Class 14 A: Lecture - Data visualization 13.06.2025 15:08
This lecture consists of excerpts from two video lectures and a related briefing document focusing on the topic of data visualization within a design context. The lectures emphasize that data requires visualization to be understood by humans , serving both for analysis to uncover patterns and for communication to convey insights effectively. They outline a three-stage process: recording , ...
Class 13 A: Lecture - Dynamics & Agent System 11.06.2025 17:31
These sources, a lecture series and accompanying briefing documents, provide an overview of Dynamics and Agent Systems within the context of Data in Design , building on foundational concepts like geometry and algorithms. They explain how dynamic systems , which account for time-dependent states , and agent systems , which model the behaviors and interactions of individual components within...
Class 12 B: Lecture - Design Algorithm & Optimization 08.06.2025 14:28
These sources, primarily drawn from a lecture on design algorithms and optimization, introduce algorithmic thinking as a method for tackling design challenges. They discuss bottom-up approaches that build from foundational data structures and algorithms, contrasting them with top-down approaches that start with the design problem itself. The lecture explains both deterministic algorithms, wh...
Class 12 A: Lecture - Design Algorithm & Optimization 06.06.2025 12:30
These sources primarily focus on design algorithms and optimization , arguing that these are not merely technical tools but are inherently integrated with the design process itself. They emphasize the importance of computational thinking for designers and suggest that understanding an engineering mindset , particularly in software, is crucial for applying computational methods effectively. T...
Class 11 B: Lecture -AI-aided Design 04.06.2025 15:15
This presentation explores AI-aided design , starting with the fundamental concept of generative models like pix2pix, which learn to create new images based on paired input and output data. It then discusses more complex applications such as creating 3D objects from sketches and generating maps using geographical data. The speaker also introduces Large Language Models (LLMs) , explaining their...
Class 11 A: Lecture - AI-aided Design 03.06.2025 13:46
This presentation examines how machine learning and AI can be applied to design processes , emphasizing the importance of data as a design material . It discusses various data types and how they influence the choice of analytical and generative models . The material explores essential concepts like data preprocessing (scaling, handling missing values, outlier removal), dimensional reduct...
Class 10 D: Lecture -AI for Designers 02.06.2025 12:39
These sources, including a video lecture and a briefing document, focus on the growing importance of AI and data skills for designers . They emphasize the necessity of learning fundamental libraries like NumPy and Pandas for data processing and analysis , likening their importance to design tools like Photoshop or SketchUp for architects. The materials cover key machine learning libraries su...
Class 10 C: Lecture - AI for Designers 01.06.2025 31:57
These sources introduce artificial intelligence, primarily focusing on machine learning as a method to achieve AI goals, using the relatable analogy of placing points and drawing lines to explain the core idea of pattern finding in data. They emphasize that understanding the problem and the available data types is crucial for choosing appropriate machine learning models, highlighting the neces...
Class 10 B: Lecture - AI for Designers 30.05.2025 21:36
These lectures discuss artificial intelligence (AI) , particularly focusing on the distinctions between analytical AI , which understands and explains data, and generative AI , which creates new content. The speaker raises concerns about the current hype around generative AI, arguing that many users lack a fundamental understanding of machine learning models and data structures . A significa...
Class 10 A: Lecture - AI for Designers 29.05.2025 11:51
These sources feature a lecture on AI for Designers , aiming to clarify common misunderstandings and highlight the importance of technical understanding over mere imagination. The speaker contrasts traditional programming (Software 1.0) with data-driven machine learning (Software 2.0) , presenting AI fundamentally as data handling and an "intelligence revolution" driven by spee...
Class 09 B: Workshop - Raster: Pixel & Voxel map Data Structure 28.05.2025 13:54
These excerpts appear to be from two parts of a workshop or lecture focused on data structures in design , specifically pixels and voxels . The instructor guides participants through Python code examples illustrating how to create and manipulate pixel and voxel grids , including concepts like connectivity, smoothing, and query operations based on location or data values. The material extends...
Class 09 A: Lecture - Raster: Pixel & Voxel map Data Structure 27.05.2025 18:36
These video lecture excerpts primarily discuss pixel and voxel data structures within the context of computational design, highlighting their importance in handling spatial information . The lectures explain how 2D images (pixels) and 3D volumes (voxels) can be understood as grids of numerical data , similar in concept to graphs but often better suited for continuous information. The speaker...
Class 08 B: Workshop - Graph & Network 25.05.2025 15:27
These excerpts showcase workshops focused on graph data structures and analysis within computational design contexts. The content covers foundational programming concepts like classes, nodes, and edges , explaining how to represent graph data, including handling positional information (XYZ) and creating weighted edges . Various graph algorithms, such as Breadth-First Search (BFS), Dijkstra'...
Class 08 A: Lecture - Graph & Network 25.05.2025 16:00
These sources introduce graphs as a versatile nonlinear data structure fundamental for representing interconnectedness in various real-world and computational systems. They explain that graphs consist of nodes and edges , both capable of holding properties, and that their topology can be dynamically modified. The lectures and briefing document highlight different graph types , methods for ...
Class 07 B: Workshop - Discretization & Mesh 24.05.2025 23:33
These video excerpts discuss fundamental concepts of mesh geometry in computer graphics and architectural design, emphasizing the importance of data structures like vertices and faces to define 3D forms. The speaker illustrates how to programmatically create and manipulate meshes using various software libraries and languages, explaining topics like vertex and face normals , calculating cen...
Class 07 A: Lecture - Discretization & Mesh 23.05.2025 15:02
These sources, excerpts from a lecture and a briefing document, collectively highlight the importance of the mesh data structure within computational design. They establish computational design as a conceptual approach requiring programming proficiency to manage spatial information through various geometric data structures, particularly emphasizing how meshes facilitate discretization by con...
Class 06 B: Workshop - OOP and Design Data Structure 23.05.2025 11:15
These sources collectively explain Object-Oriented Programming (OOP) and data structures , emphasizing their application in design and architecture . They highlight the importance of structuring and organizing data , particularly by combining data and its associated functions within classes . The materials define classes as templates and objects as their instances , while introducing core O...
Class 06 A: Lecture - OOP and Design Data Structure 20.05.2025 15:14
These sources, a lecture and a briefing document on the lecture, review core programming concepts for a "Data In Design" class. The instructor emphasizes that learning programming is akin to learning a language , requiring consistent practice rather than sudden insight. The lecture introduces Object-Oriented Programming (OOP) as a crucial paradigm for organizing code, contrasting it with proc...
Podobne podcasty
Replaio nie jest wydawcą podcastów; nazwy audycji, okładki i audio należą do ich autorów i są rozpowszechniane przez publiczne kanały RSS