Update 01_intro.ipynb

remove "s" in example.
This commit is contained in:
Ben Mainye 2020-04-17 06:47:13 +03:00 committed by GitHub
parent 027b2f10cd
commit e93cdeb328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1789,7 +1789,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Another examples comes from the paper [Malware Classification with Deep Convolutional Neural Networks](https://ieeexplore.ieee.org/abstract/document/8328749) which explains that \"the malware binary file is divided into 8-bit sequences which are then converted to equivalent decimal values. This decimal vector is reshaped and gray-scale image is generated that represent the malware sample\", like in <<malware_proc>>." "Another example comes from the paper [Malware Classification with Deep Convolutional Neural Networks](https://ieeexplore.ieee.org/abstract/document/8328749) which explains that \"the malware binary file is divided into 8-bit sequences which are then converted to equivalent decimal values. This decimal vector is reshaped and gray-scale image is generated that represent the malware sample\", like in <<malware_proc>>."
] ]
}, },
{ {