Files
cv/cv-revised.tex
T
2025-09-11 15:07:43 +03:00

119 lines
4.4 KiB
TeX

%-------------------------
% Rover Resume - Milky Template
% Link: https://github.com/subidit/rover-resume
%------------------------
\documentclass[10pt]{article}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{charter}
%% \usepackage{tgadventor}
\usepackage[letterspace=100]{microtype}
\usepackage{soul}
\usepackage[margin=1.5in,bottom=1.2in]{geometry}
\setcounter{secnumdepth}{0}
\usepackage{titlesec}
\titlespacing{\section}{0pt}{4ex}{1ex}
\titlespacing{\subsection}{0pt}{*1}{*0.5}
\titlespacing{\subsubsection}{0pt}{*0.5}{*1}
\titleformat*{\section}{\titlerule\smallbreak\footnotesize\sffamily\bfseries\uppercase}
\titleformat*{\subsection}{\large}
\titleformat*{\subsubsection}{\bfseries}
\usepackage{enumitem}
\setlist[itemize]{left=0pt..1em,itemsep=0pt}
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\fancyhf{}
%% \cfoot{\sffamily\lsstyle\footnotesize Aner Zakobar — PAGE \thepage{} OF 2}
\let\olditemize\itemize
\let\endolditemize\enditemize
\renewenvironment{itemize}{%
\small
\olditemize
}{%
\endolditemize
}
\begin{document}
\begin{minipage}{0.45\textwidth}
{\sffamily\LARGE\bfseries \so{Aner Zakobar}} \par\bigskip
\begin{itemize}
\item[] Akrav 23, Meitar, Entrance B
\item[] (+972) 52-736-9806
\item[] aner@zakobar.com
\item[] www.linkedin.com/in/anerisgreat
\end{itemize}
\end{minipage}
\hfill
\begin{minipage}{0.45\textwidth}
\begin{flushright}
\includegraphics[width=1in]{picture.png}
\end{flushright}
\end{minipage}
\section{Summary}
\noindent \small Researcher and developer with years of experience in industry.
Hard working and self-driven, creative and quick to learn. Multidiciplinary with a diverse
technical background. Father of two!
\section{Education}
\subsection{BSc,MSc Ben Guryon University\hfill 2019-present}
\begin{itemize}
\item Thesis subject: Rate-Aware Supervised Optimization Using Probabalistic Loss
\item Researched mitigation of vanishing-gradient using snake activation as part of Dkalim
\item Multiple courses including Convex Optimization, Language Processing, Multiple DL courses
\end{itemize}
\section{Work Experience}
\subsection{Algorithm Team R\&D @ Applied Materials\hfill 2022-present}
\begin{itemize}
\item Researched and implemented ML systems and algorithms for classification and filtration.
\item Ownership of entire process from data acquisition to post-runtime analysis.
\item Used both Deep-Learning and classical algorithms with real-time considerations.
\item Full ownership for research, development, testing and deployment, including design and delegation.
\end{itemize}
\subsection{Protocol Security R\&D @ Gita Technologies\hfill 2018-2022}
\begin{itemize}
\item Designed and developed realtime systems for protocol analysis.
\item Researched Wifi and Bluetooth protocols for protocol-based weaknesses.
\item Trained models to cross-correlate targets across networks
\end{itemize}
\subsection{Systems Engineer R\&D @ Intelligence Corps (8200) IDF\hfill 2013-2018}
\begin{itemize}
\item Designed and developed end to end SDR communications systems.
\item Developed Linux based infrastructure for digital signal processing applications.
\item Created extensive training programs for learning SDR tools in a Linux environment.
\item Recognized for technical excellence as well as general excellence.
\end{itemize}
\begin{minipage}[t]{0.45\linewidth}
\section{Skills}
\subsubsection{Machine Learning Domains}
\noindent \small Anomaly Detection, Unsupervised, DL, Class Imbalance, Tabular Data, Computer Vision
\subsubsection{Tools}
\noindent \small Linux, GIT, PyTorch, Scipy, Numpy, LaTeX, Pandas, Kubernetes, Docker, NIX
\subsubsection{Other}
\noindent \small System Design \& Architecture, Project Management, Presentation, Training.
\end{minipage}
\begin{minipage}[t]{0.45\linewidth}
\section{Extra Projects}
\begin{itemize}
\item Highly customized Linux environment using NIX and EMACS.
\item Self hosting personal Kubernetes cluster.
\item Minor contributions to Open Source projects (gnu-pass, emacs-dashboard)
\item Autonomous Landing Software for Spacecraft in Kerbal Space Program
\end{itemize}
\end{minipage}
\end{document}