From e2f5d20fbc33a3e8f81775e5ce7cacfc8230e810 Mon Sep 17 00:00:00 2001 From: marc <78002988+novak-99@users.noreply.github.com> Date: Tue, 23 Nov 2021 23:46:32 -0800 Subject: [PATCH] edits to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1a7e9e..817e826 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,8 @@ The result will be the model's predictions for the entire dataset. - Xavier Uniform - He Normal - He Uniform + - LeCun Normal + - LeCun Uniform 3. ***Prebuilt Neural Networks*** 1. Multilayer Peceptron 2. Autoencoder @@ -171,7 +173,7 @@ The result will be the model's predictions for the entire dataset. ## What's in the Works? -ML++, like most frameworks, is dynamic, and constantly changing! This is especially important in the world of ML, as new algorithms and techniques are being developed day by day. Here a couple things currently being developed for ML++: +ML++, like most frameworks, is dynamic, and constantly changing. This is especially important in the world of ML, as new algorithms and techniques are being developed day by day. Here are a couple of things currently being developed for ML++:

- Convolutional Neural Networks