Compare commits
No commits in common. "cd559cd401b118fb788c5f5a9f81702c5cf87410" and "88e115f19b3c4fd28fb76322b0309c9dd726ea6f" have entirely different histories.
cd559cd401
...
88e115f19b
Binary file not shown.
@ -1,30 +0,0 @@
|
||||
---
|
||||
title: BIOL01113 Pre-Lab Project 9
|
||||
author: Aidan Sharpe
|
||||
date: March 31st, 2025
|
||||
geometry: margin=1in
|
||||
---
|
||||
|
||||
# External
|
||||
1. Sclera
|
||||
2. Cornea
|
||||
3. Optic nerve
|
||||
4. Adipose (fat)
|
||||
|
||||

|
||||
|
||||
|
||||
# Front
|
||||
5. Ciliary body
|
||||
6. Iris
|
||||
7. Pupil
|
||||
8. Lens
|
||||
|
||||

|
||||
|
||||
# Back
|
||||
9. Sclera
|
||||
10. Choroid
|
||||
11. Optic disc
|
||||
|
||||

|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 27 KiB |
Binary file not shown.
Before Width: | Height: | Size: 52 KiB |
Binary file not shown.
Before Width: | Height: | Size: 39 KiB |
@ -1,18 +0,0 @@
|
||||
import numpy as np
|
||||
import scipy as sp
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
|
||||
def main():
|
||||
N = 8 # Number of points
|
||||
n = np.arange(0, N) # Range of inputs
|
||||
|
||||
x = (-1)**n # Definition of signal
|
||||
X_N = sp.fft.fft(x) # DFT of signal
|
||||
|
||||
plt.stem(n, X_N)
|
||||
plt.show()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
@ -1,11 +0,0 @@
|
||||
import numpy as np
|
||||
import scipy as sp
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Binary file not shown.
@ -1,42 +0,0 @@
|
||||
---
|
||||
title: ECE09488 AWS Assignment Notes
|
||||
author: Aidan Sharpe
|
||||
date: April 24th, 2025
|
||||
geometry: margin=1in
|
||||
colorlinks: true
|
||||
---
|
||||
|
||||
Video: [Amazon AI Conclave 2024 Generative AI Keynote | AWS Events](https://www.youtube.com/watch?v=p_CwWdPTdm8&list=PL2yQDdvlhXf8xcKr0-BHEyg_8VB4tWdu1&index=12)
|
||||
|
||||
## Overall vision
|
||||
- Enable easy deployment of generative AI in the cloud
|
||||
- "Drag and drop" foundational models
|
||||
- Make comparing models easy
|
||||
|
||||
## New services
|
||||
- Amazon Bedrock
|
||||
- Model evaluation
|
||||
- Knowledge bases
|
||||
- Agents
|
||||
- Amazon Titan Foundation Models
|
||||
- Titan Text Embeddings
|
||||
- Titan Text Lite
|
||||
- Titan Text Express
|
||||
- Titan Multimodal Embeddings
|
||||
- Titan Image Generator
|
||||
- Amazon Q
|
||||
|
||||
## Use cases
|
||||
- Choose between models from different providers
|
||||
- AI21Labs Jurassic
|
||||
- Amazon Titan
|
||||
- Anthropic Claude
|
||||
- Cohere Command + Embed
|
||||
- Meta Llama 2
|
||||
- Stability AI Stable Diffusion
|
||||
- Stitch different types of models together
|
||||
- Text and images
|
||||
|
||||
## Demos
|
||||
- Demonstrated automatic model evaluation on a specific task type (text summarization) on several different metrics
|
||||
- Demonstrated knowledge bases using text stored in an S3 bucket to give information to models
|
Binary file not shown.
@ -1,16 +0,0 @@
|
||||
---
|
||||
title: ECE09488 Chapter 7 Questions
|
||||
author: Aidan Sharpe
|
||||
date: April 3rd, 2025
|
||||
---
|
||||
|
||||
1. d
|
||||
2. c
|
||||
3. c
|
||||
4. b
|
||||
5. d
|
||||
6. c
|
||||
7. a
|
||||
8. d
|
||||
9. b
|
||||
10. a
|
Binary file not shown.
@ -1,36 +0,0 @@
|
||||
---
|
||||
title: ECE09488 Chapter 7 Questions
|
||||
author: Aidan Sharpe
|
||||
date: April 3rd, 2025
|
||||
geometry: margin=1in
|
||||
---
|
||||
|
||||
### 1. Which of the following employees will most likely need a privileged user account?
|
||||
d. A technician who helps users reset passwords
|
||||
|
||||
### 2. Which part of AAA lets you perform the creation of an EC2 instance?
|
||||
c. Authorization
|
||||
|
||||
### 3. When signing an electronic document, what secret must you keep?
|
||||
c. Your private key
|
||||
|
||||
### 4. Which of the following combinations is MFA?
|
||||
b. Fingerprint and password
|
||||
|
||||
### 5. When Lisa needs access to make edits to the tables in a database, her boss gives her user account the same role as he has. What tenet of IAM security has been comprimised?
|
||||
d. Least privilege
|
||||
|
||||
### 6. Which key is used to decrypt information contained within a server's digital certificate?
|
||||
c. The client's private key
|
||||
|
||||
### 7. Which access control method is controlled by individual users?
|
||||
a. DAC
|
||||
|
||||
### 8. Which technology ensures a cluster of servers can handle incoming requests without having to track individual conversations?
|
||||
d. REST
|
||||
|
||||
### 9. Haphazardly adding permissions every time someone needs to do a new task causes increased
|
||||
b. privilege creep
|
||||
|
||||
### 10. Which standard supports SSO?
|
||||
a. SAML
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user