Re: [EXT] Re: [dpdk-dev] [PATCH v1 00/12] mldev: introduce machine learning device library

2023-02-01 Thread Jerin Jacob
On Wed, Feb 1, 2023 at 10:27 PM Thomas Monjalon wrote: > > 28/01/2023 12:27, Jerin Jacob: > > I see main comments are on param update and get the capablities. > > To enable that, please propose the changes around > > rte_ml_model_params_update(), > > rte_ml_model_info. We should able to take that

Re: [EXT] Re: [dpdk-dev] [PATCH v1 00/12] mldev: introduce machine learning device library

2023-02-01 Thread Thomas Monjalon
28/01/2023 12:27, Jerin Jacob: > I see main comments are on param update and get the capablities. > To enable that, please propose the changes around > rte_ml_model_params_update(), > rte_ml_model_info. We should able to take that and send v2. Sorry I don't have the bandwidth to work on mldev now

RE: [EXT] Re: [dpdk-dev] [PATCH v1 00/12] mldev: introduce machine learning device library

2023-01-29 Thread Shivah Shankar Shankar Narayan Rao
External Email -- 25/01/2023 20:01, Jerin Jacob: > On Wed, Jan 25, 2023 at 7:50 PM Thomas Monjalon wrote: > > 14/11/2022 13:02, jer...@marvell.com: > > > ML Model: An ML model is an algorithm trained over a dataset. A > > > mode

Re: [EXT] Re: [dpdk-dev] [PATCH v1 00/12] mldev: introduce machine learning device library

2023-01-28 Thread Jerin Jacob
On Fri, Jan 27, 2023 at 6:28 PM Thomas Monjalon wrote: > > Hi, > > Shivah Shankar, please quote your replies > so we can distinguish what I said from what you say. > > Please try to understand my questions, you tend to reply to something else. > > > 27/01/2023 05:29, Jerin Jacob: > > On Fri, Jan 2

Re: [EXT] Re: [dpdk-dev] [PATCH v1 00/12] mldev: introduce machine learning device library

2023-01-27 Thread Thomas Monjalon
Hi, Shivah Shankar, please quote your replies so we can distinguish what I said from what you say. Please try to understand my questions, you tend to reply to something else. 27/01/2023 05:29, Jerin Jacob: > On Fri, Jan 27, 2023 at 8:04 AM Shivah Shankar Shankar Narayan Rao > wrote: > > 25/01/

Re: [EXT] Re: [dpdk-dev] [PATCH v1 00/12] mldev: introduce machine learning device library

2023-01-26 Thread Jerin Jacob
On Fri, Jan 27, 2023 at 8:04 AM Shivah Shankar Shankar Narayan Rao wrote: > > External Email > > -- > 25/01/2023 20:01, Jerin Jacob: > > On Wed, Jan 25, 2023 at 7:50 PM Thomas Monjalon wrote: > > > 14/11/2022 13:02, jer...@marvel

Re: [dpdk-dev] [PATCH v1 00/12] mldev: introduce machine learning device library

2023-01-26 Thread Thomas Monjalon
25/01/2023 20:01, Jerin Jacob: > On Wed, Jan 25, 2023 at 7:50 PM Thomas Monjalon wrote: > > 14/11/2022 13:02, jer...@marvell.com: > > > ML Model: An ML model is an algorithm trained over a dataset. A model > > > consists of > > > procedure/algorithm and data/pattern required to make predictions o

Re: [dpdk-dev] [PATCH v1 00/12] mldev: introduce machine learning device library

2023-01-25 Thread Jerin Jacob
On Wed, Jan 25, 2023 at 7:50 PM Thomas Monjalon wrote: > > 14/11/2022 13:02, jer...@marvell.com: > > From: Jerin Jacob > > > > Machine learning inference library > > == > > > > Definition of machine learning inference > > >

Re: [dpdk-dev] [PATCH v1 00/12] mldev: introduce machine learning device library

2023-01-25 Thread Thomas Monjalon
14/11/2022 13:02, jer...@marvell.com: > From: Jerin Jacob > > Machine learning inference library > == > > Definition of machine learning inference > > Inference in machine learning is the process of making an output predict

[dpdk-dev] [PATCH v1 00/12] mldev: introduce machine learning device library

2022-11-14 Thread jerinj
From: Jerin Jacob Machine learning inference library == Definition of machine learning inference Inference in machine learning is the process of making an output prediction based on new input data using a pre-trained machin