Published inElectricWorld·Oct 27, 2020Fisker will reveal the Ocean SUV at LA Auto Show in May 2021Fisker Inc announced on October 23rd that it is set to reveal the production version of the Fisker Ocean, its all-electric SUV, at the 2021 Los Angeles Auto Show. Fisker recently announced a strategic cooperation with Magna International, supporting the co-development and manufacture of the Fisker Ocean SUV, projected to…Fisker2 min readFisker2 min read
Published inElectricWorld·Oct 27, 2020Tesla Model Y ReviewI’ve had the Tesla Model Y for almost 2 months, so I’m ready to share my opinions about my experience so far. CONFIGURATION I got the Long Range AWD version, with standard features (white with black interior, 19" Gemini wheels, Autopilot), the only extra being the tow hitch. I got…Tesla6 min readTesla6 min read
Published inElectricWorld·Oct 23, 2020Tesla Delivery ChecklistSo your Tesla delivery day is almost here? As excited as you might be, you’re probably aware of the many manufacturing issues with new Teslas. It’s better to go to the service center prepared with a checklist. Make sure you take your time and check the car all around, inside…Tesla5 min readTesla5 min read
Published inElectricWorld·Sep 26, 2020How to watch full screen Plex movies in your TeslaAs a recent Tesla Model Y owner, I love the ability to watch movies in the car — when I stopped, either at a supercharger, or waiting for my wife at a store. It comes with Netflix, Hulu, Youtube and a few others, but so far it’s missing a Plex…Tesla3 min readTesla3 min read
Published inAnalytics Vidhya·Mar 18, 2020Predicting the spread of COVID-19 Coronavirus in the US (live updates)UPDATE 3/27/2020 After 3 days of quite accurate predictions, everything went wrong yesterday, a complete diversion from the model caused mostly by a surge of NY State reported cases. Interesting that the 4 day prediction from 3/22 was much more accurate. …Coronavirus9 min readCoronavirus9 min read
Published inTowards Data Science·Oct 10, 2019Building Your Own Deep Learning Computer And Saving Money on Cloud ServicesAfter struggling with Microsoft Azure’s GPU VM’s for a few years, and hearing that Amazon’s AWS is not much better, I decided it’s time to have my own local deep learning machine. One of my main reasons was that the cloud VM doesn’t have a display, therefore you can’t do…Tech8 min readTech8 min read
Published inTowards Data Science·Oct 9, 2019Training Yolo for Object Detection in PyTorch with Your Custom Dataset — The Simple WayIn a previous story, I showed how to do object detection and tracking using the pre-trained Yolo network. Now I want to show you how to re-train Yolo with a custom dataset made of your own images. For this story, I’ll use my own example of training an object detector…Machine Learning5 min readMachine Learning5 min read
Published inTowards Data Science·Dec 10, 2018Object detection and tracking in PyTorchDetecting multiple objects in images and tracking them in videos — In my previous story, I went over how to train an image classifier in PyTorch, with your own images, and then use it for image recognition. Now I’ll show you how to use a pre-trained classifier to detect multiple objects in an image, and later track them across a video. …Pytorch7 min readPytorch7 min read
Published inTowards Data Science·Nov 20, 2018How to Train an Image Classifier in PyTorch and use it to Perform Basic Inference on Single ImagesTutorial on training ResNet with your own images — If you’re just getting started with PyTorch and want to learn how to do some basic image classification, you can follow this tutorial. It will go through how to organize your training data, use a pretrained neural network to train your model, and then predict other images. For this purpose…Machine Learning6 min readMachine Learning6 min read
Nov 19, 2018How to Connect to your remote IPython Jupyter Notebook from your Local Windows MachinePutty tunneling for remote access to Jupyter Notebooks — I’m sure this issue came up for many Python developers who use cloud VM’s for their development (like Azure, AWS and other services). …Data Science2 min readData Science2 min read