• Stars
    star
    1
  • Language
    C++
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

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

Repository Details

More Repositories

1

Neural-Network-Optimized-by-PSO

this project integrates - ● Neural Network and Particle Swarm Optimization together to reduce training time of neural network. this is a fun machine learning experiment. This project analyzes the performance of NN optimized by PSO Replacing Back propagation. This hybrid approach then employed on a disease dataset and classified the diasese successfully. For comparison Purpose other well known approaches have also been implemented here in this project to compare the accuracy as well as efficiency of our model. this project has been implemented in python.
Python
7
star
2

Bus-reservation-system-.Net-C-

This project has been developed using C# programming language in .NET framework. For database system SQLite software has been used.
C#
2
star
3

Student-CGPA-Information-Management-System

This project has been implemented and developed using JAVA swing GUI toolkit and JAVA abstract window (AWT) toolkit to manupulate and process information regarding university students. for database manupulation purpose MySql has been considered for this project.
Java
2
star
4

Hierarchical-Design-of-16-Bit-ALU

this project implements 16 bit ALU using verilog programming.
1
star
5

Multithreaded-WebServer

This project implements multithreaded webserver using the concept of socket programming and concept of threadpool to negotiate with concurrent requests at a specific time using c programming.
C
1
star
6

Python-Web-Scrapping-Selenium-beautifulSoup

This is a data extraction and analysis project which has been done on hundreds of japaneese hospital to extract their job circular information and further processing them to get meaningful information. The overall implementation has been done using python Selenium and beautifulSoup library which are considered best libraries for scrapping data from web.
Python
1
star
7

Rokomari.com-Online-book-shop-

This project implements functionalities of online book shopping website Rokomari.com ignoring some of the features of rokomari.com web portal. it has been imlemented using HTML, CSS, JAVASCRIPT, PHP, BOOTSTRAP etc.
PHP
1
star
8

Neural-Network-Optimized-by-ACO

# Neural-Network-Optimized-by-ACO this project integrates - ● Neural Network and Ant Colony Optimization (ACO) together to reduce training time of neural network. this is a fun machine learning experiment. This project analyzes the performance of NN optimized by ACO Replacing Back propagation. This hybrid approach then employed on a disease dataset and classified the diasese successfully. For comparison Purpose other well known approaches have also been implemented here in this project to compare the accuracy as well as efficiency of our model. this project has been implemented in JAVA.
Java
1
star