# Initialize main profile configurations
import pytorch as torch
import pandas as pd
from pyspark.sql import SparkSession
class Engineer:
def __init__(self):
self.name = "Evan Diewald"
self.role = "Data & ML Engineer"
self.location = "Cleveland, OH"
self.company = "Amazon Web Services (AWS)"
def get_socials(self) -> pd.DataFrame:
return pd.DataFrame({
"platform": ["LinkedIn", "Medium", "Google Scholar"],
"url": [
"linkedin.com/in/evan-diewald-68786413b/",
"evandiewald.medium.com/",
"scholar.google.com/citations?hl=en&user=PqHDYuYAAAAJ&view_op=list_works",
]
})
def get_tech_stack(self) -> torch.Tensor:
return torch.stack([
"PyTorch", "TensorFlow", "huggingface", # ML & Deep Learning
"Python", "SQL", "TypeScript", # Languages
"Spark", "Airflow", "dbt", # Data Engineering
"Terraform", "Docker", "AWS CDK", # Infrastructure
])
# Initialize Spark session for education history
spark = SparkSession.builder.appName("education").getOrCreate()
education = spark.createDataFrame([
("Carnegie Mellon University", "Master's in Mechanical Engineering", "2019-2021"),
("Penn State University", "Bachelor's in Mechanical Engineering", "2016-2019")
], ["institution", "degree", "years"])
# Function to get current focus areas
def current_focus() -> list:
return [
"Large Language Models π€",
"MLOps & Model Deployment π",
"Infrastructure as Code β‘",
"Data Pipeline Optimization π"
]
if you.are_interested_in(["GenAI", "Data Engineering", "AWS"]):
feel_free_to.connect()
Data & ML Engineer
-
AWS
- Cleveland, OH
- www.linkedin.com/in/evan-diewald-68786413b
- @evandiewald
Pinned Loading
-
aws-samples/genomic-language-model-pretraining-with-healthomics-seq-store
aws-samples/genomic-language-model-pretraining-with-healthomics-seq-store Public -
fantasy-football-agent
fantasy-football-agent PublicAn end-to-end guide covering integration with the Sleeper API, creation of a Streamlit UI, and deployment via AWS CDK.
-
helium-topography
helium-topography PublicTopography-informed multitrilateration with applications.
-
-
aws-samples/finetuning-passage-embeddings-with-genq
aws-samples/finetuning-passage-embeddings-with-genq PublicFine-tuning an embedding model for domain-specific applications.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.