Stealing pages from the server...

I train machine to train model.
02
07
Twitter Hate Speech Detection Twitter Hate Speech Detection
The objective of this task is to detect hate speech in tweets. For the sake of simplicity, let's say a tweet contains hate speech if it has a racist or sexist sentiment associated with it. So, the task is to classify racist or sexist tweets from other tweets.
2021-02-07
06
Prevent Colab from Disconnecting Prevent Colab from Disconnecting
Google Colab notebooks have an idle timeout of 90 minutes and absolute timeout of 12 hours. This means, if user does not interact with his Google Colab notebook for more than 90 minutes, its instance is automatically terminated. Also, maximum lifetime of a Colab instance is 12 hours.
2021-02-06
06
SSH into Google Colab SSH into Google Colab
Sometimes the code I write may not work in my local machine, however, it works in Google Colab. So, I wanna connect to Google Colab terminal using SSH.
2021-02-06
05