Skip to content
View barkinadiguzel's full-sized avatar

Block or report barkinadiguzel

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 Loading

  1. My-first-AI-Model- My-first-AI-Model- Public

    This is a simple Linear Regression model implemented in PyTorch. It demonstrates how to generate synthetic data, train a model, visualize predictions, and track training and test loss over epochs. …

    Python

  2. Pytorch-fundamentals- Pytorch-fundamentals- Public

    PyTorch Fundamentals A collection of fundamental PyTorch examples covering tensors, math operations, matrix manipulation, NumPy interoperability, random seeds, and GPU usage. This project is meant …

    Python

  3. Numpy-Fundamentals-in-Pytorch Numpy-Fundamentals-in-Pytorch Public

    NumPy Fundamentals This repository covers core NumPy concepts: array creation, indexing, slicing, reshaping, math operations, boolean indexing, and random numbers. Ideal for beginners to build a fo…

    Python

  4. Non-linear-versus-Linear-models- Non-linear-versus-Linear-models- Public

    Binary classification on make_circles dataset, showing why non-linear activations (ReLU) are essential for learning complex decision boundaries.

    Python

  5. Multiclass-Classification-model Multiclass-Classification-model Public

    Multi-class Classification with PyTorch This project trains a simple neural network on a synthetic 4-class dataset created with make_blobs. The model uses two hidden layers and is trained with Cros…

    Python

  6. Pandas-fundamentals Pandas-fundamentals Public

    This tutorial introduces key pandas functions for data handling and analysis. It covers creating Series and DataFrames, exploring data with head, tail, info, and describe, cleaning with fillna and …

    Python