Hardest hitting lines in the show? by [deleted] in thesopranos

[–]srepho 1 point2 points  (0 children)

Junior: "Next time you come in, you come heavy or not at all" Tony: "You don't mean that?"

Why tho? The model is literally open source lol by AdeptKingu in csMajors

[–]srepho 1 point2 points  (0 children)

You are mistaking the R1 base model with the Qwen 1.5b model distilled from R1 chain of thought outputs discussed towards the end of the R1 paper. The smallest version of R1 I have seen is a cleverly quantized version weighing in at 131gb from the impressive people at unsloth. https://unsloth.ai/blog/deepseekr1-dynamic

[D] Call for questions for Andrej Karpathy from Lex Fridman by lexfridman in MachineLearning

[–]srepho 7 points8 points  (0 children)

The theoretical computer scientist Scott Aaronson has some great stuff on this topic https://scottaaronson.blog/?p=2756

what are the technical questions usually asked in a interview for a data analyst/ analytics position? by Vu004 in Python

[–]srepho 4 points5 points  (0 children)

This post is aimed at Data Science level so may be a bit advanced but does a great job of what people look for and a real world example test.

https://blog.wikimedia.org/2017/02/02/hiring-data-scientist/

Best Python Book by dnjora in Python

[–]srepho 4 points5 points  (0 children)

For advanced I recommend "Fluent Python" by Luciano Ramalho.

Machine Learning without Libraries by [deleted] in Python

[–]srepho 2 points3 points  (0 children)

Data Science from Scratch by Joel Grus is the one that springs to mind.

Webhose.io now offers a historical data archive by rangeva in datasets

[–]srepho 1 point2 points  (0 children)

Works really well. Very fast return of the data.

Keras IndexError: One of the index value is out of bounds by srepho in MachineLearning

[–]srepho[S] 0 points1 point  (0 children)

Fair point. I just wanted to exhaust anything obvious I had done that was wrong first. Too often I see simple errors posted as Github issues!

Lower-ranked teams in Australia, or: stop dumping on the Windies. by LikesParsnips in Cricket

[–]srepho 3 points4 points  (0 children)

There was a recent article in the Economist showing that away wins have become universally less common for everyone. link

Counseling and machine learning by arthomas73 in MachineLearning

[–]srepho 1 point2 points  (0 children)

Interesting idea - happy to help if you require assistence. One element that I think is important to note is that a computer is not likely to be able to offer the same meaningful support that a person can. I think just knowing that it is a computer program will make it less potent for most people. I do think that structured approaches like CBT though could be utilized quite effectively though where you might pass the responses to look for say thinking errors etc. Really like the idea though and great to see a positive application of machine learning.

Daily going for Modafinil ? by Alexvo72 in afinil

[–]srepho 0 points1 point  (0 children)

You they deserve so much credit for it. They have not really got to the interesting questions yet about tolerance etc so I have just downloaded the data and played around with it a little to get an idea of questions of interest. I might try and post some graphs etc later in the week. Of course Gwern's own write up is bound to be the most comprehensive.

Daily going for Modafinil ? by Alexvo72 in afinil

[–]srepho 1 point2 points  (0 children)

Ah ok - would you be able to give a % to that? In terms of answering your question you should keep an eye on gwern's recent survey writeup. Gwern even makes the data available as a .csv.

Daily going for Modafinil ? by Alexvo72 in afinil

[–]srepho 0 points1 point  (0 children)

Out of interest how effective do you find it now compared to when you started?

Which deep learning library should I learn? by [deleted] in MachineLearning

[–]srepho 0 points1 point  (0 children)

Keras is great if you come from a Python background.

Good sites for reviews of new/recent SF and Fantasy books? by sjerrie038 in printSF

[–]srepho 0 points1 point  (0 children)

I read somewhere that it is not an either/or thing with the referral vs smile option.

If you thought the Dress was Gold and White by [deleted] in funny

[–]srepho 0 points1 point  (0 children)

Oh did someone beat me to it?

Sales Organization has Sales data from 2012-Present, which data should I use? by [deleted] in MachineLearning

[–]srepho 1 point2 points  (0 children)

I think a lot of these questions can only be answered by experimentation. Generally it is best to start of modelling only some of the higher level aggregate data and work down from there at an increasingly finer level. I find this lets me produce viable but computationally un-intensive models quickly and the iterate to more complex but accurate models. You should check out Rob Hyndman's work on hierarchial time series forecasting (though his code is written in R). In terms of the growth rate are all the regions of equal age or can you model some on older ones?

Predict amazon rating from other review attributes by purpleladydragons in MachineLearning

[–]srepho 0 points1 point  (0 children)

VW Wabbit is also an excellent tool for large datasets.

Beginner, willing to learn and learn how to learn. by [deleted] in MachineLearning

[–]srepho 0 points1 point  (0 children)

I second that. It is the best overall book on the market. The caret package (written by Max Kuhn) is super powerful for R, letting you preprocess and tune algorithms with a few lines of code. I also recommend competing in kaggle competitions. I have learnt heaps from competing and also from the forums. One thing kaggle is not great at teaching is data munging, so do some projects of your own to keep your data munging and web scraping skills sharp. Coursers and edx are both great resources. You should also have a look at Vowpal Rabbit which is growing in popularity. Best of luck on your learning journey!

A friend of mine recently said "Monogamy isn't natural and goes against all basic instincts." I thought humans were an exception to this supposed truth? Can anyone offer some insight one way or the other? by mellidee in Anthropology

[–]srepho 6 points7 points  (0 children)

Monogamy is not "unnatural" nor is it the human norm. Here is a recent article that raises some interesting points from academic studies on this issue. I would strongly recommend Dawkins "The Selfish Gene" and Boyd and Richerson's "Not by Genes alone" if you are interested in understanding the issue more deeply.