ML functions
 
Loading...
Searching...
No Matches
Dropout.h File Reference

Implementation of a dropout layer for machine learning. More...

#include <cmath>
#include <iostream>
#include "BaseFunction.h"
#include "velox/exec/tests/utils/AssertQueryBuilder.h"
#include "velox/exec/tests/utils/PlanBuilder.h"
#include "velox/exec/tests/utils/TempDirectoryPath.h"
#include "velox/vector/tests/utils/VectorTestBase.h"

Go to the source code of this file.

Classes

class  Dropout
 Implements a dropout layer for machine learning, which randomly sets input values to zero during training. More...
 

Detailed Description

Implementation of a dropout layer for machine learning.