GithubHelp home page GithubHelp logo

akhil-cr-workshop's Introduction

Framework

The Library is to develop a methodology to use machine learning models as a surrogate for finite element human body models.

FE

This library conatin Finite Elemental class which performs various operations to Run FE simulations and post processing the simulation results. The FE simulations are run using the sampled data set using stanadard sampling methods for FE-parameters input data provided by the user. The simulation results are processed into post processing software named META to obatin required results. The results from this will used as the raw data for training Machine learning Algorithms.

Flowchart of FE:

Sublime's custom image

Input files:

This is a user defined files which is specified by the user in settings.yaml

# Input settings file for FE simulations to get the user input:
Newfolder_name: 'akhil3t_ne'
Runs: 1
key: 'run_main_upd.key'
config: 'config.yaml'
# LS Dyna Run settings
LS_Run_path: 'abc.exe'
NCPU: 4
# Add Meta
meta_exec : 'qwe.bat'
# meta session parh
ses_path : 'K:/New/'
# meta sesion file name
ses_file : 'file.ses'

The config.yaml defined by the user with DOE values:

parameters:
  'delta velocity' :
        type :  dynaParameter
        parameter : DV
        default : 45
        max : 60
        min : 40
        distribution: Uniform

Design of Experiments

Using pyDOE library to sample data based on Latin hypercube method. Each parameter sampling is done by Uniform distribution.

Machine Learning

under development...

akhil-cr-workshop's People

Contributors

akhil-srinivas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.