Google I/O에 참여해 주셔서 감사합니다. 주문형 모든 세션 보기 주문형 시청

tensorflow :: ops :: SparseApplyProximalGradientDescent

#include <training_ops.h>

고정 학습률을 사용하는 FOBOS 알고리즘으로 스파 스 업데이트 '* var'.

요약

그것은 우리가 grad가있는 행에 대한 것입니다. var를 다음과 같이 업데이트합니다. $$prox_v = var - alpha * grad$$ $$var = sign(prox_v)/(1+alpha*l2) * max{|prox_v|-alpha*l1,0}$$

인수 :

  • 범위 : 범위 개체
  • var : Variable ()에서 가져와야합니다.
  • 알파 : 스케일링 인자. 스칼라 여야합니다.
  • l1 : L1 정규화. 스칼라 여야합니다.
  • l2 : L2 정규화. 스칼라 여야합니다.
  • grad : 그래디언트입니다.
  • 인덱스 : var 및 accum의 첫 번째 차원에 대한 인덱스 벡터.

선택적 속성 ( Attrs 참조) :

  • use_locking : True면 빼기는 잠금으로 보호됩니다. 그렇지 않으면 동작이 정의되지 않지만 경합이 적을 수 있습니다.

보고:

  • Output : "var"와 동일합니다.

생성자와 소멸자

SparseApplyProximalGradientDescent (const :: tensorflow::Scope & scope, :: tensorflow::Input var, :: tensorflow::Input alpha, :: tensorflow::Input l1, :: tensorflow::Input l2, :: tensorflow::Input grad, :: tensorflow::Input indices)
SparseApplyProximalGradientDescent (const :: tensorflow::Scope & scope, :: tensorflow::Input var, :: tensorflow::Input alpha, :: tensorflow::Input l1, :: tensorflow::Input l2, :: tensorflow::Input grad, :: tensorflow::Input indices, const SparseApplyProximalGradientDescent::Attrs & attrs)

공용 속성

operation
out

공공 기능

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

공개 정적 함수

UseLocking (bool x)

구조체

tensorflow :: ops :: SparseApplyProximalGradientDescent :: 속성

SparseApplyProximalGradientDescent에 대한 선택적 속성 설정자.

공용 속성

조작

Operation operation

::tensorflow::Output out

공공 기능

SparseApplyProximalGradientDescent

 SparseApplyProximalGradientDescent(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input var,
  ::tensorflow::Input alpha,
  ::tensorflow::Input l1,
  ::tensorflow::Input l2,
  ::tensorflow::Input grad,
  ::tensorflow::Input indices
)

SparseApplyProximalGradientDescent

 SparseApplyProximalGradientDescent(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input var,
  ::tensorflow::Input alpha,
  ::tensorflow::Input l1,
  ::tensorflow::Input l2,
  ::tensorflow::Input grad,
  ::tensorflow::Input indices,
  const SparseApplyProximalGradientDescent::Attrs & attrs
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const 

공개 정적 함수

사용 잠금

Attrs UseLocking(
  bool x
)