Labels

ACO (3) AdaBoost (2) Ant Colony Optimization (2) Backpropagation (2) binary constraint graph (1) blockchain (2) brute force (1) brute force algorithm (1) Class Scheduling (12) conditional independence (1) conference cheduling (1) conference scheduling (2) constraint satisfaction problem (3) cryptocurrency (3) csp (3) cyclic group (1) data mining (3) decision trees (12) derive equations (1) DHKE (6) Diffie Hellman Problem (1) Diffie-Hellman Key Exchange (2) Digital Signature Algorithm (1) Discrete Logarithm Problem (1) double and add algorithm (1) download source code (1) DSA (1) ecc (1) ECDH (1) ECDSA (1) Elgamal (1) Elgamal Digital Signature (1) Elliptic Curve (1) Elliptic Curve Diffie–Hellman key exchange (1) Elliptic Curve Cryptography (1) Elliptic Curve Digital Signature Algorithm (1) Encryption (1) euler phi function (1) extended euclidean algorithm (1) generalized discrete logarithm problem (1) generate rules (3) Genetic Algorithm (5) Genetic Algorithms (19) gradient descent (2) group (1) group generator (1) grow xml tree (1) Handle Underflow (1) hashing (1) hill climbing (7) hopfield network (2) independence (1) info gain (1) information gain (2) java (84) javafx (1) k-nearest neighbors (2) Laplace Smoothing (2) linear algebra (3) Linear Regression (2) logical operators (1) logistic regression (4) map coloring (1) message authenticity (1) message confidentiality (1) message integrity (1) multi-party Diffie-Hellman Key Exchange (1) Naive Bayes (6) nearest neighbor (1) nearest neighbors (1) Neural Networks (10) node splitting (1) Normal Equation (2) numpy (1) P2P (10) Peer to Peer (5) peer-to-peer (2) point addition (1) point doubling (1) pow (3) probability (2) proof of work (3) proof-of-work (1) public key cryptography (9) Public Key Cryptography + DHKE w/ Encryption + JAVA (1) Python (18) random restart hill climbing (2) robotics (1) rsa (1) RSA Digital Signature (1) Scala (1) Sentiment Classification (4) Sequential Minimal Optimization (2) sha-256 (1) simulated annealing (2) SMO (2) sqlite (21) stochastic gradient descent (2) Support Vector Machines (2) SVM (2) Traveling Salesman Problem (1) TSP (13) underflow handling (1) use rules (3) workshops scheduling (2)

Saturday, August 29, 2020

workshops/conference scheduling w/ genetic algorithms & JAVA - tutorial 01

prototypeprj.com = zaneacademy.com (version 2.0)

00:07 demo the application

05:45 code the application
15:38 run CreateDB01 in order to create and populate the database for this app.


17:40 code the Conflict class

18:50 code DBMgr class which uses data from
database to populate the domain objects

31:12 code GeneticAlgorithm class
41:20 test run finished application

--------------------------------------------------------------------------------------------------------------------------------
quickly download, import into Eclipse, and run zip file for
'workshops/conference scheduling w/ genetic algorithms & JAVA - tutorial 01'
---------------------------------------------------------------------------------------------------------------------------------





-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------

Decision Trees + Python + generate & use rules + SQLite DB and file storage

 
prototypeprj.com = zaneacademy.com (version 2.0)

01:30 test run dt01+.py

02:28 run create_db_01.py which will create and populate database

05:27 test run hard-coded data access functionality
08:16 test run file data access functionality

11:10 test run data access from database functionality

--------------------------------------------------------------------------------------------------------------------------------
quickly download, setup, and run file for
'Decision Trees + Python + generate & use rules + SQLite DB and file storage'
---------------------------------------------------------------------------------------------------------------------------------




-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------

Decision Trees w/ Python Project 02 - generate & use rules


prototypeprj.com = zaneacademy.com (version 2.0)

04:30 demo prebuilt version of the application using contact-lenses
dataset and running in verbose mode in order to display all calculations

06:49 quickly go over entropy and information gain

08:13 code the application

28:16 test run completed application

--------------------------------------------------------------------------------------------------------------------------------
quickly download, setup, and run file for
'Decision Trees w/ Python Project 02 - generate & use rules'
---------------------------------------------------------------------------------------------------------------------------------





-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------

Monday, August 24, 2020

Genetic Algorithms Tutorial 04 - Class Scheduling JAVA Application

 

prototypeprj.com = zaneacademy.com (version 2.0)

00:28 demo a prebuilt version of the application


06:34 code the application
43:41 test run the finished app.

----------------------------------------------------------------------------------------------------
quickly download, import into Eclipse, and run zip file for
'Genetic Algorithms Tutorial 04 - Class Scheduling JAVA Application'
----------------------------------------------------------------------------------------------------





-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------



Sunday, August 23, 2020

Class Scheduling w/ Genetic Algorithm + SQLite DB + JAVA

prototypeprj.com = zaneacademy.com (version 2.0)

00:37 demo the application

02:41 test data used in this application

04:28 setup SQLite jar file

05:52 classes to create the database
08:05 test run the application

----------------------------------------------------------------------------------------------------
quickly download, import into Eclipse, and run zip file for
'Class Scheduling w/ Genetic Algorithm + SQLite DB + JAVA'
----------------------------------------------------------------------------------------------------





-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------



Saturday, August 22, 2020

workshops/conference scheduling w/ genetic algorithms & python - tutorial 02


 workshops/conference scheduling w/ genetic algorithms & python - tutorial 02

prototypeprj.com = zaneacademy.com (version 2.0)

00:30 refactor code add interactive command line functionality + 
ability to run in either verbose or default mode 

02:15 test run application 

06:39 setup new workshops/conference data 

07:20 test run w/ new data

-------------------------------------------------------------------------------------------------------------------------------
quickly download, setup, and run
'workshops/conference scheduling w/ genetic algorithms & python - tutorial 02'
-------------------------------------------------------------------------------------------------------------------------------






-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------