https://github.com/hlfshell/udacity-carnd-miniflow
My miniflow library from self driving car (lesson 5)
https://github.com/hlfshell/udacity-carnd-miniflow
Last synced: 12 months ago
JSON representation
My miniflow library from self driving car (lesson 5)
- Host: GitHub
- URL: https://github.com/hlfshell/udacity-carnd-miniflow
- Owner: hlfshell
- Created: 2017-11-15T00:16:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T02:01:21.000Z (over 8 years ago)
- Last Synced: 2025-02-09T17:14:43.574Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
In Lesson 5 of the [Self Driving Car Nanodegree](https://www.udacity.com/course/self-driving-car-engineer-nanodegree--nd013) offered by Udacity, you create, piece by piece, a library called MiniFlow. The library is a core component recreation of some aspects of Tensorflow in order to learn key concepts via 1st principles.
While this is done in the browser, I followed along and create the library in my chosen IDE in order to create a good study material and play around with the library further.