Studying Tensorflow

References LearningTensorFlow.com G?ron, A. (2017). Hands-On Machine Learning with Scikit-Learn and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems.?O’Reilly Media [Amazon] Siraj Raval (2016. 8. 19.). TensorFlow in 5 Minutes. YouTube. [YouTube] TensorBoard: 그래프 시각화 [LINK] Cifar-10 CNN implementation using TensorFlow library with 24% error [GitHub] Q&A In TensorFlow, what is the difference between […]

The Empty String, the Empty List, and Zero All Evaluate to False

The empty string, the empty list, the empty dictionary, the empty set, and zero all evaluate to False.

 

Conversion Between Str and Bytes

Diagram: Conversion Between Str and Bytes Conversion to String

  Conversion To Bytes

  Write a?File in Write Binary Mode (‘wb’)

  Write a?File in Write Character?Mode (‘w’)

 

How to Get and Change the Current Working Directory | Python

How to Get?the Current Working Directory

How to Change?the Current Working Directory

 

Studying ‘jQuery’

Summary jQuery is a lightweight, “write less, do more”, JavaScript library. The purpose of jQuery is to make it much easier to use JavaScript on your website. jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single […]

Studying ‘JavaScript’

Summary JavaScript is one of the 3 languages all web developers must learn. cf) the 3 languages: HTML, CSS, JavaScript JavaScript is used to program the behavior of web pages. References JavaScript Tutorial – W3Schools JavaScript | codeacademy Terms object property method browser object HTML DOM HTML element object function event value operator expression keyword […]

Compiler | CS | Course

Brief Information Name :Compiler Lecturer : 최영근 Semester : 2015 Spring Course :?BE, Computer Science and Engineering Textbook Aho, A. V., and Lam, M. S.?(2006) Compilers: Principles, Techniques, and Tools. 2nd Ed.?Addison Wesley Syllabus 😕Syllabus_2015-4-1__Compiler In?short Compiler Trace lectures The contents ordered based on the textbook Chapter 1: Introduction a programming language-processing system phases of […]

Software Lab.3 | CS | Course

Brief Information Name :?Advanced Programming Lecturer :?남용욱 (,?Kim Yonghyuk (김용혁)) Semester : 2015 Spring Course :?BE, Computer Science and Engineering Textbook none Syllabus 😕Syllabus_2015-4-1__Software Lab.3 In?short Introduction to C# programming language Trace lectures C# Language Basics C# Console Programming C# Windows Form Program C# Database Interaction – ADO.NET C# Web Programming – ASP.NET C# Socket […]

Advanced Programming | CS | Course

Brief Information Name :?Advanced Programming Lecturer 😕Kim Yonghyuk?(김용혁) Semester : 2015 Spring Course :?BE, Computer Science and Engineering Textbook Savitch, W. and?Mock, K. (2012) Absolute C++. 5th Ed.?Addison-Wesley Syllabus 😕Syllabus_2015-4-1__Advanced Programming Orientation:?Orientation – Advanced Programming In?short Introduction to C++ programming language Trace lectures Assignments HW1 HW2 HW3 HW4 HW5 HW6 Team Project: Free subject Subject:?Constructing […]