Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddcrosby committed Feb 17, 2024
1 parent 5afee79 commit 5249dbe
Show file tree
Hide file tree
Showing 145 changed files with 2,695 additions and 1,496 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
This is daveops.net, my little repo of code snippets and chunks of wisdom that's in no particular organized state.

Pull requests are appreciated, but added at my discretion.
Pull requests are appreciated, but added at my discretion.
6 changes: 6 additions & 0 deletions algorithms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# Algorithms

# Algorithm pictionary

Where you draw how the algorithm works, and others have to guess
29 changes: 28 additions & 1 deletion artificial-intelligence.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

# Artificial Intelligence

# Artificial Intelligence

<https://en.wikipedia.org/wiki/Norbert_Wiener_Award_for_Social_and_Professional_Responsibility>
Expand All @@ -12,4 +15,28 @@ Computers can easily do things that were recently invented in human history, but

# Machine Learning

Machine learning is the automation of automation.
Machine learning is the automation of automation.


# PyTorch

<https://pytorch.org/>

[PyTorch GH repo](https://github.com/pytorch/pytorch)

[Deep Learning with PyTorch: A 60 Minute Blitz](https://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html)


# TensorFlow

<https://www.tensorflow.org/>


# Society of Mind by Marvin Minsky


# Neural Networks

Input layer -> Hidden Layer -> Output Layer

Perceptron (Cornell) first trainable NN
Loading

0 comments on commit 5249dbe

Please sign in to comment.