Giter VIP home page Giter VIP logo

cycle_ml's Introduction

Installation:
(install pip3)
pip3 install tensorflow

Usage:
python main.py --next_datapoint 10 tool1,recipe2 (returns predicted cycle time and mean absolute error (s) for the previous 10 predictions; remembers the wafer count 10 is started on the tool/recipe) 
python main.py --finish_datapoint 110 tool1,recipe2 (signalling real cycle time occur to be 110s; ready for next datapoint) 
python loader.py in_data.csv (uses the above 2 commands to automatically feed the contents of in_data.csv to the application)

Automated testing example:
python generate.py --b0 20 --b1 15 --dispersion 4 --x_max 40 --tool_recipe RECIPE20_15 --csv (generate points along line 20 + 15 * x, disperse with max absolute error 4, x=[1 .. 40], output file RECIPE20_15.csv)
python loader.py RECIPE20_15.csv (run the above points through main.py's command line interface, one-by-one as if they were coming from the tool)
python loader_merged.py NEW_FORMAT.csv (new format loader: Tool Count Recipe CycleTime Sequence)


The data is saved to "models" dir (need to be present). If need to restart with some tool_recipe, delete the corresponding files from "models".
The "logs" dir (need to be present) contains tool-recipe -wise output for each datapoint prediction.

cycle_ml's People

Contributors

sergei-sh avatar

Watchers

James Cloos avatar  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.