Now (7pm ET Wed) watch https://youtu.be/QS0VmCD9YLU(FEEL FREE TO SUBSCRIBE TO YOUTUBE
@hajiaghayi
FOR FUTURE LESSONS) Lesson 14: Introduction to Algorithms by Mohammad Hajiaghayi: We talk about #Probability (Part 2) useful for designing #randomized #algorithms
#algorithms, #design, #induction, #recursive, #randomizedalgorithms, #probability, #randominput ,
#probabilitytheory, #randomvariables, #expectations, #variance, #Bernoulli, #Binomial, #Poisson, #Normaldistribution, #Gaussian, #Python, #numpy.random, #scipy.stats, #correlation, #Pearson, #spearman, #geeksforgeeks , #hackerrank, #leetcode, #cs, #computerscience
#computerscience #cs #leetcode #hackerrank #geeksforgeeks #spearman #pearson #correlation #scipy #numpy #python #gaussian #normaldistribution #poisson #binomial #Bernoulli #variance #expectations #randomvariables #probabilitytheory #randominput #randomizedalgorithms #recursive #induction #design #algorithms #randomized #probability
I was recently challenged by a LinkedIn connection to get on with data.table and it was something that was on my radar but now it's got my interest and attention, so onward with it! challenge accepted!
Post: https://www.spsanderson.com/steveondata/posts/rtip-2023-03-07/
#datatable #tidydensty #bernoulli #tibble #tidy #r #rstats #opensourcesoftware #opensource #software #softwareengineering #innovation #technology #distributions #improvement #engineering #data #bigdata #dataanalysis
#dataanalysis #bigdata #Data #engineering #improvement #distributions #Technology #innovation #softwareengineering #Software #OpenSource #opensourcesoftware #RStats #r #tidy #tibble #Bernoulli #tidydensty #datatable
One day, one decomposition
A007703: Regular primes
3D graph #threejs #webGL ➡️ https://decompwlj.com/3Dgraph/Regular_primes.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/Regular_primes.html
#decompwlj #math #mathematics #sequence #OEIS #javascript #php #3D #Bernoulli #numbers #divisible #primes #primenumbers #graph
#graph #primenumbers #primes #divisible #numbers #Bernoulli #3d #php #javascript #oeis #sequence #mathematics #math #decompwlj #webgl #threejs
History of the Picard scheme by Steven L Kleiman
#lemniscate
#Bernoulli
#Fagnano
#Euler
#euler #fagnano #Bernoulli #lemniscate
I've been thinking about implementing an algorithm for computing #Bernoulli numbers that Henri Cohen loosely describes in one of his books. Funnily enough, the first computer program intended to run on actual hardware was written by #AdaLovelace :lovelace: and was also intended for Bernoulli numbers.
Now I kind of want to understand her program and implement it too. I bet someone already has done it. Maybe I should go find what others have written on this.