R. JinSolution to include <bits/stdc++.h> in Visual Studio C++Recently, I met some of students use a header file <bit/stdc++.h> in their codes. This <bits.stc++.h> is not a standard header file of GNU…Feb 18, 20212Feb 18, 20212
R. Jinpandas read_cvs().values in pI want to share outputs with/without pandas.read_cvs().values when do data preprocessing in Python:Jul 16, 2020Jul 16, 2020
R. JinSolutions to two common kinds of Errors when install TensorFlowI am writing this story is providing a summary of solutions to common errors that I met to you all who may need it in some ways. Wish it…Apr 28, 2020Apr 28, 2020
R. JinSeveral ways to calculate squared euclidean distance matrices in PythonThe need to compute squared Euclidean distances between data points arises in many data mining, pattern recognition, or machine learning…Sep 9, 2019Sep 9, 2019
R. JinCompressed Sparse formats CSR and CSC in PythonCompressed sparse row (CSR) and compressed sparse column (CSC) are widely known and most used formats of sparse data structures. Mainly…Jun 17, 20191Jun 17, 20191
R. JinWhen “No Network Connection” in UnitySometimes, we stuck with “No network connection” when we open Unity. Same thing also happened to me. So I would like to write down a…Apr 2, 20192Apr 2, 20192
R. JinUnity — Ordering under Canvas Decides Sorting Order on GUIAs we known, unity tutorial is too limited to reference on for most work. So it truly takes us a tons of time to debug the desired effects…Dec 19, 20181Dec 19, 20181