Yehudah Marcus YM

Yehudah Marcus

Mechanical Engineering Graduate (B.Sc., cum laude) — Technion

About Me

I'm a mechanical engineering graduate (B.Sc., cum laude) from the Technion, passionate about building multidisciplinary engineering solutions that connect theory with real systems. My work centers on fluid mechanics, heat transfer, CFD, and numerical analysis, alongside hands-on design in SolidWorks — and I love combining simulation with physical intuition, from missile aerodynamics to physics-informed neural networks and biodesign. Ultimately, I'm driven by understanding how systems behave at a fundamental level, and using that to build simpler, more effective solutions.

Download CV (PDF)

Education

Technion — Israel Institute of Technology

Haifa, Israel

August 2021 – August 2025

B.Sc. in Mechanical Engineering — cum laude  ·  GPA: 90.8

Relevant Coursework

Computational Fluid DynamicsHeat TransferFluid Mechanics MicrofabricationAdvanced SolidWorksSolid Mechanics 2 Applied Machine LearningDynamics of VibrationsNumerical Analysis Dynamics

Work Experience

Teaching Assistant

Technion — Israel Institute of Technology, Haifa, Israel

May 2024 – March 2025
  • Assisted 3rd-year mechanical students in understanding the applications of different manufacturing tools, processes, and machines, as a 4th-year student.
  • Collaborated with the instructor to prepare and organize coursework for the Manufacturing Processes course — creating test questions, grading assignments, offering feedback, and holding office hours.

Tutor

Technion — Israel Institute of Technology, Haifa, Israel

October 2024
  • Taught a student methods for numerically solving ordinary differential equations (ODEs), derivatives, integrals, and interpolations.
  • Assisted with exam preparation for Moed B, improving the student's grade by approximately 30 points.

Director of Technology

OptimumHMG, Boca Raton, Florida

November 2023 – February 2024
  • Created business-intelligence tools to visualize key metrics for hospitals and medical facilities across the United States.
  • Provided real-time return-on-investment data to support high-level marketing strategies.

Director of Information Technology

New You LLC, Boca Raton, Florida

November 2023 – December 2023
  • Managed development of the company's website, enhancing the GUI and overall user experience.
  • Developed marketing analytics tools to optimize strategy and decision-making, providing decision support and real-time ROI analytics.

Professional Experience

Biodesigner

Biodesign Israel Innovation Program, Haifa, Israel

November 2024 – October 2025
  • Collaborated with a multidisciplinary team to identify unmet clinical needs in pediatrics, focusing on diagnostic challenges in primary-care settings.
  • Conducted market research and assessed clinical feasibility for innovative pediatric solutions, integrating user feedback, stakeholder input, and competitive analysis.

Research Assistant

Biorobotics & Biomechanics Lab, Technion, Haifa, Israel

September 2023 – February 2024
  • Researched and developed a haptic device designed to improve the accuracy of nerve tests — an unbiased machine that reduces false positives and minimizes unnecessary surgeries.
  • Worked in a team of two to design device iterations according to specifications from overseeing physicians.

Projects

Scroll sideways to browse projects → open one for the full write-up below.

Mechanical Neuromorphic Computingimages/GeneratedNodesWithConnections.png

Mechanical Neuromorphic Computing

Reproduced “Supervised Learning in Physical Networks” (PRX 2021) in Google Colab, then extended it with real physical manifestations.

Read more ↓
CFD canard-controlled missileimages/generalmesh.png

CFD of a NASA Canard-Controlled Missile

Supersonic RANS (Spalart–Allmaras) analysis — geometry, meshing, and force/coefficient validation against NASA data.

Read more ↓
PINNs for PDEsimages/pinn-cavity.png

Physics-Informed Neural Networks for PDEs

Solved advection, Burgers', and incompressible Navier–Stokes with PINNs — adding periodic BCs, Fourier features, and random weight factorization.

Read more ↓
Treadmill CAD assemblyimages/treadmill-assembly.png

Treadmill — SolidWorks Design & FEA

Full treadmill assembly modeled in SolidWorks, with static-stress and frequency (modal) simulations for stability and to avoid roller resonance.

Read more ↓
VOC ear-infection detectorimages/ear-device.png

Noninvasive Ear-Infection Detector (VOC Sensing)

Biodesign final project: an otoscope-style device that reads infection VOCs to distinguish bacterial vs viral vs healthy — noninvasively and objectively.

