5 Mistakes That You Shouldn’t Be Doing If You Are Into Programming
It’s simple. Take Programming help. Be it your seniors, your mentors, professors, tutors or to that extent online tutoring help too.
Embrace the Journey to Coding Success
Are you diving into the world of coding?Watch out for these 7 common mistakes to ensure a smoother journey toward programming mastery!
Elevate your MATLAB Skills with Expert MATLAB Assignment Help!
Elevate your MATLAB skills and improve your grades with expert MATLAB assignment help!Gain valuable insights and customized solutions for your assignments.
ECMAScript: The Evolution of JavaScript
ECMAScript is the official specification for the JavaScript programming language. It is maintained and developed by the ECMAScript standards...
Python 中 if __name__ == “__main__” 有什麼用處
source: Pixabay前言在 Python Module 觀念解析中,我們清楚的介紹了 Python 中 Module 的觀念。在開始閱讀本篇文章之前,一定要先了解 Python 中 Module 的觀念!當我們對 Python 的基本語法愈來愈熟悉時,我們時常會將別人寫...
Python Module 觀念解析
source: Pixabay前言在 Python 中的函式 (Function) 觀念 (Part 1)、Python 中的函式 (Function) 觀念 (Part 2) 與 Python 中的函式 (Function) 觀念 (Part 3) 中,我們透過三篇文章清楚的介...
機器學習基本知識:維度 (Dimension) 的兩種意義
source: Pixabay前言在學習線性代數或是深度學習的數學運算時,經常需要對高維度的向量、矩陣進行運算。我們都知道純量 (Scalar) 屬於 0 維、向量 (Vector) 屬於 1 維、矩陣 (Matrix) 屬於 2 維度,超過 3 維就統稱為張量 (Tensor)。
機器學習基本觀念:Bias-Variance Tradeoff
前言當模型訓練完之後,我們會透過測試資料集來衡量模型的效能,計算模型的 Error。模型的 Error「包含」 Bias 與 Variance,我們希望模型的 Bias 與 Variance 兩者都愈小愈好,然而「魚與熊掌,不可兼得」,通常降低 Bias 就會提升 Varianc...
〔程式教學〕Python 程式中的 Error 與 Exception
source: pixabay前言在學習如何處理 Python 程式中發生的 Error 之前,只要 Python 程式執行到一半發生 Error,整個程式就會停止 (Crash),不會再繼續執行,這是我們不希望發生的結果。因此,在本篇文章中,我們將學習如何處理 Python 程...
〔程式教學〕PyTorch 支援 Apple Silicon GPU (Mac M1)
pytorch前言在 2022 年 5 月18 日的這一天,PyTorch 在 Official Blog 中宣布:在 PyTorch 1.12 版本中將可以使用 Apple Silicon 中的 GPU,也就是說如果你的 MacBook Air 或 MacBook Pro 的處...
〔程式教學〕Python 中的函式 (Function) 觀念 (Part 3)
source: Pixabay前言在 Python 中的函式 (Function) 觀念 (Part 2) 一文中,我們了解到 Python 函式中的 Default Argument、Keyword Argument 與 Scope 的觀念,也介紹到 Local Variabl...
〔程式教學〕簡單 5 步驟,美化你的 Terminal (macOS)
Oh My Zsh + Powerlevel10k = Powerful Terminal
Scala book
Below is a list of books good for learning Scala.
Programming Philosophy
The origin of everything: problems and their solutions. Programming is about solving problems, and problems can be solved with a variety of ...
How to do a perfect projection of real world understanding in the software field
When we talk about philosophy, it doesn't seem to have much to do with programming. And how does this nebulous realm of lofty abstract think...
A language that predicts the ultimate in programming from a philosophical perspective
01 Socrates: the hard-core assembly programmer Socrates was one of the founders of philosophy, but that's not the only thing in common (as...
〔程式教學〕Python 中的函式 (Function) 觀念
Parameter、Argument、Return Value 是什麼 ?了解 Python 中的 Function 觀念
Deep Learning 第一站 : Neural Network 名詞介紹
帶你看懂 Neural Network 中的專有名詞
Perceptron 的改良版 : 了解什麼是 Sigmoid Neuron
理解 Sigmoid 函數在神經網路扮演的角色
〔程式教學〕開始深度學習之前,先了解什麼是「感知器」(Perceptron)
深度學習的第一步:Perceptron