Skip to content
View Arafat4341's full-sized avatar
Block or Report

Block or report Arafat4341

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. Machine-Learning Machine-Learning Public

    Different classification problems are solved using supervised learning algorithms. Besides different model evaluation techniques are being applied to evaluate the models.

    Python

  2. TwitterSentimentAnalysis TwitterSentimentAnalysis Public

    Here I took different twitter posts on a certain topic and analyzed the sentiment.

    Python

  3. VisualizingTheErrorOfaLinearRegressionModel VisualizingTheErrorOfaLinearRegressionModel Public

  4. VisualizingErrorUsingMatplotlib VisualizingErrorUsingMatplotlib Public

    Here I have visualized the error between true data and predicting data using Matplotlib Library

    Python 1

  5. GradientDescentPythonImplementation GradientDescentPythonImplementation Public

    Python

  6. N-Queen-problem-using-hill-climbing-and-simulated-annealing-algorithm N-Queen-problem-using-hill-climbing-and-simulated-annealing-algorithm Public

    The traditional AI problem 'N-Queen problem' is solved with both hill climbing & simulated annealing algorithm in this repository using python