Connor Dunnigan vor 5 Jahren
Ursprung
Commit
bf9fb4491c
3 geänderte Dateien mit 28 neuen und 8 gelöschten Zeilen
  1. 11
    0
      Idea_1_Description.md
  2. 17
    0
      Idea_2_Description.md
  3. 0
    8
      ProjectDescription.md

+ 11
- 0
Idea_1_Description.md Datei anzeigen

@@ -0,0 +1,11 @@
1
+# Crowd Sourced Comp Sci Course
2
+
3
+### asdf
4
+
5
+While studying computer science at school I found that I was learning best from online courseware and youtube tutorials rather than the slides from my professor. I was surprised at how much open source material was online as well as the number of cheap courses that I would purchase from sites such as Udemy and Coursera. While I found that most of these courses were helpful, it was really only a few lessons that made concepts click for me. 
6
+	For my passion project, I wanted to see how far I could get with developing a crowd sourced computer science course.  My program/site would allow users to create a hierarchy of concepts from beginner to advanced and propose the best material related to each concept. Users can submit a video, link, text or image to be affiliated with a certain lesson and other users can “vote” on it to determine it’s relevance when others search for that concept. Similar to stack overflow, contributors can build their reputation by contributing material that a high quantity of others “vote” for. This will allow them more power in their own votes as well as their initial proposals. This also ensures that bad or incorrect content falls to the bottom or gets deleted. 
7
+
8
+**Probably getting way ahead of myself…
9
+	I have been deeply interested in the implications of blockchain technology and was looking to find a way to dip my feet into the development of decentralized apps (Dapps).  Although this may be far out of my reach I thought it would be neat to create an incentivization mechanism in which users could earn tokens native to my platform that could be used in place of or along side the vote function. I have done a couple tutorials using solidity and would like to see if I could learn how define the token structure using a smart contract. 
10
+
11
+

+ 17
- 0
Idea_2_Description.md Datei anzeigen

@@ -0,0 +1,17 @@
1
+In 2013, my freshman year of college, I stumbled upon coinbase when a friend of mine was bragging about the return he made from holding bitcoin. The concept of cryptocurrencies let alone investing was foreign to me at the time, but I foolishly bought in not knowing what I was doing. When I started studying computer science a few years ago, I began trying to understand the underlying blockchain technology and why so many were considering it to be revolutionary. Aside from the theory behind it, I was curious how these cryptos were being traded and how to manage my own portfolio.  Knowing the space is still incredibly immature and susceptible	 to manipulation, I wanted to attempt to draw correlations between unconventional data and price movement.  From the traders that I follow on twitter, I gathered that many were using a combination of sentimental analysis along with technical analysis to devise their trading strategies.  I was very curious as to what “alternative data” I could use in a trading strategy.  For my project, I wanted to backtest a strategy using a combination of the following:
2
+Developer Index
3
+	*Analyze GitHub commits, forks, pull requests and contributors since GitHub development precedes major development in underlying tech.
4
+ICO Database
5
+	*Determine actionable trends in successful ICO’s.
6
+Sentimental Analysis
7
+	*Twitter especially has its own crypto-community. Maybe attempt to use their API to identify popularity of tags or sentiment of popular ”crypto” accounts.
8
+	*Query crypto related searches on google (using trends.google.com)
9
+Network hash rates(probably too difficult)
10
+	*Extract forward price movements from miner power allocation
11
+
12
+#Evaluation:
13
+*Choose different durations
14
+*Just test bull market
15
+*Just test bear market
16
+*Just test flat market
17
+(Possibly learn how to use quantopian to backtest)

+ 0
- 8
ProjectDescription.md Datei anzeigen

@@ -1,8 +0,0 @@
1
-# Your Project Name
2
-
3
-### a cool tagline...
4
-
5
-Less than 300 words which describe your project. Etc,....
6
-
7
-
8
-* Your Name Here