Popular repositories Loading
-
My-first-AI-Model-
My-first-AI-Model- PublicThis 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
-
Pytorch-fundamentals-
Pytorch-fundamentals- PublicPyTorch 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
-
Numpy-Fundamentals-in-Pytorch
Numpy-Fundamentals-in-Pytorch PublicNumPy 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
-
Non-linear-versus-Linear-models-
Non-linear-versus-Linear-models- PublicBinary classification on make_circles dataset, showing why non-linear activations (ReLU) are essential for learning complex decision boundaries.
Python
-
Multiclass-Classification-model
Multiclass-Classification-model PublicMulti-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
-
Pandas-fundamentals
Pandas-fundamentals PublicThis 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
If the problem persists, check the GitHub status page or contact support.