PinnedDiganta Kalita·Aug 7, 2023Decoding Thoughts with Deep Learning: EEG-Based Digit Detection using CNNsPredicting whether a person is thinking about a digit or not with 95% accuracy.A response icon2A response icon2
PinnedDiganta Kalita·Apr 16, 2021On Creating a Decentralized Decision Making (DDM) SystemA system to give any organization the power or resources to enable decentralized decision making at their organization in just a few steps.
PinnedDiganta Kalita·Apr 20, 2020Build a COVID-19 Contact Tracing App using Flutter & Google Nearby APIEvery country I see are using mainly 2 tactics to curb this COVID-19 epidemic. Lock-down & Contact Tracing App. Singapore has launched…A response icon4A response icon4
InAnalytics VidhyabyDiganta Kalita·Oct 27, 2020Fun Flutter Animations — Part 1 — Carrom Ball AnimationWe have a ball, which moves to a random position in the screen when clicked and also changes its color.
InAnalytics VidhyabyDiganta Kalita·Jul 20, 2020Build a Simple Stopwatch in FlutterOr is it really that simple?
Diganta Kalita·May 14, 2020How I finally got rid of Procrastination once and for allBy asking myself just one simple question
Diganta Kalita·Jan 16, 2020Dynamic Programming Vs Greedy Method for solving Gold Mine ProblemThe Problem:
InAnalytics VidhyabyDiganta Kalita·Nov 28, 2019Solving the FrozenLake environment from OpenAI gym using Value IterationSo I was trying to learn about Reinforcement Learning, and then I came across this thing called ‘Value Iteration’. I really couldn’t wrap…A response icon4A response icon4
Diganta Kalita·Oct 16, 2019Coding the GridWorld Example from DeepMind’s Reinforcement Learning Course in PythonHere I calculate the state value functions for all states in the GridWorld example from the well renowned David Silver’s Reinforcement…