Skip to content

Commit c49f456

Browse files
Jackson DeitelzweigJackson Deitelzweig
authored andcommitted
Assignment #1 - First Try
1 parent 4bb6827 commit c49f456

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"Hi, I'm Jackson Deitelzweig. I have a basic background of programming in Python and Java, but mostly Python. I have also been doing some research with natural language processing including sentiment analysis and stance detection, and I have a small familiarity with neural networks. I have mostly worked with classifiers. From this course, I want to enhance my knowledge of aritificial intelligence and learn more about deep learning and other techniques, since those are becoming extremely prominenet in the field. Outside programming, I like to run, rock climb, and play with my dog."
8+
]
9+
},
10+
{
11+
"cell_type": "code",
12+
"execution_count": 1,
13+
"metadata": {
14+
"collapsed": false
15+
},
16+
"outputs": [
17+
{
18+
"name": "stdout",
19+
"output_type": "stream",
20+
"text": [
21+
"Jackson Deitelzweig\n"
22+
]
23+
}
24+
],
25+
"source": [
26+
"print(\"Jackson Deitelzweig\")"
27+
]
28+
},
29+
{
30+
"cell_type": "code",
31+
"execution_count": null,
32+
"metadata": {
33+
"collapsed": true
34+
},
35+
"outputs": [],
36+
"source": []
37+
}
38+
],
39+
"metadata": {
40+
"kernelspec": {
41+
"display_name": "Python 3",
42+
"language": "python",
43+
"name": "python3"
44+
},
45+
"language_info": {
46+
"codemirror_mode": {
47+
"name": "ipython",
48+
"version": 3
49+
},
50+
"file_extension": ".py",
51+
"mimetype": "text/x-python",
52+
"name": "python",
53+
"nbconvert_exporter": "python",
54+
"pygments_lexer": "ipython3",
55+
"version": "3.5.2"
56+
}
57+
},
58+
"nbformat": 4,
59+
"nbformat_minor": 0
60+
}

0 commit comments

Comments
 (0)