From 9ef5f60f71e20ef838ce3fd3def55dc4e2363233 Mon Sep 17 00:00:00 2001 From: ajax7876 <69567574+ajax7876@users.noreply.github.com> Date: Fri, 1 Oct 2021 22:00:06 +0530 Subject: [PATCH] Update RBM.cpp --- cpp/RBM.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/RBM.cpp b/cpp/RBM.cpp index 1e606ee..cb2f5ef 100644 --- a/cpp/RBM.cpp +++ b/cpp/RBM.cpp @@ -1,3 +1,4 @@ +/* This is DeepLearning RBM.cpp Project */ #include #include #include "utils.h"