JanZero Shot Learning in NLPwith Hugging FaceZero-shot learning most often referred to a fairly specific type of task: learn a classifier on one set of labels, and then evaluate on a…Sep 9, 2022Sep 9, 2022
JanWhat is a library in PythonA Python library is simply a collection of codes or modules of codes that we can use repeatedly in a program, without the hassle of writing…Sep 7, 2022Sep 7, 2022
JanHow to know or change the git username and email through terminal?To check if you have configured the git username and email on the local environment, use the following command:Sep 2, 2022Sep 2, 2022
JanWhat does “~ (END)” mean when displayed in a terminal?Sometimes when you run a git command on terminal, you could just run into the following interface without knowing how to type any more…Sep 2, 2022Sep 2, 2022
JanWhat is IDE and the common IDEsAn integrated development environment (IDE) is a application that provides all the tools needed to developing an application for computer…May 29, 2021May 29, 2021
JaninPython in Plain EnglishPython File HandlingHow to create, read, update and delete files in PythonJun 25, 20201Jun 25, 20201
JanHow to Use a .gitignore FileWhen you make commits in a git repository, you choose which files to stage and commit by using git add FILENAME.You can also use git add …Feb 24, 2020Feb 24, 2020
JanHow to commit and push to GitHub with vscode?Normally, we use the following command to stage(add files to the staging area) and commit:Dec 20, 2019Dec 20, 2019
Janin1001 nights in data scienceThree methods of detecting language of textual dataa completely review of python language detection libraries.Sep 4, 20192Sep 4, 20192