JJJJJJJ

Environmental Law in Morocco

1. Define environmental governance and explain UNEP’s contribution.

Answer:
Environmental governance refers to the laws, policies, institutions, and decision-making processes that direct how a country manages its natural resources and environmental challenges. It ensures fairness, accountability, and sustainability in environmental management.
UNEP strengthens global environmental governance by helping countries build strong legal frameworks, supporting integrated policies,

...

See on Student Notes »

exam 3

General Links

  • Mixed outcomes: Social media use linked to both positive (connection, identity) and negative (depression, anxiety) outcomes
  • Small effect sizes overall; impact depends on behavior, content, and individual traits
  • U-shaped curve (too high/low = bad; middle=good) captures relationship between social media use and worse mental health

Positive Behaviors

  • Active use (posting, messaging) → social support, self-esteem, positive affect
  • Community building (esp. for marginalized groups) →
...

See on Student Notes »

AMS Lecture 3

Information Processing & Reaction Time Revision Sheet

1. Core Concept
The human brain processes information like a computer, in a series of stages from receiving a stimulus to producing a response. The speed of this processing can be measured by Reaction Time (RT).

2. The Information-Processing Model
A three-stage model explaining how sensory input is transformed into motor output.

  • Input: Information from the environment received via the senses.

  • Stimulus Identification Stage: Deciding if a

...

See on Student Notes »

Drl2..

Generative Adversarial Network (GAN)
Deep learning model with two NNs — Generator & Discriminator — that compete to create realistic fake data.
“Generator fake data banata hai, Discriminator usse real/fake pehchanta hai.”

Noise → Generator → Fake Data → Discriminator → Real/Fake

Components:
1️⃣ Generator: makes fake data (tries to fool D)
2️⃣ Discriminator: checks data (real or fake)

Working:

  • G generates fake samples

  • D detects fake vs real

  • Both train together →

...

See on Student Notes »

deep ren forse

🧠 Recurrent Neural Network (RNN)
A neural network for sequential data (time series, speech, text).
It has memory of past inputs to affect current output.

Simple: “RNN past data yaad rakh kar next output predict karta hai.”

x1 → x2 → x3 → ...
↓ ↓ ↓ h1 → h2 → h3 →
... ↓ ↓ ↓ y1 y2 y3

Stepwise:1️⃣ Input – Sequential data (text/audio)
2️⃣ Hidden Layer – Current input + previous hidden state
  Eq: hₜ = f(Wxₜ + Uhₜ₋₁ + b)
3️⃣

...

See on Student Notes »

AI-ML

1.Explain the Expectation-Maximization (EM) algorithm and its application to Gaussian Mixture Models.

The Expectation-Maximization (EM) algorithm is an iterative method used to estimate parameters in statistical models that involve latent (hidden) variables, such as missing data or unobserved groupings. It is especially useful for fitting models like Gaussian Mixture Models (GMMs), where the data is assumed to come from a mixture of several Gaussian distributions, but the assignment of each data

...

See on Student Notes »

hrmmm

#

11. Explain in brief the major contributing
disciplines to the field of organizational behaviour.
Answer: The major contributing disciplines to the field of
organizational behaviour (OB) are psychology, sociology, social psychology, anthropology, and political science.
  • Psychology: This discipline, which seeks to measure and explain behavior, provides significant input into understanding individual behavior in organizations. Key areas include learning, perception, personality, emotions, motivation,
...

See on Student Notes »

rdna techh

what are probes explain their types and explain screening of library using probe based direct and indirect methods
A probe is a single-stranded sequence of DNA, RNA, or a specific protein/antibody that is labeled with a detectable marker (radioactive, fluorescent, or chemical tag) and used in molecular biology to detect the presence of a specific, complementary target sequence in a complex mixture.
Types of Probes
Probes are generally classified by their chemical nature and intended target:
DNA
...

See on Student Notes »

AI-ML

The Expectation-Maximization (EM) algorithm is an iterative method used to estimate the parameters of statistical models that involve latent (unobserved) variables, such as missing data or hidden cluster assignments. It is especially useful for fitting Gaussian Mixture Models (GMMs), where the goal is to model data as a mixture of several Gaussian distributions.

How the EM Algorithm Works

The EM algorithm alternates between two steps:

  • Expectation Step (E-step): Given the current parameter estimates
...

See on Wikiteka »