Skip to content
View danmano411's full-sized avatar

Block or report danmano411

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
danmano411/README.md

Hi there, I'm Dan Mano 👋

Current Project

Building a curated dataset from NREL’s High Throughput Experimental Materials Database (HTEM DB) and training a neural network to predict thin-film properties (starting with thickness). The project is structured in three stages:

  • Stage 1 — Dataset pipeline (complete):
    Notebook-driven workflow to search HTEM libraries, download filtered libraries locally to reduce API calls, and construct a flattened ML-ready dataset (deposition parameters + composition + measurement outputs). Includes preliminary cleaning, EDA, and outlier handling.

  • Stage 2 — Neural network modeling:
    Training and refining a PyTorch regression model. Current focus:

    • Simplify architecture while preserving performance (parameter efficiency vs. accuracy)
    • Tune batch size / learning rate tradeoffs; improve training stability
    • Add regularization (dropout, weight decay) and compare impact on overfitting
    • Analyze and compare model performance to determine best choice
  • Stage 3 — Web interface (planned):
    A lightweight web app for model access and inference once the training pipeline is finalized.

Repo structure

  • notebooks/ — HTEM querying, filtering, dataset creation, EDA
  • neuralnet/ — PyTorch training code and experiments
  • neuralnet/analysis notebooks — Analysis and comparison of model performance
  • config/ — local config.yaml (ignored by git) for system-specific paths

HTEM API: https://htem.nrel.gov/api-docs

Repositories I've Contributed To

Pinned Loading

  1. htem-neural-net-pipline htem-neural-net-pipline Public

    This project aims to construct a curated dataset from the publicly available High Throughput Experimental Materials Database (HTEM DB) and to train a neural network on that dataset to predict thin-…

    Jupyter Notebook 1

  2. minecraft-ai-sidecar minecraft-ai-sidecar Public

    RAG-powered Python sidecar that answers Minecraft questions using the official wiki — FastAPI + ChromaDB + Ollama

    Python

  3. parky-frontend parky-frontend Public

    Forked from Plate1/Parky

    Parking Management Platform Front End with features that include GeoJSON parking spot selection and an admin dashboard that can monitor different parking states in an interactive and visually infor…

    TypeScript

  4. bandgap-1-gnn bandgap-1-gnn Public

    Jupyter Notebook

  5. 2x2-rubiks-cube-software 2x2-rubiks-cube-software Public

    A 2×2 Rubik's Cube solver in CMU CS Academy using bidirectional breadth-first search to efficiently find solution paths. Designed a visual interface that animates rotations and allows users to inpu…

    Python

  6. Thesaurus-Race Thesaurus-Race Public

    A web application created with React JS that acts as a speedrunning game similar to that of Wiki race. The objective is to get from one word to another using only the synonyms and antonyms to form …

    Python 1