X

Compare

Overview

ChatGPT Strawberry vs Gemini for math Comparison in different aspects of AI services with data mining from genuine user reviews & ratings, including: ALL,Interesting,Concise,Helpfulness,Correctness. AI store is a platform of genuine user reviews,rating and AI generated contents, covering a wide range of categories including AI Image Generators, AI Chatbot & Assistant, AI Productivity Tool, AI Video Generator, AI in Healthcare, AI in Education, AI in Lifestyle, AI in Finance, AI in Business, AI in Law, AI in Travel, AI in News, AI in Entertainment, AI for Kids, AI for Elderly, AI Search Engine, AI Quadruped Robot.

Reviews Comparison

Recommended Tags



  • AILearner98 2024-09-15 10:46
    Interesting:3,Helpfulness:5,Correctness:5

    I just tested a math competition problem on ChatGPT Strawberry (OpenAI o1), which is taken from Alibaba Global Math Competition (reference: https://cdn.damo.alibaba.com/27be865b12eed38631ab79deebbe2637/Ali_math_competition_3_english_reference_solutions.pdf). The correct reference answer from is also attached above. In the reference materials, it's said that this question is taken from Putnam 2005, question A4. The detailed step include "It is a direct consequence of the following basic result of matrix: For any matrix A of a rows and b columns, we have The question also appears as, for example, Corollary 2.2 in Lokam’s “Spectral methos for matrix rigidity ...” J. Computer and System Sciences 64, 449–473, 2001." As you can see the result from ChatGPT strawberry (OpenAI o1), the results and steps include: Define the vector ( s = \sum_{i \in R} H_i ), where ( H_i ) is the ( i )-th row of ( H ). The entries of ( s ) are: Compute the squared norm of ( s ): But since the rows of ( H ) are orthogonal and have norm squared ( n ), we also have: Dividing both sides by ( a ) (assuming ( a > 0 )) gives: Subtract ( b a ) from both sides: Which rearranges to: Answer: Because ab cannot exceed n; that is, every such all-1 block satisfies ab ≤ n.



  • MayZhou 2024-09-15 10:25
    Interesting:4,Helpfulness:4,Correctness:4

    To test OpenAI o1 model's ability of graduate-level machine learning & math, I tried to ask OpenAI o1 to solve the problem of "Use Newton method to calculate the exact value of \sqrt{2}. Provide Detailed proof step by step." OpenAI o1 actually gives me a very long detailed step-by-step proof, which is much detailed and longer than GPT4o or GPT4o-mini. The complete response is very long and I just summarized the detailed steps of the reasoning here. Overall, I think OpenAI o1 can provide more accurate responses than previous GPT4o' answers. But the response usually is very long and there are a lot of top-down break-down, which makes the final result correct but sometimes hard to understand and follow. OpenAI o1 breaks down the machine learning math problem into these steps: ### Step 1: Define the Function and Its Derivative ### Step 2: Derive the Newton's Method Iteration Formula ### Step 3: Choose an Initial Approximation ### Step 4: Perform Iterations ### Step 5: Understanding the Result Each iteration yields a rational approximation that gets closer to ( \sqrt{2} ): - Iteration 1: ( x_1 = \dfrac{3}{2} = 1.5 ) - Iteration 2: ( x_2 = \dfrac{17}{12} \approx 1.4167 ) - Iteration 3: ( x_3 = \dfrac{577}{408} \approx 1.41422 ) - Iteration 4: ( x_4 = \dfrac{667,217}{471,632} \approx 1.41421 ) ### Conclusion Using Newton's method with the function ( f(x) = x^2 - 2 ) and starting approximation ( x_0 = 1 ), we generate a sequence ( { x_n } ) defined by: [ x_{n+1} = \frac{1}{2} \left( x_n + \frac{2}{x_n} \right) ] This sequence converges to ( \sqrt{2} ) as ( n ) approaches infinity. ### Final Answer By applying Newton's method to the equation ( x^2 - 2 = 0 ), we find that ( \sqrt{2} ) is the limit of the sequence: [ x_{n+1} = \dfrac{1}{2} \left( x_n + \dfrac{2}{x_n} \right) ] Starting from ( x_0 = 1 ), each iteration gives a rational approximation of ( \sqrt{2} ). Although we cannot express ( \sqrt{2} ) exactly using Newton's method (since it's irrational), the method provides increasingly accurate approximations.



  • MayZhou 2024-09-14 12:13
    Interesting:3,Helpfulness:5,Correctness:5

    I tested ChatGPT Strawberry or o1 model this high school calculus math problem, which is to "Calculate the first order derivative of function f(x)=\frac{1}{x} at the point x=2.". ChatGPT o1 gives me the precision answer in detailed step of what's the derivative of function of f(x) and what's the value at point x=2. The calculation is very detailed and helpful. By the way, I am using the huggingface model apps of OpenAI o1 API, which doesn't requires the subscription.




  • MayZhou 2024-09-14 12:33
    Interesting:3,Helpfulness:4,Correctness:5

    I asked Gemini to solve this graduate-level machine learning math problem "Use Newton method to calculate the exact value of \sqrt{2}. Provide Detailed proof step by step". And Gemini provides correct and concise answers to this question. It breaks down into a few steps: 1. Initial Guess, which is to Let's start with an initial guess, say x 0=1. This is a reasonable guess since 1^2 is close to 2. 2. Newton's Method Formula 3. Iterations 4. Convergence and get the conclusion Newton's method converges quadratically, which means that the number of correct digits approximately doubles with each iteration. As we continue iterating, we'll get closer and closer to the exact value of \sqrt{2}.



  • MayZhou 2024-09-14 12:27
    Interesting:4,Concise:4,Helpfulness:4,Correctness:5

    Gemini provides the correct answer to my high-school level math question about calculus "Calculate the first order derivative of function f(x)=\frac{1}{x} at the point x=2.". It uses the power rule to get the derivative function f'(x) and calculate its value at point x=2. And gets the correct answer -1/4. The answer is helpful, concise and easy to understand.



  • ai4science03 2024-09-09 12:44
    Interesting:3,Helpfulness:4,Correctness:5

    Gemini gives the correct answer of the math problem of calculating differentiation of function. It applies the step by step thinking and firstly outlines the method it uses to solve the differentiation "use the sum rule and the derivatives of individual functions". Then it gives detailed proof as follows: To find the derivative of f(x) = e^x + log(x) + sin(x), we'll use the sum rule and the derivatives of individual functions. The sum rule states that the derivative of a sum of functions is the sum of the derivatives of the individual functions.   Here are the derivatives of the individual functions: Derivative of e^x: d/dx(e^x) = e^x Derivative of log(x): d/dx(log(x)) = 1/x Derivative of sin(x): d/dx(sin(x)) = cos(x) Applying the sum rule, we get: f'(x) = d/dx(e^x) + d/dx(log(x)) + d/dx(sin(x)) f'(x) = e^x + 1/x + cos(x) Therefore, the derivative of f(x) = e^x + log(x) + sin(x) is f'(x) = e^x + 1/x + cos(x).



  • ai4science03 2024-09-09 12:25
    Interesting:3,Helpfulness:4,Correctness:5

    Gemini gives the correct answer to the quadratic equation x^2+5x+6=0 and it's using the step by step thinking method, which is very similar to the results from Claude, but different from the factoring methods of ChatGPT. Overall, the response from Gemini on solving this math problem is correct and helpful.