Airikuh's Stars
digoal/blog
Opensource,Database,AI,Business,Minds. git clone --depth 1 https://github.com/digoal/blog
remzi-arpacidusseau/ostep-code
Code from various chapters in OSTEP (http://www.ostep.org)
remzi-arpacidusseau/ostep-homework
careercup/CtCI-6th-Edition-cpp
Cracking the Coding Interview 6th Ed. C++ Solutions
devrimgunduz/pagila
PostgreSQL Sample Database
black-shadows/Cracking-the-Coding-Interview
Learn how to uncover the hints and hidden details in a question, discover how to break down a problem into manageable chunks, develop techniques to unstick yourself when stuck, learn (or re-learn) core computer science concepts, and practice on 189 interview questions and solutions.
Tracktion/pluginval
Cross platform plugin testing and validation tool
Roen-Ro/CircularBuffer
circular buffer, circular queue, cyclic buffer, ring buffer
codefinite-vri/Data-Structures-And-Algorithms
These repository contains all the important codes in Data Structures and Algorithms spanning across different areas like Recursion, Stacks, Queues, Linked Lists, Arrays, Pointers, Graphs, Trees, Sorts, Search, Hashing, etc.
penguin1214/classification
Three-layer BP neural network used to classify Iris dataset.
ShaishavJogani/Neural-Network-Handwritten-Digit-classification
Two hidden layer Neural Network with 99% Accuracy. Dropout Regularization scheme is also implemented and available as an option. Please read the report for full implemantation Description.
ybenzaki/kmeans-iris-dataset-python-scikit-learn
This repo is an example of implementation of Clustering using K-Means algorithm. The source code is written in Python 3 and leava
srilakshmi-thota/IRIS-DATASET-ANALYSIS-USING-NEURAL-NETWORK
Neural Network with functions for forward propagation, error calculation and back propagation is built from scratch and is used to analyse the IRIS dataset.
61Duke/genetic-algorithm-neural-network
Classification model prediction, neural network optimization based on genetic algorithm --- iris dataset
FlaviusMiron/IRIS_Dataset_Classification
Classification of the IRIS dataset with a neural network and a soft-max regression made from scratch.
tanvirtin/mnist-ann
An Artificial Neural Network with weight decay created using python using the Numpy library which can read handwritten digits. Uses K-Folds cross validation for training the Neural Network.
polasha/Basic-Pytorch-Neural-Network-with-Iris-dataset
The main goal is to develop a model capable of classifying an iris plant based on four features. This is a multi-class classification where each sample can belong to ONE of 3 classes (Iris setosa, Iris virginica or Iris versicolor). The network will have 4 input neurons (flower dimensions) and 3 output neurons (scores). Our loss function will compare the target label (ground truth) to the corresponding output score
VictorMotogna/IrisLogisticRegression
Iris Dataset Logistic Regression - scikit learn version & from scratch
wiem-heni/Neural-Network-Iris-SpeciesClassification
We used the “Iris Species” dataset from Fisher's classic 1936 paper. This dataset includes 3 Iris species (Iris_Setosa, Iris_Versicolor and Iris_Virginica) with 50 samples for each type.
bissessk/Stock-Trading-Management-Database-Application
Built a stock trading management application that involved designing/building a database and implementing a web front-end. Users can interact with other users as well as analyze their trades. The application was run on a Gauss server and sample data is provided to test the application.
MPranav1/Prediction_USL
This script employs K-Means clustering on the Iris dataset, utilizing Pandas, Matplotlib, and scikit-learn for efficient data handling, visualization, and machine learning.
9Tuckm31/QR-Stock-Controller-V3
QR stock controller using WX Python and Microsoft SQL Server. Unfinished.
davide123954/Detective_Program_Python
This program is based on the Python language and MySQL database. I created 2 tables in my database where I enter personal details of the criminals such as name, id, phone, address, photo. In this program there is a facial recognition if a particular criminal has already been inside my system.
deryacakir1/IrisDatasetClustering
Clustering process with K-Means Algorithm
harrydaihaolin/Stock-Trading-Server
a trial stock trading server project
prateek27/neural_networks_flower_recogniser
Flower Recogniser on IRIS database. Requirements - NumPy , SkLearn for Dataset , Theano
shubhamsharma04/Multi_Layer_Neural_Network
A python script to run Multi Layer Neural Network to identify handwritten digits
Tehreem404/Programming_II_A2
Pointers and Arrays (Shallow/Deep Copy) Swapping Rows and Columns
Tra511001/PointerLinkedQueue
yyhpys/os-a-plus-project
Automatically exported from code.google.com/p/os-a-plus-project