Read more ↓

Mechanical Neuromorphic Computing — replicating & extending “Supervised Learning in Physical Networks”

Google Colab · Python (NumPy, Matplotlib, Math)

The goal: Stern, Hexner, Rocks & Liu (PRX, 2021) show that a mechanical network — a web of nodes joined by tunable edges (think springs or resistors) — can learn a task on its own, with no central computer calculating gradients. Inputs are imposed at certain source nodes and a desired response is defined at target nodes; the network then trains itself with a purely local rule (“coupled learning”) by comparing its free response to a gently nudged one, letting each edge adjust its own conductance/stiffness using only information at its two ends. Iterating this drives the outputs toward the targets, so the material itself becomes the learning machine.

What I did: I first reproduced the paper’s results from scratch in a single Google Colab notebook — building the network, applying the local learning rule, and plotting the training error as it converges. I then extended the model with concrete physical manifestations: making the learning time-based — using numerical methods (numerical integration of the governing ODEs) to evolve the network in time rather than jumping straight to a steady state — and imposing physically meaningful constraints such as positive pressures / flows, so the abstract model behaves more like a real, buildable physical system — i.e. more realizable.

Physical LearningCoupled LearningNumerical MethodsPythonNumPyMatplotlibGoogle Colab

Reference: M. Stern, D. Hexner, J. W. Rocks & A. J. Liu, “Supervised Learning in Physical Networks: From Machine Learning to Learning Machines,” Phys. Rev. X 11, 021045 (2021).

CFD Analysis of a NASA Canard-Controlled Missile (Spalart–Allmaras)

Ansys Fluent · Compressible RANS (Spalart–Allmaras) · Course final project (team of 3 — I ran the CFD end to end)

The goal: Reproduce and validate the supersonic aerodynamics of a NASA canard-controlled missile against published wind-tunnel data, across a range of angles of attack and Mach numbers.

What I did:

  • Generated the mesh with local sizing on the critical regions (nose, canards, fins), keeping high orthogonal quality and low skewness.
  • Modeled compressible flow with the Spalart–Allmaras turbulence model — inlet conditions taken from the reference, solving for the outlet pressures.
  • Ran a parametric sweep over angle of attack (recomputing the moment-reference centroid for each angle) and Mach number.
  • Extracted all aerodynamic forces and coefficients (normal/axial, lift/drag, moments) for future validation.
Ansys FluentCFDSpalart–AllmarasCompressible FlowSupersonicValidation

References (geometry & validation data): A. B. Blair, Jr., “Wind-Tunnel Investigation at Supersonic Speeds of a Canard-Controlled Missile With Fixed and Free-Rolling Tail Fins,” NASA Technical Paper 1316 (1978); A. B. Blair, Jr., J. M. Allen & G. Hernandez, “Canard-Controlled Missile at Supersonic Mach Numbers,” NASA Technical Paper 2157 (1983).

Optimizing Physics-Informed Neural Networks for Solving PDEs

Python · Physics-Informed Neural Networks (PINNs) · Applied Machine Learning final project, Technion

The goal: Build a state-of-the-art PINN framework that solves complex PDEs accurately and efficiently without large labeled datasets — by embedding the governing equations and boundary conditions directly into the network's loss, so the solution is forced to obey the underlying physics — and then push its accuracy with targeted enhancements.

I solved three increasingly difficult problems and validated each against analytical or high-resolution numerical solutions:

  • the 1-D linear advection equation (wave speed c = 80),
  • the 1-D Burgers' equation (inviscid, ν = 0),
  • the incompressible Navier–Stokes equations (lid-driven cavity, Re = 100).

What I added to the baseline PINN:

  • Strict periodic boundary conditions, hard-coded into the network so periodicity is enforced exactly rather than only penalized.
  • Fourier feature mapping (Fourier scale 1–2) to let the network capture high-frequency components of the solution.
  • Random weight factorization to improve conditioning and convergence.

Method. A 4-layer network (64 units/layer, tanh) trained with the Adam optimizer at a learning rate of 0.001 plus a learning-rate scheduler, over 50,000+ iterations. Together these enhancements markedly improved convergence and accuracy on the stiff, high-frequency, and nonlinear cases — underlining how robust PINNs can be for fluid-dynamics and wave-propagation problems.

PINNsDeep LearningPDEsFourier FeaturesNavier–StokesPython

