Welcome to Tutorial Repo of Machine Learning, with Python.
Here you'll find Material you need to get started with Machine Learning with Python 3.X.
This repository can be cloned / edited and redistributed under Open Source Licence. Feel Free to Contribute with more Algorithms & Related Tricks
This tutorial is strictly contrained to Ubuntu Operating System, do not follow for Windows X OS
- Download PyCharm Community by clicking on badge
- Start Terminal and traverse to your Download Location (by Default it's Downloads folder). Just change directory and follow the steps
cd Downloads/
tar xvzf pycharm-community-<version_number>.tar.gz
cd pycharm-community-<version_number>/bin/
sudo chmod +x format.sh restart.py fsnotifier fsnotifier64 inspect.sh pycharm.sh fsnotifier-arm printenv.py
./pycharm.sh
- The Installation will now start, Accept T&C's and proceed to default Keymap other settings by clicking on Ok in next screen.
- Once done, you'll see a similar window
- Now click on "Configure > Create Desktop entry > Enable the Checkbox > OK"
- Give password and close the pycharm window
- Press Windows / Super Key on your Keyboard and search for PyCharm. You'll now see it! TaDa!
Please follow the link to download the Presentations, that'll help you setup the eco-system required to run and visualise these programs