Troubleshooting SpecFlow in Visual Studio

Image source: https://specflow.org/ I have been evaluating SpecFlow and getting it running in Visual Studio 2017 has not been easy. I created a .Net Framework 4.6.2 project and these are the problems that I encountered and how I fixed them. SpecFlow designer codebehind generation is not compatible with MSBuild codebehind generation. The custom tool must … Continue reading Troubleshooting SpecFlow in Visual Studio

Self-Driving Cars

I watched the introductory lecture of the MIT Self-Driving Cars series and these are the highlights of the lecture. Video: https://youtu.be/sRxaMDDMWQQ Website: https://deeplearning.mit.edu/ GitHub Tutorials: https://github.com/lexfridman/mit-deep-learning Waymo has done incredible work in deploying and testing their autonomous vehicles. The other incredible accomplishment is on the side of the semi-autonomous driving of autopilot. The autopilot miles … Continue reading Self-Driving Cars

Deep Reinforcement Learning

I watched the lecture on Deep Reinforcement Learning and these are the highlights of the lecture. Video: https://youtu.be/zR11FLZ-O9M Slides: https://www.dropbox.com/s/wekmlv45omd266o/deep_rl_intro.pdf?dl=0 Website: https://deeplearning.mit.edu/ GitHub Tutorials: https://github.com/lexfridman/mit-deep-learning Every type of machine learning is supervised learning. The difference is the source of the supervision. Supervised learning vs. reinforcement learning The process of how machines learn to act in … Continue reading Deep Reinforcement Learning