• Stars
    star
    1
  • Language
    Python
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Principal component analysis (PCA) is a statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables (entities each of which takes on various numerical values) into a set of values of linearly uncorrelated variables called principal components. This transformation is defined in such a way that the first principal component has the largest possible variance (that is, accounts for as much of the variability in the data as possible), and each succeeding component in turn has the highest variance possible under the constraint that it is orthogonal to the preceding components. The resulting vectors (each being a linear combination of the variables and containing n observations) are an uncorrelated orthogonal basis set. PCA is sensitive to the relative scaling of the original variables.

More Repositories

1

Dollar_Rial_Price_Dataset

In this dataset, the price of the dollar to the Iranian rial in the years 2011 to 2023 has been collected by our crawler.
Python
22
star
2

Python-full-course

Full Python Programming Tutorials with Focus on artificial intelligence and machine learning
Python
21
star
3

flan-t5-base-imdb-text-classification

In this implementation, using the Flan T5 large language model, we performed the Text Classification task on the IMDB dataset and obtained a very good accuracy of 93%.
Jupyter Notebook
18
star
4

PyDOS

Implemetation Denial of services attack with python (socket programming and threading)
Python
14
star
5

NLP-from-RNN-to-Transformer

In this repository, based on the latest NLP pappers, we researched on sequential data and time series and developed tasks in NLP such as stock price prediction, time series prediction, sentiment analysis from text and We developed the language model and so on. This research is based on recurrent neural networks, LSTM networks and the new Transformer architecture and attention mechanism.
Jupyter Notebook
9
star
6

M-Taghizadeh

Some of informations about Mohammad Taghizadeh
8
star
7

Git-tutorial-for-developers

Here we learn Git SC and this repository is for communication with students of Git full course
7
star
8

PyGram

PyGram is a social network that developed with python.
Python
7
star
9

Image-Processing-Python

In this repository, we implement common image processing techniques in Python and fully describe their algorithms.
Jupyter Notebook
6
star
10

Python-Design-Patterns

implementation of design patterns with python
Python
6
star
11

Django-Restful-API-Challenge

Implement a simple Restful API on Django using the following tech stack: Python, Django Rest Framework, AWS DynamoDB
Python
6
star
12

python-webinar

Our goal in this webinar is to provide a quick and practical training as your first step to becoming a professional Python programmer, so that after watching this training you will be able to gain a very good knowledge of programming with Python and using Python in artificial intelligence, machine learning, deep learning, data mining, and backend programming using Flask and Django
Jupyter Notebook
6
star
13

Deep-Face-Recognition

In this repository, we implement and review state of the art papers in the field of face recognition and face detection, and perform operations such as face verification and face identification with Deep models like Arcface, MTCNN, Facenet and so on.
Jupyter Notebook
5
star
14

ChatGPT-for-Python-Programmers

In this repository, we introduced ChatGPT applications for Python and artificial intelligence programmers in various cases.
Jupyter Notebook
4
star
15

BigData_Projects

Projects related to Big Data course will be implemented in this repository.
Jupyter Notebook
4
star
16

MD5_Algorithm

implementation of md5 algorithm using python pure
Python
3
star
17

Compiler-Design-

design compiler with c++ language in Qt platform
C++
2
star
18

ReSTFul_API_Intro

CRUD in ReSTFul API in Flask
Python
2
star
19

Corona-Project

Site development provides the latest statistics on the coronavirus
Python
2
star
20

PyChat

PyChat is a massanger that implemented with python (socket programming)
Python
2
star
21

PyMongoDB

in this repo we learn about MongoDB and Python mongodb (PyMongoDB)
Python
2
star
22

KNN_Classifier

K Nearest Neighbor Classifier for 1 or multi features.
Python
2
star
23

App_Calculator

Calculator Application with Java language (Android Application)
Java
2
star
24

University

Desktop Application for a University with java language.
Java
1
star
25

SOLID-Principle-Python

1
star
26

soundReverse

sound reverser in matlab...
MATLAB
1
star
27

Puzzle-Game-

Puzzle game with java language.
Java
1
star
28

Wumpus-World-Algorithm-Design-

wumpus world..
Java
1
star
29

Steganography

Steganography and DeSteganography for Audio into Video file...
MATLAB
1
star
30

JavaGram-Data-Base-

Data Base Creation Documentaries for JavaGram (Social Network)
1
star
31

Flask-Mail

this web app just for testing about flask_mail for send email with gmail mail server ([email protected])
Python
1
star
32

Dictionary-link-list-approach

Dictionary link list approach using c++ language.
C++
1
star
33

PyDES

Implement the des algorithm with python
Python
1
star
34

Travelling-salesman-problem-Genetic-Algorithm

Travelling salesman problem with Genetic Algorithm.
Java
1
star
35

SHA1_algorithm

implementation of sha1 hash function algorithm with python pure
Python
1
star
36

py310

In This repository explains the new features in Python 3.10
Python
1
star
37

Magic-Square

Magic Square using c++
C++
1
star
38

Sparse-multiplication

Sparse multiplication using c++
C++
1
star
39

Dormitory-Project

Java
1
star
40

sqlDocs

Sql Docs...
1
star
41

JavaGram_SocialNetwork

JavaGram is a social network that was developed and design by java programming language.
Java
1
star
42

University-with-Linked-List-approach.

University with Linked List approach.
C++
1
star
43

Py_Decision-Tree

implementation of decision tree algorithm from scratch with python
Python
1
star
44

Pacman

Pacman Game using java
Java
1
star
45

cal_video_duration

calculation of video's duration ...
Python
1
star
46

LtcLnc-Algorithm

Implementation Search Engine with LTC-LNC algorithm developed with Python and Flask framework
Python
1
star
47

Travelling-salesman-problem-Dynamic-Programming

Travelling salesman problem.
Java
1
star
48

ReST-Directory

Python
1
star
49

webcamGetPic

get image from webcam by runing this python script...
Python
1
star
50

FlaskBlog

Python
1
star
51

VGG16

Transfer learning (TL) is a research problem in machine learning (ML) that focuses on storing knowledge gained while solving one problem and applying it to a different but related problem.
Python
1
star
52

Bayes-Classifier1Feature

Bayes Classification for one feature
Python
1
star
53

Programming-Day-Webinar

256 is a familiar number for programmers, and for this reason, the 256th day every year is called programmer's day. In this webinar, we celebrated together and learned some tips to improve our career path in programming.
1
star
54

Bayes_Classifier

In machine learning, naïve Bayes classifiers are a family of simple "probabilistic classifiers" based on applying Bayes' theorem with strong (naïve) independence assumptions between the features. They are among the simplest Bayesian network models.
Python
1
star
55

Regression

In statistical modeling, regression analysis is a set of statistical processes for estimating the relationships between a dependent variable (often called the 'outcome variable') and one or more independent variables (often called 'predictors', 'covariates', or 'features'). The most common form of regression analysis is linear regression, in which a researcher finds the line (or a more complex linear function) that most closely fits the data according to a specific mathematical criterion. For example, the method of ordinary least squares computes the unique line (or hyperplane) that minimizes the sum of squared distances between the true data and that line (or hyperplane).
Python
1
star
56

Common-Ground-Experiments

Jupyter Notebook
1
star
57

Master-of-Computer-Engineering-Webinar

1
star