Useful linux commands
Here are some useful linux commands.
Here are some useful linux commands.
Here are some useful shell scripts.
Here are some useful tips to use tensorboard.
Here are some useful tips to use git.
Here are some useful tips to set conda environments.
Here are some useful tips to use docker.
For faster apt update, you’ll need mirror page, close to your own location. setup can be done as follows.
Do you want to deal with multiple terminals at once? Here’s something that I need for Tmux editor.
Something that I need for VIM editor
Something that I need for GDB
Something that I need for GCC
Find shortest path, given starting node, with positive path distance.
Fast way to find the element in sorted data: binary search
DFS (Depth First Search) and BFS (Breadth First Search).
How can we program the computer to wear socks first, and then shoes?
In dijkstra algorithm, we have seen single source shortest path algorithm. How about multiple sources? In other words, what if we want to know every pairs of...
How can we design the most efficient network of nodes?
How can we implement set without intersection?
How can we process aggregate queries, in more efficient way?
Starting point of Problem Solving is to find all possible cases.
We have implemented base models for MNIST with keras. How can we implement more sophisticated version?
MNIST is the starting point of Computer Vision Research. Let’s try them with Keras.
Let’s implement VAE using MNIST dataset!
What is Variational Autoencoder?
The task is to compute an approximation to 𝜋 using Monte Carlo.
The task is to devise a model representing Cobweb Process.
Using host machine to compile codes that is active on target machine.
Using host machine to compile codes that is active on target machine.
Let’s try some mathematical notations with MathJax.
Issues related to failure of password authentication on github have occurred.
How can we set up n for loops for the problem solvings?
This post is about pytorch cheatsheet. Commonly used codes and flows are introduced to boost my performance!
Sometimes, accuracy isn’t enough as a metric to evaluate classifier’s performance. Are there any other metrics more than that? Let’s discuss the ways to meas...
We usually use mean square error (MSE) as our machine learning softwares’ objective. What makes it valid objective function?
CNN shortcuts