Podcast
Questions and Answers
According to the provided options, what contributes to the initial impression and architectural character of a building?
According to the provided options, what contributes to the initial impression and architectural character of a building?
- The functional solution of the building.
- The use of the golden ratio.
- The values and traditions of the people.
- The shape, form, and massing. (correct)
What is a fundamental principle that makes interior architecture sustainable?
What is a fundamental principle that makes interior architecture sustainable?
- Reducing energy consumption and achieving thermal comfort. (correct)
- Designing buildings to accommodate more residents.
- Using modern and imported building materials.
- Focusing on the external appearance of the building.
How can the compatibility of a project with the nature of the land be measured?
How can the compatibility of a project with the nature of the land be measured?
- By dealing with local laws to unleash creativity.
- By studying the terrain and orienting the building according to the natural environment. (correct)
- By copying designs from similar projects.
- By comparing design cost alone.
What is meant by the design idea?
What is meant by the design idea?
What is a 'catcher' used for?
What is a 'catcher' used for?
What is the preferred size for a module used in hospital design?
What is the preferred size for a module used in hospital design?
What unit measures soil bearing capacity?
What unit measures soil bearing capacity?
Where are continuous foundations used?
Where are continuous foundations used?
What length of overlap should be ensured when splicing the reinforcement of a cantilever?
What length of overlap should be ensured when splicing the reinforcement of a cantilever?
What is the minimum area of the classroom for first grade?
What is the minimum area of the classroom for first grade?
If you are responsible for the design, what is the most important factor in designing to reduce heat transfer in the summer?
If you are responsible for the design, what is the most important factor in designing to reduce heat transfer in the summer?
What is the maximum slope for a wheelchair ramp?
What is the maximum slope for a wheelchair ramp?
What is one of the most important basic criteria?
What is one of the most important basic criteria?
What is meant by the term 'smart drainage?
What is meant by the term 'smart drainage?
What is meant by the term 'building techniques and insulation' as one of the principles of residential building design?
What is meant by the term 'building techniques and insulation' as one of the principles of residential building design?
What element is a design basis of stairways in residential buildings?
What element is a design basis of stairways in residential buildings?
Where is the submerged base used?
Where is the submerged base used?
In structural buildings, why are shear walls used?
In structural buildings, why are shear walls used?
What is the purpose of studying the construction and planning of buildings, and how does it relate to the golden ratio?
What is the purpose of studying the construction and planning of buildings, and how does it relate to the golden ratio?
During the design phase focused on minimizing heat transfer, what unconventional material modification, if implemented, would paradoxically increase heat gain in a building situated in a consistently hot climate?
During the design phase focused on minimizing heat transfer, what unconventional material modification, if implemented, would paradoxically increase heat gain in a building situated in a consistently hot climate?
Flashcards
What influences architectural character?
What influences architectural character?
Solution to functional needs, shape of the building and massing, using the golden ratio, and reflecting customs and traditions.
What does NOT make architecture sustainable?
What does NOT make architecture sustainable?
Using modern materials, focusing on exterior appearance, increasing energy consumption, designing buildings to accommodate more people, and using glass everywhere.
How to measure project compatibility with the Earth's nature?
How to measure project compatibility with the Earth's nature?
By comparing the project to natural terrain, studying topography and aligning the building with the natural environment, using sustainable design, and adapting local laws.
What is the design concept (or 'concept') in architecture?
What is the design concept (or 'concept') in architecture?
Signup and view all the flashcards
What is a Malqaf (or 'Badjeer')?
What is a Malqaf (or 'Badjeer')?
Signup and view all the flashcards
What is building insulation primarily for?
What is building insulation primarily for?
Signup and view all the flashcards
Where are stepped footings used?
Where are stepped footings used?
Signup and view all the flashcards
Why are shear walls used in structural buildings?
Why are shear walls used in structural buildings?
Signup and view all the flashcards
What is 'smart drainage'?
What is 'smart drainage'?
Signup and view all the flashcards
The basis of designing stairs is the building?
The basis of designing stairs is the building?
Signup and view all the flashcards
Study Notes
- Uncertainty in machine learning involves quantifying the reliability of model predictions
- Two primary types of uncertainty are: aleatoric and epistemic
Aleatoric Uncertainty
- Aleatoric uncertainty stems from inherent randomness
- It is irreducible, also known as statistical uncertainty
- Characterized as data-dependent
- Gathering more data will not reduce it
- Types of aleatoric uncertainty:
- Homoscedastic: Constant uncertainty across all inputs
- Heteroscedastic: Uncertainty varies depending on the input data points
Epistemic Uncertainty
- Epistemic uncertainty arises from a lack of knowledge about the correct model
- It is also known as systematic uncertainty and is model-dependent
- More data can reduce epistemic uncertainty
Modeling Aleatoric Uncertainty
- Regression tasks model the distribution parameters
- This includes both mean and variance
- Predictions involve estimating the most probable parameters
- Classification tasks use softmax output as a predictive probability
Modeling Epistemic Uncertainty
- Bayesian Neural Networks (BNN)
- BNNs assign a prior probability distribution to the model's weights
- The posterior distribution of the weights is computed given the observed data
- Predictions are made by averaging over this posterior distribution
- A challenge is the intractability of computing the posterior distribution
- Monte Carlo (MC) Dropout
- MC Dropout applies dropout during the test phase
- Multiple predictions are generated using different dropout masks
- These predictions are then averaged to produce a final result
- MC Dropout approximates Bayesian inference in a Deep Gaussian Process
- Deep Ensembles
- This trains multiple neural networks using varied random initializations
- The aggregated average of the different networks are taken for the final prediction
- Deep Ensembles can also estimate aleatoric uncertainty
Problems Due to Overconfidence
- Calibration ensures that confidence levels reflect the actual likelihood of correctness
- Overconfidence can cause issues in:
- Reinforcement learning exploration
- Self-driving cars in unexpected situations
- Medical diagnosis leading to incorrect diagnoses
- Models tend to be overconfident when dealing with data outside the training distribution
Improving Uncertainty
- Calibration
- Post-processing methods adjust probabilities without retraining the model
- Examples include Platt scaling, Isotonic regression, and Temperature scaling
- The primary focus is to improve the model's calibration
- Training Data
- Create better training datasets through increased quantity and diversity
- Data augmentation can improve uncertainty estimates
- Model Architecture
- Use a Bayesian neural network
- Model architecture can be modified to provide better uncertainty estimates
- Loss Function
- Modify the loss function
- Use focal loss to improve uncertainty estimates
- Regularization
- Use regularization methods
- Use dropout to improve uncertainty estimates
- Ensembles
- Use deep ensembles
- Ensembles can improve uncertainty estimates
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.