Read the paper (PDF) →
Y. N. Marcus, “Optimizing Physics-Informed Neural Networks for Solving Partial Differential Equations,” Applied Machine Learning for Scientists and Engineers, Technion — Final Project (2025).

Treadmill — SolidWorks Design & FEA

SolidWorks (Parts, Assembly, Simulation) · Static stress + frequency (modal) analysis

The goal: Design a complete, manufacturable treadmill and verify it is both safe and dynamically sound — that it carries a running user without overstress, and that its belt roller will not resonate under repeated footfalls.

What I did:

  • Modeled the full treadmill assembly and every part in SolidWorks, building each part around clear design intent (robust, edit-friendly feature trees and mates).
  • Ran a static stress simulation with a person's weight applied, confirming the deck and frame stay well within safe stress and deflection limits.
  • Ran a frequency (modal) simulation on the belt roller — a runner's repeated impact can excite resonance if a natural frequency sits near the footfall frequency, so this has to be checked.
  • Iterated the roller so its minimum eigenfrequency ≈ 321.7 Hz — far above a runner's ~2–3 Hz footfall — while cutting its mass from 6.6 kg to 5.8 kg, keeping it light yet resonance-safe.
SolidWorksCADFEAStatic StressModal AnalysisDesign Intent

Noninvasive Ear-Infection Detector — VOC Sensing (Biodesign)

Technion Biomedical Engineering — Biodesign Program · Degree final project · with 2 physicians, a nurse & a product manager

The goal. Diagnosing ear infections in children today is largely subjective, which drives unnecessary antibiotic use. The aim was a noninvasive, objective, point-of-care device that gives a quick answer — not just whether a child has an ear infection, but which type (bacterial, viral, or none) — by sensing the volatile organic compounds (VOCs) that are the metabolic byproducts of each.

What I did.

  • Ran the full Biodesign process — identifying and validating the clinical need, then designing a device concept to meet it — as my degree's final project in the biomedical-engineering faculty.
  • Built the concept from detection methods already proven in other (sometimes unrelated) fields, making it a deliberately multidisciplinary design.
  • Shaped the device around a familiar otoscope-like form factor to lower the barrier to clinical adoption.
  • Iterated the design many times; built the general CAD by importing/replicating real off-the-shelf market parts and laying out the electronics separately to confirm everything packages and fits.
  • Worked closely with a clinical team — two physicians, a nurse, and a product manager, all experienced in the field.

Note: the specific sensing approach is under NDA — the animation above shows the general design only.

BiodesignMedical DeviceVOC SensingPediatricsSolidWorksMultidisciplinaryConcept Design

Leadership & Activities

Investment Team Leader

TAMID Group, Haifa, Israel

March 2024 – July 2025
  • Led the finance team in an industry overview, including market research and technical analysis of Israel-based companies.
  • Identified emerging market trends, evaluated competitive landscapes, and assessed companies' distinctive positions within a dynamic industry environment.

Participant

Nucleate & DDR&D Biodefense Hackathon, Tel Aviv, Israel

June 2024
  • Researched advanced methods for generating medical-grade oxygen and collaborated with a multidisciplinary team on an innovative, more effective method for producing portable oxygen.
  • Developed and presented a strategic pitch highlighting the innovation's potential benefits and applications.

Volunteer

Hinenu Data Group, Hashmonaim, Israel

October 2023 – December 2023
  • Managed a network of volunteers to pre-credential medical doctors from abroad into the Israel Ministry of Health system to aid in the war effort.
  • Helped streamline the incorporation of over 6,000 foreign medical physicians into the Israeli healthcare system.

Team Mentor

Katz Yeshiva High School, Boca Raton, Florida

January 2023 – March 2023
  • Led high-school students in designing and constructing VEX robots, qualifying for the Florida State Competition.
  • Instructed team members on technical robotics concepts including mechanical assembly, programming logic, and troubleshooting.

Awards

Skills

Programming

MATLAB (Numerical Analysis), Python (TensorFlow, PyTorch, NumPy, Matplotlib, PINNs)

Web & Languages

HTML, CSS, Java

Computer-Aided Design

Advanced SolidWorks (Parts, Assemblies, Drawings, Simulations, Animations), Creo Parametric

Microsoft Software

Excel, PowerPoint, Word

Additional Software

Ansys Fluent, JMP, Jupyter Notebook, Overleaf / LaTeX