In recent years, various high-intelligence technologies have emerged with the continuous development of artificial intelligence and machine learning. From the early rudimentary recommendation algorithms to the captivating AI-generated illustrations, and later, popular large-scale language models like ChatGPT, each technological innovation challenges our understanding of artificial intelligence.
-
Automated Deployment to AWS through Github Actions
Frustrated about git pushing - remote access - git pulling all the time? This post will show you a simple automated way to deploy code through GitHub Actions.
-
Becoming More Like Computer Every Day
He who studies computers might take care lest he thereby think like a computer. And remind your fate is gazing back to you.
-
EEG Feeling Emotions with PyTorch
How do you feel today? Wait, don’t tell me. Let me guess it. Based on? Your brain signals.
-
The Science and Art of Writing: Techniques of Scientific Writing
The Science and Art of Writing is a series of posts connected to the world of writing. This is the second post of the series in which we give ground the philosophy mentioned in the first post.
-
The Science and Art of Writing: Philosophy of Scientific Writing
The Science and Art of Writing is a series of posts connected to the world of writing. In this first post, we discuss the philosophy of scientific writing. Ideas for this philosophy are mainly inspired by professor Larry McEnerney from the University of Chicago.
-
Project Chronicles: Game of Life
Project Chronicles is the series about useful skills that I learnt during the development of the projects. This is about the Game of Life, in which I noticed distinct ways we can use CSS clamp and how to draw patterns in any angle in JavaScript canvas.
-
Non-Invasive vs Invasive BCI - PART 2
Brain Computer Interface (BCI) always seem to be part of an utopic future. It is an ambitious technology that connects human brain with digital computers. What if one day we want a BCI connected, how would you choose between these two main types; non-invasive BCI or invasive BCI?
-
Non-Invasive vs Invasive BCI - PART 1
Brain Computer Interface (BCI) always seem to be part of an utopic future. It is an ambitious technology that connects human brain with digital computers. What if one day we want a BCI connected, how would you choose between these two main types; non-invasive BCI or invasive BCI?
-
Introduction to R
R is a numerical computing language commonly used and compared to Matlab, Python, etc. Most importantly, it is the language that I use for statistical analysis in a survey course. Hence, this little introduction to the R language.