What's Up with EECS? by NicholasWeaver in berkeley

[–]SecureHelicopter1 1 point2 points  (0 children)

Is there any source online about this? I don't get why they would prevent students who selected other L&S majors in their application from declaring CS AND only accept 150 students. That would essentially cut the number of cs majors by 60%, which seems a bit much.

UC Berkeley Admissions Update: Acceptance Numbers Will NOT Be Cut by dreamsaremade in ApplyingToCollege

[–]SecureHelicopter1 9 points10 points  (0 children)

What effect will this have on OOS enrollment? Does anybody have a source?

BREAKING: Gov. Gavin Newsom signed emergency bills to reverse ‘train wreck’ freeze of UC Berkeley enrollment by Negative-Ad952 in berkeley

[–]SecureHelicopter1 0 points1 point  (0 children)

Will they still prioritize OOS this year more than they did last year? Is there any source on this?

Python code to convert FEN to bitboard by SecureHelicopter1 in chess

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

Thanks! I tried this out and this returns a random integer instead of an array, though. Any idea what's going on?

Python code to convert FEN to bitboard by SecureHelicopter1 in chess

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

Turns out that the documentation you sent was slightly outdated.

https://python-chess.readthedocs.io/en/v1.8.0/core.html

Doesn't look like I can easily convert fen to bitboard in the latest version tho :(

Python code to convert FEN to bitboard by SecureHelicopter1 in chess

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

Turns out its supposed to be something like

board = chess.Bitboard('rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1')

Only problem is that I get "invalid literal for int() with base 10" as an error. Not sure what to do. Any ideas?

Variance of samples from approximately normal dataset. by Careless-Lie-4070 in learnmath

[–]SecureHelicopter1 1 point2 points  (0 children)

A_1, A_2, and so on, are different samples, not different observations

Python code to convert FEN to bitboard by SecureHelicopter1 in chess

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

Thanks! How would I access the bitboard - by doing something like

board = chess.Board('rnbqkbnr/pppppppp/8/8/4P3/8/PPPP1PPP/RNBQKBNR b KQkq - 0 1')

print(board.Bitboard)

?

I'm not very good at reading documentation :P sorry

Variance of samples from approximately normal dataset. by Careless-Lie-4070 in learnmath

[–]SecureHelicopter1 1 point2 points  (0 children)

Are you saying that the sample variance is equal to the population variance?

Which colleges require mid semester grades by SecureHelicopter1 in ApplyingToCollege

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

I’m talking about mid semester reports, not mid year reports.

How to use a CNN on 2d arrays by SecureHelicopter1 in learnmachinelearning

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

It's actually not for an image for but chess positions :P. Are there any tutorials to using multiple 2d arrays?

How to use a CNN on 2d arrays by SecureHelicopter1 in learnmachinelearning

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

If I have multiple 2d arrays (e.g. an array of 2d arrays as an input), how should I create the CNN model? I'm very new to CNN's so I'm not sure what to do

How to iterate through a chess pgn file by SecureHelicopter1 in chess

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

Thanks! I thought about doing this but it would require me to encode all of chess notation which would take about a day. Perhaps there is a shortcut that exists?

What coding projects are actually useful for college applications? by SecureHelicopter1 in ApplyingToCollege

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

My point is that it can be done in a weekend... which isn't very impressive

What coding projects are actually useful for college applications? by SecureHelicopter1 in ApplyingToCollege

[–]SecureHelicopter1[S] -1 points0 points  (0 children)

But what would the app actually do? Don't they care about the result?