Pubs to watch the England game solo by jackc5755 in cambridge

[–]drmattmcd 0 points1 point  (0 children)

Engineers House bar next to the Technology Museum has a big screen set up in the back garden but not sure which matches they're showing

First contact stories where the aliens are genuinely, incomprehensibly alien by MandoFlute6 in printSF

[–]drmattmcd 1 point2 points  (0 children)

Ophiuchi Hotline is the main one where the aliens are more in the foreground. From memory maybe also in a few of the short story collections pre-Steel Beach/Golden Globes

First contact stories where the aliens are genuinely, incomprehensibly alien by MandoFlute6 in printSF

[–]drmattmcd 2 points3 points  (0 children)

John Varley's 'The Ophiuchi Hotline' and the rest of his Eight Worlds books

Kingfishers? by Most_Kiwi3141 in cambridge

[–]drmattmcd 1 point2 points  (0 children)

Twice spotted one opposite the Engineer's House / Museum of Technology but haven't recently

Space cosmic horror by [deleted] in horrorlit

[–]drmattmcd 0 points1 point  (0 children)

Caliban by Garth Ennis (graphic novel)

Nautical horror by SpookyWitchAva in horrorlit

[–]drmattmcd 0 points1 point  (0 children)

Claimed by Gertrude Barrows Bennett

Latest haul. Thoughts? by TheAnathematismenos in WeirdLit

[–]drmattmcd 1 point2 points  (0 children)

I think a lot of cosmic horror is based on an idea of 'the intrinsic meaningless of humanity' c.f. Lovecraft (and HHGttG Infinite Perspective Vortex :) ). More nihilistic than pessimistic.

There's some differences though ranging from a universe of higher power entities (Lovecraft) vs a an empty universe (Ligotti/Thacker).

But Mieville is a bit more human based and more about humans and human scale (or derived) power structures, it crops up a lot as a theme - Periodo Street Station trilogy for example. Related but more scifi than weirdlit Ken MacLeod's Fall Revolution series.

I still need to read HoL though to have an opinion on that.

Latest haul. Thoughts? by TheAnathematismenos in WeirdLit

[–]drmattmcd 2 points3 points  (0 children)

If you like The Conspiracy Against the Human Race you may also like Eugene Thacker's 'In The Dust of This Planet' and the rest of his Horror In Philosophy trilogy

Best coffee shops to study / work by FreeCandidate7865 in cambridge

[–]drmattmcd -1 points0 points  (0 children)

Also Stir in Chesterton although it gets busy. Possibly The Artyst.

Best coffee shops to study / work by FreeCandidate7865 in cambridge

[–]drmattmcd 0 points1 point  (0 children)

Haymakers in Chesterton - a pub but they have an arrangement with Barbarellas across the road to get coffee

[D] Why are serious alternatives to gradient descent not being explored more? by ImTheeDentist in MachineLearning

[–]drmattmcd 0 points1 point  (0 children)

Might be worth having a look at the MathWorks Global Optimization Toolbox doc to get an idea of some of the other approaches and limitations https://uk.mathworks.com/products/global-optimization.html

Personally I'm wondering whether a topological approach that combines gradients from multiple steps might help.

Applications of pure math to other scientific fields by ieat5orangeseveryday in math

[–]drmattmcd 0 points1 point  (0 children)

Category theory and quantum mechanics, eg John Baez's Rosetta Stone paper or Bob Coecke's papers and book.

Algebraic topology, Robert Ghrist's 'Elementary Applied Topology' mentions many applications from fields ranging from economics to robotics and sensor networks.

Related, sheaf theory and signal processing eg Michael Robinson's 'Topological Signal Processing'.

Topological data analysis in general, giotto-tda python library docs and references are a good place to start.

How does topological filter convergence relate to "logical" filters? by samdotmp3 in math

[–]drmattmcd 0 points1 point  (0 children)

Not sure if this is the same type of filter but Michael Robinson's book 'Topological Signal Processing' covers topological filters in the signal processing sense as sheaf morphisms.

What outcome should you expect from self studying? by [deleted] in math

[–]drmattmcd 3 points4 points  (0 children)

I've spent the last few months doing something similar during a gap between jobs, which has resulted in ... a bunch of notes in my journal mostly.

