Auto Hyper-Parameter Optimizer

Auto Hyper-Parameter Optimizer

No alt text provided for this image

This is the small implementation to understand the power of MLOps. It is one another approach to mutate the hectic process of designing Ml/Dl model with desired accuracy without human intervention. It is more efficient approach.

I explained all the details of this project and step by step implementation in my previous article : https://www.garudax.id/posts/himani-agarwal-6b5ba418a_mlops-devops-integration-activity-6672573725944246272-oj5

Here i mention only the changes which i made to do this task more effectively.

In this approach I use some basic linux commands to change the values of hyper-parameters and for training model I use Transfer learning.

Hyper-parameters : those parameters which user have to specify and to get more accuracy he has to change them accordingly again and again.

Transfer Learning : when new things come up we just add that in model without re-setting all the old experience or learning is performed without considering past learned knowledge in other tasks.

Here I use vgg16 - pretrined model and add new knowledge to this.

For reference use my git-hub repository - https://github.com/17ejtcs031/ml_update_task3.git

  1. Dockerfile
No alt text provided for this image

2. After creating job for download the code from SCM the following jobs ,I created

No alt text provided for this image

Our core changes has been doing here -

No alt text provided for this image

so that's it ,all other things will be same as previous one (article details mentioned above) and yeah it is working great.........!!!









To view or add a comment, sign in

More articles by Himani Agarwal

  • Automation of Deployment Process with Containerization Technique - Docker

    When developer create a program to solve any problem he need a complete environment to compile and execute the code as…

  • Face Recognition Using Transfer Learning

    Transfer Learning: when new things come up we just add those updated part in the model without re-setting or…

  • Flutter

    Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from…

  • Integration of Machine Learning and Devops

    It is found that 60-90% of Machine Learning and AI models fail in real-world ,reason is a lot of manual work for the…

    1 Comment
  • Automaton of Testing and Deployment Process

    It is about automate the whole process from developer to users end. As we all know that this is the era of Technologies…

    2 Comments

Explore content categories