All Questions

19771 questions


1 answers
276 views
0
I'd like to create an algorithm in javascript that can be regressed with any graph, such as scipy.optimize.curve_fit (I'd like you to tell me a library that corresponds to that). Or I would like you to tell me an algorithm for regression specifically for sigmoid functions.) )

I would like to create an algorithm in javascript that can be regressed with any graph, such as scipy.optimize.curve_fit.The library I found is at the following URL:https://www.npmjs.com/package/regre...


2 answers
292 views
0
Getter is not created in lombok@Data?

I am studying java at SpringToolSuite4.I am trying to automatically add Getter, Setter, etc. using [email protected], the controller does not digest Getter, so Even if I access it directly from the ...

2 years ago

1 answers
291 views
0
I want to use HSTack to get the width value to the image on UISscreen.

I would like to use HSTack to determine the width value on the UISscreen up to Image(test) and get the value. What should I do?struct ContentView:View {    varbody:someView {        HSTack {          ...

2 years ago

1 answers
442 views
0
I would like some advice on the operations (moving) that Unity2d would like to implement.

I am creating omnidirectional shooting with Unity2d.I would like to implement WASD movement with the cursor position of the mouse as the front.  WASD movement on the XY axis, between the actual machin...

2 years ago

1 answers
353 views
0
Is it possible to achieve Python code like below without using the with statement?

with tf. GradientTape() as gen_tape, tf. GradientTape() as disc_tape: Processing 1 Processing 2

2 years ago

1 answers
412 views
0
Directory Configuration for Rails+ Front-End

I don't know the typical directory configuration for developing Rails and Frontend in one repository.For example, in the case of Rails API+Next.js, I think the following options are available.What is ...


1 answers
382 views
0
Understanding Combo Boxes with Check Boxes (List Boxes)

Is there a way to make something like this happen in my environment?(Is there anything other than tkinter?) [.NET] How to select multiple items in the combo box●About my environment·Python 3.9.7·tkint...

2 years ago

1 answers
320 views
0
I want to use Visual Studio code's file search complement functionality for regular searches.

Visual Studio Code File Search (Ctrl+P) complements even fairly vague entries, but is there a way to use this complement in regular searches (Ctrl+F, Ctrl+Shift+F, etc)?Or, please let me know if there...

2 years ago

2 answers
396 views
0
DATA AFTER DUPLICATE CHARACTER AND METHOD FOR OBTAINING TIME DATA IN ORDER

I would like to retrieve data from the following sentences in python 3.10. Is there a way to retrieve numbers in order by repeating them?本文SENTENCEEvent A Number of participants Time: 18:00-21:00, Eve...

2 years ago

1 answers
460 views
0
If you use SocketHandler to send logs to ThreadingTCPServer, the program will not exit.(Related to Python logging)

Something like deadlock occurs and the program does not exit.This occurred in a program that provides server threading and bulk management of logs during parallel processing using multiprocessing base...

« - 107 - »

© 2024 OneMinuteCode. All rights reserved.