Red Neuronal Convolucional Alexnet
*Note: Sub-titles are not captured in Xplore and should not be used
line 1: 1st Given Name line 1: 2nd Given Name line 1: 3rd Given Name line 1: 4th Given Name
Surname Surname Surname Surname
line 2: dept. name of line 2: dept. name of line 2: dept. name of line 2: dept. name of
organization (of Affiliation) organization (of Affiliation) organization (of Affiliation) organization (of Affiliation)
line 3: name of organization line 3: name of organization line 3: name of organization line 3: name of organization
(of Affiliation) (of Affiliation) (of Affiliation) (of Affiliation)
line 4: City, Country line 4: City, Country line 4: City, Country line 4: City, Country
line 5: email address or line 5: email address or line 5: email address or line 5: email address or ORCID
ORCID ORCID ORCID
line 1: 5th Given Name line 5: email address or line 4: City, Country
Surname ORCID line 5: email address or ORCID
line 2: dept. name of line 1: 6th Given Name
organization (of Affiliation) Surname
line 3: name of organization line 2: dept. name of
(of Affiliation) organization (of Affiliation)
line 4: City, Country line 3: name of organization
(of Affiliation)
Abstract—This electronic document is a “live” template B. Maintaining the Integrity of the Specifications
and already defines the components of your paper [title, The template is used to format your paper and style the
text, heads, etc.] in its style sheet. *CRITICAL: Do Not Use text. All margins, column widths, line spaces, and text fonts
Symbols, Special Characters, Footnotes, or Math in Paper are prescribed; please do not alter them. You may note
Title or Abstract. (Abstract) peculiarities. For example, the head margin in this template
measures proportionately more than is customary. This
Keywords—component, formatting, style, styling, insert measurement and others are deliberate, using specifications
(key words) that anticipate your paper as one part of the entire
proceedings, and not as an independent document. Please do
I. INTRODUCTION (HEADING 1) not revise any of the current designations.
En components, incorporating the applicable criteria that
follow. III. MODELO RNC - ALEXNET
AlextNet es una red neuronal convolucional que posee 8
II. FUNDAMENTOS TEORICOS capas de profundidad, con estas es capaz de clasificar
A. Definición de Red Neuronal Artificial imágenes en 1000 categorías de objetos. Estas capas se
describirán a continuación con el apoyo de la figura
Una red neuronal es un modelo de computación cuya
estructura de capas se asemeja a la estructura interconectada
de las neuronas en el cerebro, con capas de nodos
conectados. Una red neuronal puede aprender de los datos,
de manera que se puede entrenar para que reconozca
patrones, clasifique datos y pronostique eventos futuros.
“MSW_A4_format”.
Figura Arquitectura de AlexNet.
Identify applicable funding agency here. If none, delete this text box.
XXX-X-XXXX-XXXX-X/XX/$XX.00 ©20XX IEEE
crea un mapa de características mediante la aplicación de A. Abbreviations and Acronyms
un filtro que recorre toda la imagen pixel a pixel. Define abbreviations and acronyms the first time they are
Input data (datos de entrada): imagen que se desea used in the text, even after they have been defined in the
procesar ya sea para el entrenamiento de la red o para que abstract. Abbreviations such as IEEE, SI, MKS, CGS, sc, dc, and
sea clasificada. Para la aplicación AlexNet se trabaja con rms do not have to be defined. Do not use abbreviations in the
imágenes de un tamaño de 227x277. title or heads unless they are unavoidable.
Conv1(Capa de convolucion 1): En la aplicación AlexNet B. Units
esta capa de convolucion da como resultado una imagen de Use either SI (MKS) or CGS as primary units. (SI units
55x55x96 al implementar un kernel de 11x11 con un paso de are encouraged.) English units may be used as
[4,4]. Luego de aplicar la capa ReLu y normalizar la imagen, secondary units (in parentheses). An exception would
esta pasa a la etapa de max pooling con una matriz de 3x3 y da be the use of English units as identifiers in trade, such
como resultado una imagen reducida de 27x27x96. as “3.5-inch disk drive”.
Conv1(Capa de convolucion 2): Esta capa toma como Avoid combining SI and CGS units, such as current in
entrada la imagen con dimensiones de 27x27 y una amperes and magnetic field in oersteds. This often
profundidad de 96, para aplicar 256 filtros con un kernel de leads to confusion because equations do not balance
5x5, esta imagen pasa a la capa ReLu y luego al max pooling dimensionally. If you must use mixed units, clearly
para operar con una matriz de 3x3 y dar como resultado una state the units for each quantity that you use in an
imagen reducida de 13x13 y 256 de profundidad. equation.
Conv1(Capa de convolucion 3): Esta capa al igual de las Do not mix complete spellings and abbreviations of
anteriores toman como entrada la imagen resultante de la units: “Wb/m2” or “webers per square meter”, not
capa anterior de convolucion, en este caso se realiza la “webers/m2”. Spell out units when they appear in
convolucion con una matriz de 3x3 aplicando 384 filtros, esta text: “. . . a few henries”, not “. . . a few H”.
imagen pasa por la capa ReLu, sin embargo, en esta capa no se
aplica el max pooling, sino que se envía directamente a la Use a zero before decimal points: “0.25”, not “.25”.
siguiente capa de convolucion. El resultado es una imagen de Use “cm3”, not “cc”. (bullet list)
13x13 con una profundidad de 384.
C. Equations
Conv1(Capa de convolucion 4): En esta capa se realiza la The equations are an exception to the prescribed
convolucion de la imagen con 384 filtros nuevamente y se specifications of this template. You will need to determine
envía a la capa ReLu para resultar una imagen de 13x13 con whether or not your equation should be typed using either the
profundidad de 384. Times New Roman or the Symbol font (please no other font).
Conv1(Capa de convolucion 5): Esta última capa aplica una To create multileveled equations, it may be necessary to treat
convolucion de la imagen con 256 filtros lo que resulta en the equation as a graphic and insert it into the text after your
imagen de 13x13 con 256 de profundidad, luego de esto pasa paper is styled.
a la capa ReLu y luego al max pooling operado con una matriz Number equations consecutively. Equation numbers,
de 3x3 y un paso de [2 2] lo que da como resultado una within parentheses, are to position flush right, as in (1), using a
imagen de 6x6 con 256 de profundidad. right tab stop. To make your equations more compact, you
FC6(Capa de conexión total 6): La capa de full connected may use the solidus ( / ), the exp function, or appropriate
es la capa en la que los mapas de características son reducidos exponents. Italicize Roman symbols for quantities and
a un vector de 1x1 para que puedan entrar a la Red neuronal y variables, but not Greek symbols. Use a long dash rather than
esta se pueda entrenar o que pueda clasificar la imagen. Esta a hyphen for a minus sign. Punctuate equations with commas
capa posee 4096 neuronas de entrada por lo que la imagen or periods when they are part of a sentence, as in:
operada pasara de 6x6x256 a 1x1x9216 y estos pixeles
pasaran a la red neuronal. ab
FC7(Capa de conexión total 7): Note that the equation is centered using a center tab stop.
FC8(Capa de conexión total 8): Be sure that the symbols in your equation have been defined
before or immediately following the equation. Use “(1)”, not
“Eq. (1)” or “equation (1)”, except at the beginning of a
sentence: “Equation (1) is . . .”
D. Some Common Mistakes
The word “data” is plural, not singular.
Keep Do not number text heads-the template will do that
for you.
The subscript for the permeability of vacuum 0, and by indexing services. Names should not be listed in columns
other common scientific constants, is zero with nor group by affiliation. Please keep your affiliations as
subscript formatting, not a lowercase letter “o”. succinct as possible (for example, do not differentiate among
departments of the same organization).
In American English, commas, semicolons, periods,
question and exclamation marks are located within 1) For papers with more than six authors: Add author
quotation marks only when a complete thought or names horizontally, moving to a third row if needed for more
name is cited, such as a title or full quotation. When than 8 authors.
quotation marks are used, instead of a bold or italic 2) For papers with less than six authors: To change the
typeface, to highlight a word or phrase, punctuation default, adjust the template as follows.
should appear outside of the quotation marks. A a) Selection: Highlight all author and affiliation lines.
parenthetical phrase or statement at the end of a
sentence is punctuated outside of the closing b) Change number of columns: Select the Columns icon
parenthesis (like this). (A parenthetical sentence is from the MS Word Standard toolbar and then select the
punctuated within the parentheses.) correct number of columns from the selection palette.
c) Deletion: Delete the author and affiliation lines for
A graph within a graph is an “inset”, not an “insert”. the extra authors.
The word alternatively is preferred to the word
“alternately” (unless you really mean something that
alternates). B. Identify the Headings
Do not use the word “essentially” to mean Headings, or heads, are organizational devices that guide
“approximately” or “effectively”. the reader through your paper. There are two types:
component heads and text heads.
In your paper title, if the words “that uses” can
accurately replace the word “using”, capitalize the “u”; Component heads identify the different components of
if not, keep using lower-cased. your paper and are not topically subordinate to each other.
Examples include Acknowledgments and References and, for
Be aware of the different meanings of the these, the correct style to use is “Heading 5”. Use “figure
homophones “affect” and “effect”, “complement” and caption” for your Figure captions, and “table head” for your
“compliment”, “discreet” and “discrete”, “principal” table title. Run-in heads, such as “Abstract”, will require you to
and “principle”. apply a style (in this case, italic) in addition to the style
Do not confuse “imply” and “infer”. provided by the drop down menu to differentiate the head
from the text.
The prefix “non” is not a word; it should be joined to
the word it modifies, usually without a hyphen. Text heads organize the topics on a relational, hierarchical
basis. For example, the paper title is the primary text head
There is no period after the “et” in the Latin because all subsequent material relates and elaborates on this
abbreviation “et al.”. one topic. If there are two or more sub-topics, the next level
The abbreviation “i.e.” means “that is”, and the head (uppercase Roman numerals) should be used and,
abbreviation “e.g.” means “for example”. conversely, if there are not at least two sub-topics, then no
subheads should be introduced. Styles named “Heading 1”,
An excellent style manual for science writers is [7]. “Heading 2”, “Heading 3”, and “Heading 4” are prescribed.
IV. USING THE TEMPLATE C. Figures and Tables
After the text edit has been completed, the paper is ready a) Positioning Figures and Tables: Place figures and
for the template. Duplicate the template file by using the Save tables at the top and bottom of columns. Avoid placing them
As command, and use the naming convention prescribed by in the middle of columns. Large figures and tables may span
your conference for the name of your paper. In this newly across both columns. Figure captions should be below the
created file, highlight all of the contents and import your figures; table heads should appear above the tables. Insert
prepared text file. You are now ready to style your paper; use figures and tables after they are cited in the text. Use the
the scroll down window on the left of the MS Word abbreviation “Fig. 1”, even at the beginning of a sentence.
Formatting toolbar.
A. Authors and Affiliations TABLE I. TABLE TYPE STYLES
The template is designed for, but not limited to, six Table Column Head
authors. A minimum of one author is required for all Table
Subhea Subhea
conference articles. Author names should be listed starting Head Table column subhead
d d
from left to right and then moving down to the next line. This copy More table copy a
is the author sequence that will be used in future citations and
a.
Sample of a Table footnote. (Table footnote) Unless there are six authors or more give all authors’
names; do not use “et al.”. Papers that have not been
Fig. 1. Example of a figure caption. (figure caption)
published, even if they have been submitted for publication,
Figure Labels: Use 8 point Times New Roman for Figure should be cited as “unpublished” [4]. Papers that have been
labels. Use words rather than symbols or abbreviations when accepted for publication should be cited as “in press” [5].
writing Figure axis labels to avoid confusing the reader. As an Capitalize only the first word in a paper title, except for proper
example, write the quantity “Magnetization”, or nouns and element symbols.
“Magnetization, M”, not just “M”. If including units in the For papers published in translation journals, please give
label, present them within parentheses. Do not label axes only the English citation first, followed by the original foreign-
with units. In the example, write “Magnetization (A/m)” or language citation [6].
“Magnetization {A[m(1)]}”, not just “A/m”. Do not label axes
with a ratio of quantities and units. For example, write
“Temperature (K)”, not “Temperature/K”. [1] G. Eason, B. Noble, and I. N. Sneddon, “On certain
integrals of Lipschitz-Hankel type involving products of
Bessel functions,” Phil. Trans. Roy. Soc. London, vol.
ACKNOWLEDGMENT (Heading 5) A247, pp. 529–551, April 1955. (references)
The preferred spelling of the word “acknowledgment” in [2] J. Clerk Maxwell, A Treatise on Electricity and Magnetism,
America is without an “e” after the “g”. Avoid the stilted 3rd ed., vol. 2. Oxford: Clarendon, 1892, pp.68–73.
expression “one of us (R. B. G.) thanks ...”. Instead, try “R. B. [3] I. S. Jacobs and C. P. Bean, “Fine particles, thin films and
exchange anisotropy,” in Magnetism, vol. III, G. T. Rado
G. thanks...”. Put sponsor acknowledgments in the and H. Suhl, Eds. New York: Academic, 1963, pp. 271–
unnumbered footnote on the first page. 350.
[4] K. Elissa, “Title of paper if known,” unpublished.
REFERENCES [5] R. Nicole, “Title of paper with only first word capitalized,”
The template will number citations consecutively within J. Name Stand. Abbrev., in press.
brackets [1]. The sentence punctuation follows the bracket [2]. [6] Y. Yorozu, M. Hirano, K. Oka, and Y. Tagawa, “Electron
spectroscopy studies on magneto-optical media and
Refer simply to the reference number, as in [3]—do not use plastic substrate interface,” IEEE Transl. J. Magn. Japan,
“Ref. [3]” or “reference [3]” except at the beginning of a vol. 2, pp. 740–741, August 1987 [Digests 9th Annual
sentence: “Reference [3] was the first ...” Conf. Magnetics Japan, p. 301, 1982].
[7] M. Young, The Technical Writer’s Handbook. Mill Valley,
Number footnotes separately in superscripts. Place the CA: University Science, 1989.
actual footnote at the bottom of the column in which it was IEEE conference templates contain guidance text for
cited. Do not put footnotes in the abstract or reference list. composing and formatting conference papers. Please
ensure that all template text is removed from your
Use letters for table footnotes. conference paper prior to submission to the conference.
Failure to remove template text from your paper may
result in your paper not being published.