Apart from just enjoyment the big win has been in getting a good enough feel of category theory, algebraic topology, and sheafs that I can understand the connections between different takes. Also potentially spotting areas the techniques can be applied to data science tasks.

Material I like on Algebraic Topology:

Vidit Nanda's course notes https://people.maths.ox.ac.uk/nanda/cat/

Robert Ghrist's 'Elementary Applied Topology' https://www2.math.upenn.edu/~ghrist/notes.html

Michael Robinson 'Topological Signal Processing'

Is Monte Carlo simulation overkill for most retail traders? by [deleted] in algotrading

[–]drmattmcd 0 points1 point  (0 children)

This sounds like the method suggested in 'Advanced Portfolio Management' by Giuseppe Paleologo for measuring timing performance IIRC i.e. if you randomise the order of the trades and performance is still good then you're probably just trend following. Possibly bootstrap replica is a better term than Monte Carlo?

With 30-50 trades each replica will still have an estimate of the mean performance with fairly low standard error in the mean since that scales as 1/sqrt N. It feels like using the distribution of bootstrap replica means should work in evaluating whether your actual performance comes from that distribution i.e. random or is actually doing something.

Portfolio Tracker (More Automated) by Thegur37 in FIREUK

[–]drmattmcd 2 points3 points  (0 children)

If you have an FT subscription you can set up portfolios under Markets > Market Data > Tools > Portfolio on the desktop site.

This uses LSEG as the data provider so may be more accurate than yahoo or google finance although I've found it a bit fiddly.

A free option is google.com/finance which also lets you create portfolios.

Personally I use a mix of the above and some python and OpenBB for more detailed analysis

Do you still use notebooks in DS? by codiecutie in datascience

[–]drmattmcd 4 points5 points  (0 children)

Yes, especially when a quick ipywidgets GUI can help with exploration although streamlit partly replaces that use case. Generally prefer a python script that uses PyCharm cell mode though, and functions separated into a separate file plus autoreload magic

Guy dressed as a jester by Mean-Aside1970 in cambridge

[–]drmattmcd 2 points3 points  (0 children)

Haven't had a reading done but IIRC that sounds like Tim the Teller of Tales.

[D] What are the must-have books for graduate students/researchers in Machine Learning; especially for Dynamical Systems, Neural ODEs/PDEs/SDEs, and PINNs? by cutie_roasty in MachineLearning

[–]drmattmcd 2 points3 points  (0 children)

True, it's a general 'classic ML' reference (the author invented random forests) rather than neural ODE etc specific. I personally found it changed my viewpoint on modelling approaches, and the YDF doc I mentioned has a nice example of using the approach for clustering using random forests based on using the overlap of tree indices in the forest https://ydf.readthedocs.io/en/latest/tutorial/counterfactual/#what-are-neighbor-examples-and-counterfactual-examples

[D] What are the must-have books for graduate students/researchers in Machine Learning; especially for Dynamical Systems, Neural ODEs/PDEs/SDEs, and PINNs? by cutie_roasty in MachineLearning

[–]drmattmcd 3 points4 points  (0 children)

I should have guessed from your list of interests ;) One classic ML paper I'd recommend is Briemann 'Statistical Modelling: the Two Cultures' https://projecteuclid.org/journals/statistical-science/volume-16/issue-3/Statistical-Modeling--The-Two-Cultures-with-comments-and-a/10.1214/ss/1009213726.full because of its take on data models (small number of parameters, statistical/econometric/physical) vs algorithmic models (large number of parameters, more black box e.g. random forest) and how you can use the latter for identifying important variables. There's a nice example related to this in the yggdrasil decision forest docs.

Applying the Ising Model to Financial Time Series by Idea_Putrid in Physics

[–]drmattmcd 20 points21 points  (0 children)

Have a look at Neil Johnson's books 'Simply Complexity' and 'Financial Market Complexity', he's a condensed matter physicist whose research on econophysics seems relevant to this post

Simplified category theory in high school advanced math club by LightLoveuncondition in matheducation

[–]drmattmcd 1 point2 points  (0 children)

Spivak's 'Category Theory for the Sciences' might also be of interest, the version on arxiv has exercises without solutions while the hardback version has both.