jesse_jcharis

NLP In Julia

Natural Language Processing In Julia (Text Analysis)

Natural Language Processing or NLP for short, is a form of artificial intelligence focused on understanding everyday human language. Hence the term Natural language. In this discourse we will learn about how to do basic text analysis in Julia. So what is Julia, – Julia language is a next generation programming language that is easy …

Natural Language Processing In Julia (Text Analysis) Read More »

Data Science Prime – Explore the world of Data Science

Data Science Prime Data Science Prime app gives you a concise overview of data science and how to get started.It serves as an aid,a learning guide for data science This app features various cheat sheets and references on Python, Julia, R, SQL, Machine Learning Scikit Learn, Big Data such as Hadoop, Hive Interesting aspects of …

Data Science Prime – Explore the world of Data Science Read More »

Selenium With Julia(How to Automate Your Browser)

Selenium With Julia Requirements  includes Selenium WebDriver PyCall.jl WebDriver.jl Chrome WebDriver Installing the following softwares Installing Selenium Easy Way: Use pip – a python package manager if you have python installed on your system. pip install selenium Normal Way Download Selenium from their website Installing the Julia Packages (Pycall.jl and WebDriver.jl) PyCall.jl Pkg.add(“PyCall”) WebDriver.jl Pkg.add(“WebDriver”) …

Selenium With Julia(How to Automate Your Browser) Read More »