HN user

ghosthamlet

4,323 karma
Posts754
Comments92
View on HN
arxiv.org 2y ago

Mathematical Introduction to Deep Learning: Methods, Implementations, and Theory

ghosthamlet
6pts2
news.ycombinator.com 2y ago

Ask HN: Can you suggest advanced books on all type differential equations?

ghosthamlet
2pts4
arxiv.org 3y ago

Transformative AGI by 2043 is <1% likely

ghosthamlet
3pts4
www.nationalgeographic.com 4y ago

The resilience of the human spirit captured in 29 images

ghosthamlet
2pts0
www.quantamagazine.org 4y ago

The year in math and computer science

ghosthamlet
156pts9
catonmat.net 4y ago

Top programming, mathematics, physics, and science books: part eight

ghosthamlet
2pts0
news.ycombinator.com 4y ago

Ask HN: Are there any research using chaos theory to study Deep neural network?

ghosthamlet
2pts2
news.ycombinator.com 4y ago

Ask HN: What is the difference of semantic/logic/causal in natural language?

ghosthamlet
2pts1
www.microsoft.com 5y ago

Zero-Infinity and DeepSpeed: single GPU to finetune GPT-3 175B parameters

ghosthamlet
3pts0
news.ycombinator.com 5y ago

Ask HN: What's the best Codebase with functional programming or data oriented?

ghosthamlet
1pts0
www.deepspeed.ai 5y ago

Zero-3 Offload: Scale DL models to trillion parameters without code changes

ghosthamlet
97pts48
news.ycombinator.com 5y ago

Ask HN: What's the best Codebase you've read in 2020?

ghosthamlet
14pts1
qiskit.org 5y ago

Interactivity Book for Learn Quantum Computation Using Qiskit

ghosthamlet
1pts0
hndex.org 5y ago

Chicken Scheme looks mighty fine

ghosthamlet
2pts0
www.deepideas.net 6y ago

Introduction to Evolutionary Psychology

ghosthamlet
3pts0
www.deepideas.net 6y ago

Gödel’s Incompleteness Theorem and Its Implications for Artificial Intelligence

ghosthamlet
2pts0
news.ycombinator.com 6y ago

Ask HN: As Covid-19, why is the world and human so fragile In a high-tech world?

ghosthamlet
1pts1
www.reddit.com 6y ago

References on biologically inspired/plausible machine learning

ghosthamlet
2pts0
news.ycombinator.com 6y ago

Ask HN: Which static compiled language do you use for web backend?

ghosthamlet
6pts2
www.reddit.com 6y ago

Which machine learning projects best exemplify good software engineering?

ghosthamlet
4pts0
www.reddit.com 6y ago

If representation learning is the answer, then what is the question?

ghosthamlet
1pts0
github.com 6y ago

Analog-Cartpole: A hybrid analog/digital reinforcement learning experiment

ghosthamlet
28pts4
github.com 6y ago

Causal Programming in Clojure

ghosthamlet
5pts0
www.refsmmat.com 6y ago

Some Ideas of Interactive Textbooks

ghosthamlet
6pts0
www.refsmmat.com 6y ago

Statistical Programming Languages

ghosthamlet
2pts0
textbooks.math.gatech.edu 6y ago

Interactive Linear Algebra

ghosthamlet
1pts0
news.ycombinator.com 6y ago

Ask HN: Current significant trends in ML that are NOT Deep Learning related?

ghosthamlet
14pts0
petewarden.com 6y ago

Will Compression Be Machine Learning’s Killer App?

ghosthamlet
1pts1
medium.com 6y ago

Notes to Myself on Software Engineering

ghosthamlet
4pts0
brendangregg.com 6y ago

Linux Extended BPF (EBPF) Tracing Tools

ghosthamlet
2pts0
     This book aims to provide an introduction to the topic of deep learning algorithms. We review essential components of deep learning algorithms in full mathematical detail including different artificial neural network (ANN) architectures (such as fully-connected feedforward ANNs, convolutional ANNs, recurrent ANNs, residual ANNs, and ANNs with batch normalization) and different optimization algorithms (such as the basic stochastic gradient descent (SGD) method, accelerated methods, and adaptive methods). We also cover several theoretical aspects of deep learning algorithms such as approximation capacities of ANNs (including a calculus for ANNs), optimization theory (including Kurdyka-Łojasiewicz inequalities), and generalization errors. In the last part of the book some deep learning approximation methods for PDEs are reviewed including physics-informed neural networks (PINNs) and deep Galerkin methods. We hope that this book will be useful for students and scientists who do not yet have any background in deep learning at all and would like to gain a solid foundation as well as for practitioners who would like to obtain a firmer mathematical understanding of the objects and methods considered in deep learning.
Carp 0.3 7 years ago

Other GC-free Lisps:

    Pre-Scheme(https://en.wikipedia.org/wiki/PreScheme) is a GC-free (LIFO) subset of Scheme

    newLISP(http://www.newlisp.org/) uses "One Reference Only" memory management

    Linear Lisp(http://home.pipeline.com/%7Ehbaker1/LinearLisp.html) produces no garbage (and seems to have no implementation)

    Dale(https://github.com/tomhrr/dale) is basically C in S-Exprs (but with macros)

    ThinLisp(https://web.archive.org/web/20160324213055/http://www.thinlisp.org/, https://github.com/ska80/thinlisp) is a subset of Common Lisp that can be used without GC

    Bone Lisp(https://github.com/wolfgangj/bone-lisp) semi-automatic memory management

list is copyed from: https://www.reddit.com/r/lisp/comments/4mtktn/bone_01_lisp_w...

An interesting embedded language for probabilistic programming and meta-programming implement in Clojure from the same organization: https://github.com/probcomp/metaprob

The MIT Probabilistic Computing Project has a free public notebook service with big server to play with their libraries: https://github.com/probcomp/developer#hosted-service, the server spec is:

96 CPU cores, 360GB of RAM

10GB persistent disk

One hour browser-based inactivity timeout

10 max concurrent instances

NLP News Issue #41 7 years ago

This issue has many great resources about Natural Language Processing, Looking forward to the #42!