-
π± Iβm currently learning javascript, react, vue
-
π¨βπ» All of my projects are available at https://albertyumol.github.io/
-
π I write articles on https://www.linkedin.com/in/albertyumol/
-
π¬ Ask me about data science, machine learning, deep learning, computer version, data ethics, data activism
-
π« Reach me via email at [email protected]
-
β‘ Fun fact: I'm a tarot card reader
just bash-ing around
Highlights
Pinned Loading
-
Image-Processing-on-Scilab
Image-Processing-on-Scilab PublicCode archive for Image Processing using Scilab.
Jupyter Notebook 2
-
albertyumol.github.io
albertyumol.github.io PublicSource code of my personal blog credits to Jekyll and Barry Clark.
-
Arduino-16x2-LCD
Arduino-16x2-LCD PublicCode for displaying texts in a 16x2 LCD with I2C module and Arduino.
C++ 1
-
Arduino-LED-Matrix
Arduino-LED-Matrix PublicArduino code for 4 cascaded LED matrix to show 'marquee' type moving texts.
C++
-
data-science-code-dump
data-science-code-dump PublicThis contains my data science cheat sheet codes used previously from studies.
-
Plotting normal pdf's in Python.
Plotting normal pdf's in Python. 1import numpy as np
2import matplotlib.pyplot as plt
3def normal_pdf(x, mu=0, sigma=1):
4sqrt_two_pi = np.sqrt(2*np.pi)
5return (np.exp(-(x-mu)**2/2/sigma**2)/(sqrt_two_pi*sigma))
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.