Skip to content
/ papers Public

the ML equivalent of practicing scales on a piano

License

Notifications You must be signed in to change notification settings

tsuiusi/papers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Papers

My implementations of the seminal papers of machine learning.

Implementation queue:

LeNet-5

  • MNIST recognition

3DGS

  • 3D Gaussian splatting
  • Goal 1 is to have a navigatable 3d model/scene locally
  • Goal 2 is to upgrade it to 4d
  • Goal 3 is to find a way to make it fast

Further reading:

ResNet

  • Residual network
  • Very vertical

ResBlock

Devlog/improvements:

  • change line 273 to mx.array, changing the effects afterward

Bug log:

  • the input channel issue: an extra reshape inside the __call__ messed the reshaping up
  • residual operation shape issue bug: the stride was wrong, downsampled a bit too much
  • hard coded the batch_size and matrix reshaping; changed it to the variable names and was fixed

About

the ML equivalent of practicing scales on a piano

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages