Sort by

recency

|

219 Discussions

|

  • + 0 comments

    I saw alot of the conversations here and none of them used IA to solve it, so I will give you a clue: It looks like an inverted ReLU function

  • + 0 comments

    Check out this video for full code with explanation to solve battery life prediction in python using linear regressio, https://youtu.be/48L4LIwW1Tg?si=KWfgSUgkDf3oWRDm

  • + 1 comment
    print([8 if timeCharged >= 4 else timeCharged * 2][0])
    
  • + 0 comments

    I have a laptop from Dell Company which has 8 GB RAM and 256 SSD hard disk. Its battery was working very well for the first year. I had taken out four to five times but suddenly it has stopped working. Now it has taken out 20 to 25 minutes. I don't understand what the problem is. If any of you know, please guide me. You can contact me for more information.

  • + 0 comments

    I've found it useful to create a scatter plot (plt. scatter(X,Y))to understand the shape before selecting a model