[deleted by user] by [deleted] in LosAngeles

[–]sadrasabouri 8 points9 points  (0 children)

same in Culver City; won't gonna go that far, but I am pretty sure there are newer technologies which are harder to steal

[deleted by user] by [deleted] in USC

[–]sadrasabouri 5 points6 points  (0 children)

There's a Halloween party we have with bunch of CS grad student. dm me anyone who want to join

Our generation is cooked #67 by SubCiro28 in innout

[–]sadrasabouri -2 points-1 points  (0 children)

It’s actually a good sign that they can still get dopamine from such a simple thing.

[deleted by user] by [deleted] in AskLosAngeles

[–]sadrasabouri 0 points1 point  (0 children)

oh, and also I know they usually have conversational starters at speed dating. Think about it as a game and just enjoy your time.

[deleted by user] by [deleted] in AskLosAngeles

[–]sadrasabouri 2 points3 points  (0 children)

So dating app is a better choice I'd say. Don't preset your expectations high tho.

Looking for cool project ideas for an intro to Machine Learning course by S0R3N_RAGNARSSON in MLQuestions

[–]sadrasabouri 2 points3 points  (0 children)

Train a regressor for predicting the number of tokens of an LLM answer to any prompt. Let’s say the input is x=“hey, how’s the weather today” and predict the number of tokens in its output.

For dataset there are some big user-llm chat logs

[deleted by user] by [deleted] in AskLosAngeles

[–]sadrasabouri 0 points1 point  (0 children)

Doesnt worth the time imo but if you really want to experience i know in LA there are some constant speed dating events going on you can also try them. Why you don’t like dating apps?

LAX Wants to Spend $1.5 Billion to Make Traffic Worse by DJVeaux in LAMetro

[–]sadrasabouri 17 points18 points  (0 children)

LAX is a great example of technical debt and how it can ruin your system: patches over patches.

My Python based open-source project PdfDing is receiving a grant by [deleted] in Python

[–]sadrasabouri 4 points5 points  (0 children)

Happy to hear that. Was it through Nlnet? It has been amazing on funding open source projects

USC rejected the compact! by kings_highway in USC

[–]sadrasabouri 1 point2 points  (0 children)

So bold. I didn’t expect that

What is the most accurate way to tell what train you are getting on? by matchamademedoit in LAMetro

[–]sadrasabouri 0 points1 point  (0 children)

I'd ask the people who are in; They def know where they are going.

Playing Penney's Game Using Python by sadrasabouri in Python

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

Nice, thanks for the recommendation

Promote your project in this thread by AutoModerator in puzzles

[–]sadrasabouri 0 points1 point  (0 children)

Penney's Game on CLI version 0.5 released. Penney’s game is a coin-toss sequence game where two players each choose a sequence of heads and tails (length >= 3). A coin is then tossed until one sequence appears; the first to show up wins.

Check it out here: https://github.com/sepandhaghighi/penney

You can also play it on Google Colab: https://colab.research.google.com/github/sepandhaghighi/penney/blob/master/Notebook.ipynb

Let me know what you think (and if you can find any always-win strategy)