11 Questions 27 Answers 0 Followers
Questions related from Evan Gertis
The Fibonacci numbers are defined with the recursive formula: F0 =1,F1 =1,Fn =Fn−1+Fn−2 I have tried using induction to show that Fn ≤ 1.7^(n) for all n ≥ 0. However, I got to a point where I was...
18 January 2023 8,067 8 View
I am working on a data mining project. The goal of this project is to implement an ID3 classifier and Naive Bayes Classifer. I have to sets of data for ID3 the following test sets are provided A2...
16 November 2021 960 3 View
I am interested in understanding the applications behind the Apriori Algorithm. Given a datasource with a transaction id column and a list of items. How can we use the Apriori algorithm for...
05 November 2021 1,008 0 View
My goal in this project is create a datawarehouse. I am primarily using online communities and platforms to teach myself the concepts of data warehousing. For...
02 November 2021 3,235 3 View
I am working on writing a grant proposal to travel to ASCME. The following criteria is required for writing a competitive grant application. I've attached a copy of my proposal. I would appreciate...
01 January 1970 7,556 18 View
My goal is to discretize a set of attributes using entropy discretization. The plan for this program is the following: 1. Discretize the attribute A1 using Entropy-Based discretization when...
01 January 1970 8,420 9 View
My goal is to write a literature review for a research paper. The topic of interest is text extraction for topic modeling. I have reviewed three papers. 1. Reading Tea Leaves: How Humans...
01 January 1970 3,810 10 View
I am working on a method that uses PCA analysis to transform a dataset. The dataset is constructed of 4 columns A1, A2, A3, and Class. My goal is to apply Principal Component Analysis on the...
01 January 1970 8,999 6 View
The purpose of this discussion is to collect feedback on a system that I've designed to help student learn algorithms through visualizations. I'm looking for feedback and references to other...
01 January 1970 7,231 7 View
The purpose behind this question is to address these two specific questions: 1. How does systematic questioning influence decision-making? 2. Can we use a set of prompt questions to enforce...
01 January 1970 7,951 0 View
In both training and evaluation, a long input sequence can be processed as a whole in a temporal-convolutional-network (TCN), instead of sequentially as in RNN. Unlike in RNNs where the...
01 January 1970 8,497 2 View