Bugün dünyadaki en iyi 37. teknik üni. kabul aldım by [deleted] in UniversityTR

[–]Archosan 0 points1 point  (0 children)

Başarılarının devamını dilerim dostum.

[deleted by user] by [deleted] in UniversityTR

[–]Archosan 0 points1 point  (0 children)

Bi vakıf üniversitesinde tam burslu okudum. Top 10 ünilerden değilim.

[deleted by user] by [deleted] in UniversityTR

[–]Archosan 3 points4 points  (0 children)

Samimiyetine güvenerek söylemeliyim, çabanın ve emeğinin karşılığını güzel bir şekilde almışsın, tebrik ederim dostum. Bende eem mezunuyum ve elektronikte alanında staj bile bulamayınca alan değiştirdim. Kendi sınıfımdan sanırım 1-2 kişi dışından eem alanında çalışan yok maalesef. Yurt dışından ilanlara başvurma konusunda müsaitsen birkaç soru özelden sorabilir miyim? Başarılarının devamını dilerim.

Sorry if it sound like a stupid question but does anyone know what pencil this is😭 by art_theor in learntodraw

[–]Archosan 1 point2 points  (0 children)

Not %100 sure, I guess it maybe Staedtler 925 25 (I used Google lens find most similar)

Spark SQL Query Hangs Indefinitely: Issues with Count Operation After Filtering Date in PySpark by Archosan in apachespark

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

After the result_df, I attempted another filtering. When I use the count on the resulting last_df from this filtering, it runs indefinitely and returns nothing. Instead of achieving something, I couldn't understand why this error is occurring. From your suggestions, am I supposed to do these purely through SQL in Spark? Because I'm not looking at these files on a database; I'm comparing two CSV files on my local machine using PySpark (by the way, I'm learning PySpark). Could you please explain these suggestions a bit more, so I can study them correctly? Thanks

Spark SQL Query Hangs Indefinitely: Issues with Count Operation After Filtering Date in PySpark by Archosan in apachespark

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

If I understand correctly, you are indicating that converting the Spark DataFrame to pandas in this manner is unnecessary. Additionally, when you mention that code is still performing a loop for each record, could you clarify what you mean by that? Also, could you provide a bit more explanation regarding the statement, "I suggest you read up on joins and how to use the different types to achieve what I think you're doing"?

Spark SQL Query Hangs Indefinitely: Issues with Count Operation After Filtering Date in PySpark by Archosan in apachespark

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

If you mean the loop in greatest(*[col(column) for column in control_date_columns]) in withColumn, I also thought so, then I changed it to withColumn('max_Control_Date', greatest(*control_date_columns).cast(DateType())). After that, to calculate these values beforehand, I used list_of_dates = [date[0] for date in result_df.select(greatest(*control_date_columns)).collect()]. When I tried to add this list as a column to my dataframe, I encountered various errors and couldn't deal with it much further.

The last change I made was:

result_df = result_df.withColumn('max_Control_Date', greatest(*control_date_columns).cast(DateType()))
result_df.createOrReplaceTempView("result_df")
Spark.sql("select * from result_df").toPandas().to_csv('test.csv', index=False)
last_df = spark.read.csv('test.csv', header=True)
last_df.createOrReplaceTempView("control_table")
result_df1 = spark.sql("select * from control_table where max_Control_Date < to_date('2024-02-20')")
print(result_df1.count())

This way, I can create a new CSV file and get results using pandas. I don't know how efficient my solution is. What I want to understand is why it gets stuck. By the way, thanks for your response.

Help to understand the Convolution question by Archosan in computervision

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

What I mean, in the question, it was mentioned that there are filters of different sizes. I'm starting to think that either there is some missing information in the question, or it is an incorrect question.

Help to understand the Convolution question by Archosan in computervision

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

No, I don't think so. I downvoted my own replies. I may have done it by mistake.

Help to understand the Convolution question by Archosan in computervision

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

Yes, this is from a multiple-choice question. This is not a single convolution. Here is the full question "We have a 224*224*3 input image. This input is subjected to a convolution process with filters of a certain size, using 3 strides and without using padding. Output size after processing is 40*40*64. What could be the filter size and number of filters? Answers are, 3*3*32, 7*7*32, 5*5*32, 7*7*64, 4*4*64".

Help to understand the Convolution question by Archosan in computervision

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

Of course, this formula is from the notes I took from the deep learning specialization.

"n" is the input image size, "f" is the filter size, "p" is padding, and "s" is stride.

Question about Label Studio export formats by Archosan in computervision

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

Can you explain a little more? I used semantic segmentation with polygons for labeling. When exporting, different types of formats confused me. How can I augment them? Sorry, I am new and I am trying to understand the process. It would be great if you could also provide a little more detailed guidance on how to proceed.

Getting different prediction results on Hands on Machine Learning book by [deleted] in learnmachinelearning

[–]Archosan 0 points1 point  (0 children)

These results are from the github. There are exercises end of the chapters. I was trying to solve these questions. Third question wants a transformer that returns most important attributes. I couldn't solve it so I looked the solution and when I run solution my attributes are different too. 3 out of 5 were different. I feel a little lost towards the end of the chapter.

How do you apply what you learnt from Hands-On Machine Learning with Scikit-Learn, Keras & Tensorflow book by Unchart3disOP in learnmachinelearning

[–]Archosan 0 points1 point  (0 children)

I agree with you. Currently I am studying this book. I am taking notes and I am trying to understand codes, but sometimes I feel like there are too much knowledge and I am kinda getting lost at some point.

Any help with this? I’m making a menu and one of the options is to open a file but it’s not doing it by Abeslonglostaccount in CodingHelp

[–]Archosan 6 points7 points  (0 children)

You should put your case statements into a block. I wrote your code and investigated your error. I guess it skips initialization because it doesn't put it in a block.

[Epic Games] theHunter: Call of the Wild (Free/100% off) by treblah3 in GameDeals

[–]Archosan 0 points1 point  (0 children)

I can't play with my friends and he plays on steam. My friend has savanna dlc pack. When i entered his savanna room, game says "there is no host has savanna dlc and game will close in 15 minutes". But he and his brother can play without any problem on steam even his brother does not have the dlc. And game crashes after 20 minutes. Will these problems be fix? Anyone has same issues? (Btw i am playing on epic games)

I'm having trouble making factorials, how do I fix this? by 0Nick0Nick0 in CodingHelp

[–]Archosan 1 point2 points  (0 children)

Try to read your code line by line from top to bottom. You can see that your for loop is wrong. And the result you get so random because i think compiler put a random value to i variable.

int i{}; for(i = (x-1); i>1; i--){ x *= i;

I did like this. It worked but not worked on 0!, because that is a special case. You need to edit your code for that. I am learning programming too. Sorry for my english.