Coding Interview Patterns (Python)

Sliding WindowTwo PointersFast and Slow Pointershttps://www.youtube.com/watch?v=wjYnzkAhcNkMerge Intervals

2022년 11월 28일
·
0개의 댓글
·

Basic Anaconda

Download Anaconda from this website (link)In the folder where the install has been downloaded, type the following:Then, just enter and yes for all.To

2022년 10월 7일
·
1개의 댓글
·

Resources for Vector Calculus

Textbook:Vector Calculus, ColleyAnalysis On Manifolds, Munkres

2022년 8월 25일
·
0개의 댓글
·

Data Structures and Algorithm Python

linked list: concept (link)python demo (link)related concept - memory and array (link)recursion:concept (link)python demo 1 (link) python demo 2 (link

2022년 8월 24일
·
0개의 댓글
·

Resources for Statistics and Analysis

Web Resources:1\. COS511 (link)2\. Textbook:1\. Probabilistic Machine Learning, Murphy2\. Foundations of Machine Learning, Mohri

2022년 8월 23일
·
0개의 댓글
·

Ubuntu20 python3.7 virtual environment

In Ubuntu 20, the default python version is python3.8.To create the virtual environment of python3.7 do the following:

2022년 5월 24일
·
0개의 댓글
·

머신러닝 리서치에 유용한 사이트들

https://paperswithcode.com/https://www.reddit.com/r/MachineLearning/hot/https://42papers.com/https://arxiv-sanity-lite.com/https&#

2022년 5월 21일
·
0개의 댓글
·
post-thumbnail

LaTex in Ubuntu20

1. Install LaTex 2. Install TexStudio

2022년 4월 28일
·
0개의 댓글
·
post-thumbnail

Zotero setting in Ubuntu20

First download the Zotero tar.bz2 file in the official web siteExtract and move the folder where you want. In my case, home folder.Assuming your Zoter

2022년 4월 6일
·
0개의 댓글
·

How to stop Ubuntu 20.04 from auto-adding network printers

Refer to the link.

2022년 4월 6일
·
0개의 댓글
·

How to change the GRUB boot order

Refer to the first answer (i.e. the one selected) given in the link.

2022년 4월 6일
·
0개의 댓글
·
post-thumbnail

Install CUDA11.1 and PyTorch on Ubuntu20.04

Installation of CUDA11 and PyTorch on Ubuntu

2022년 3월 31일
·
0개의 댓글
·
post-thumbnail

Ubuntu 20.04 Installation

Make Ubuntu installation USB by Rufus

2022년 3월 31일
·
1개의 댓글
·