Git Product home page Git Product logo
MUHAMMAD BILAL photo

bilalxai Goto Github PK

followers: 13.0 following: 27.0 repos: 42.0 gists: 0.0

Name: MUHAMMAD BILAL

Type: User

Company: Mt Learners

Bio: 👋 Hi, I’m @Muhammad Bilal 👀 I’m interested in ML model building 🌱 I’m currently learning AI,ML,DL 💞️ I’m looking to collaborate on AI model building

Location: Pakistan

MUHAMMAD BILAL's Projects

-beethoven-classification-evaluation icon -beethoven-classification-evaluation

This GitHub repository contains a Python script for evaluating a binary classification task related to Beethoven data. The script reads a CSV file ('Beethoven.csv') and utilizes regular expressions to classify the data. It then calculates Precision and Recall metrics to assess the classifier's performance.

-federated-learning-step-by-step-with-flower-and-pytorch- icon -federated-learning-step-by-step-with-flower-and-pytorch-

Get started with Flower Welcome to the Flower federated learning tutorial! In this notebook, we’ll build a federated learning system using Flower and PyTorch. In part 1, we use PyTorch for the model training pipeline and data loading. In part 2, we continue to federate the PyTorch-based pipeline using Flower.

a-simple-cnn-model-beginner-guide- icon a-simple-cnn-model-beginner-guide-

CNN is a type of deep learning model for processing data that has a grid pattern, such as images, which is inspired by the organization of animal visual cortex [13, 14] and designed to automatically and adaptively learn spatial hierarchies of features, from low- to high-level patterns

ann-with-4-hidden-layers icon ann-with-4-hidden-layers

The most basic type of neural network is the ANN (Artificial Neural Network). The ANN does not have any special structure, it just comprises of multiple neural layers to be used for prediction. Let’s build a model that predicts whether a person has heart disease or not by using ANN.

column-transformer icon column-transformer

Column Transformer is a sciket-learn class used to create and apply separate transformers for numerical and categorical data. To create transformers we need to specify the transformer object and pass the list of transformations inside a tuple along with the column on which you want to apply the transformation.

comaprison-of-cnn-and-hog icon comaprison-of-cnn-and-hog

This tutorial showcases an in-depth exploration and comparison of two prominent image classification techniques: Convolutional Neural Networks (CNN) and Histogram of Oriented Gradients (HOG)

encoding-numerical-features icon encoding-numerical-features

There are two main methods to encode numerical features 1) Discritization 2) Binarization Discretization is the process of transforming the continous variables into discrete variables by creating a set of contiguous intervals that span teh range of the vriable's value

feature_scaling icon feature_scaling

Feature Scaling is a technique to standardize the independent features present in the data in a fixed range. It is performed during the data pre-processing to handle highly varying magnitudes or values or units. Here we see the effect of scaling in different algorithms and how to perform and visualize these effects

function-transform icon function-transform

In Functin transform we apply some functions on the columns so that there distribution become normal

generative-adversarial-networks icon generative-adversarial-networks

Generative adversarial networks (GANs) are neural networks that generate material, such as images, music, speech, or text, that is similar to what humans produce.

generative-adversarial-networks- icon generative-adversarial-networks-

In this tutorial, you’ll learn: What a generative model is and how it differs from a discriminative model How GANs are structured and trained How to build your own GAN using PyTorch How to train your GAN for practical applications using a GPU and PyTorch

gpt-3-model icon gpt-3-model

# Beginner’s Guide to the GPT-3 Model Demonstrating some interesting example applications in Python, with just a few lines of codes

graidenttape_tensorflow icon graidenttape_tensorflow

GradientTape API for automatic differentiation; that is, computing the gradient of a computation with respect to some inputs, usually tf. Variable s. TensorFlow "records" relevant operations executed inside the context of a tf. GradientTape onto a "tape".

intro-to-autoencoders icon intro-to-autoencoders

This tutorial introduces autoencoders with three examples: the basics, image denoising, and anomaly detection. An autoencoder is a special type of neural network that is trained to copy its input to its output.

long-short-term-memory icon long-short-term-memory

In this tutorial, you will see how you can use a time-series model known as Long Short-Term Memory. LSTM models are powerful, especially for retaining a long-term memory, by design, as you will see later.

minmax-scaling icon minmax-scaling

Normalization is technique often applied as part of data preparation for machine learning. The goal of normalization is to change the values of numeric columns in the dataset to use a common scale, without distorting differences in the range of values or losing information. We have use MinMax Scaling to Normalize the dataset and then apply the Logistic Regression to check the difference between simple and scaled data

neural-network-from-scratch icon neural-network-from-scratch

In this tutorial, you’ll learn: What artificial intelligence is How both machine learning and deep learning play a role in AI How a neural network functions internally How to build a neural network from scratch using Python

one-hot-encoding icon one-hot-encoding

One hot encoding is one method of converting data to prepare it for an algorithm and get a better prediction. With one-hot, we convert each categorical value into a new categorical column and assign a binary value of 1 or 0 to those columns. Each integer value is represented as a binary vector.

ordinal-encoding-and-label-encoding icon ordinal-encoding-and-label-encoding

In ordinal encoding, each unique category value is assigned an integer value. For example, “red” is 1, “green” is 2, and “blue” is 3. This is called an ordinal encoding or an integer encoding and is easily reversible. Often, integer values starting at zero are used. For some variables, an ordinal encoding may be enough. The integer values have a natural ordered relationship between each other and machine learning algorithms may be able to understand and harness this relationship.Label Encoding refers to converting the labels into a numeric form so as to convert them into the machine-readable form. Machine learning algorithms can then decide in a better way how those labels must be operated. It is an important pre-processing step for the structured dataset in supervised learning.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.